Use dynamic payment methods or manually specify the payment methods to display per checkout session.
This guide covers:
Onerway dynamically displays the most relevant payment methods to your customers based on:
To enable and manage your payment method preferences, go to the Dashboard. Onerway enables certain payment methods for you by default and might enable additional payment methods after you apply for them.
The checkout page displays these payment methods in a default order, and you can configure the display priority in the Dashboard. This way, customers can see popular payment methods suited to local preferences while having the flexibility to choose other options from the menu.
When creating a Checkout integration, specify to control which payment methods to display. Set productType to ALL to display all available payment methods from Application Management based on the selected currency and country.
{
"productType": "ALL" // Display all available payment methods
}
To display only specific payment methods, add the parameter with to filter the Checkout. For example, to show only Alipay+:
{
"productType": "ALL",
"lpmsInfo": {
"lpmsType": "AlipayPlus" // Display only Alipay+
}
}
Check your payment method settings in Application Management to see the payment methods you currently accept. This list includes payment methods enabled by default, such as credit cards.
By default, Onerway enables credit cards. If you have applied for other payment methods, you can view each payment method in Application Management. At checkout, Onerway evaluates the currency and any restrictions, then dynamically displays supported payment methods to customers.
Some payment methods don't provide immediate payment confirmation. Depending on the payment method you integrate, payment confirmation may be delayed.
| Payment Method | Type | Typical Delay |
|---|---|---|
| Trustly | Bank transfer | 2-5 days |
| Konbini | Convenience store | Up to 14 days |
| OXXO | Convenience store | Up to 14 days |
When this happens, the order status in Onerway shows (Processing). Wait for the webhook notificationAPI until you receive the final order status before fulfilling the order.
Order fulfillment
Fulfill orders and deliver goods or services after successful payment through Onerway Checkout. Learn webhook integration patterns and automated fulfillment best practices.
Build a subscriptions integration with Checkout
Create and manage subscriptions to accept recurring payments through Checkout.