Checkout Guide
The Onerway Checkout offers a secure, optimized payment experience with various integration options.
Introduction
During the checkout process, customers are securely redirected from:
- Origin: Merchant's website or application
- Destination: Payment Service Provider's (PSP) hosted checkout page
This hosted payment solution:
- Provides pre-built payment UI
- Supports multiple payment methods
- Provides a secure payment environment
- Handles sensitive payment data processing
- Ensures PCI DSS compliance
- Streamlines the payment experience
Note
The hosted checkout page is fully managed by the PSP, reducing the merchant's compliance scope and security responsibilities.
Checkout Types

Card Only Checkout
- Optimized for card payments
- Streamlined integration process
- Suitable for businesses focusing on card transactions

Unified Checkout
- Comprehensive payment solution
- Card payments
- Local payment methods
- Digital wallets
- Alternative payment methods (APMs)
Integration Flow
- Call the checkout API
- Obtain
redirectUrl
from the API response - Redirect user to the
redirectUrl
- Upon payment completion, user will be redirected to the
returnUrl
- Process webhook notification and update order status
⚠️ Important: After processing the webhook notification, you must return the transactionId
received in the notification payload.