Web SDK embeds the checkout experience into the merchant's own checkout page. Customers complete payment on the merchant's page and domain. Payment data collection, encrypted transmission, and 3D Secure / SCA flows are handled by Onerway.
Web SDK is an embedded form of Checkout. The merchant page keeps its layout and domain. Sensitive payment data is not handled directly in the merchant page.
Integration profile
Integration characteristics
Capability coverage
Web SDK embeds payment components, security handling, and authentication flows into the merchant checkout page.
The frontend displays the checkout page. The backend creates the transaction and returns transactionId plus redirectUrl. The SDK handles payment data collection, encrypted transmission, and authentication flows. Final transaction status comes from verified webhooks. Query or polling is used for supplementary lookup.
Includes Web SDK initialization, component mounting, and basic payment parameter handling.
Related documentation:
tokenId through SDKBuild a subscriptions integration with Checkout
Create and manage subscriptions to accept recurring payments through Checkout.
SDK Integration Flow
Follow the real merchant integration sequence for Onerway Web SDK, including request preparation, SDK mounting, callback URLs, webhook final status handling, and testing.