Alipay
Alipay is China's leading third-party mobile and online payment platform established by Alibaba Group. With over 1 billion users worldwide, it functions as a comprehensive financial ecosystem offering services beyond payments. For international merchants, Alipay provides a crucial gateway to Chinese consumers through its familiar QR code-based payment system, supporting both in-store and online transactions.
Payment method details
| Currency | EUR |
| Countries | Global |
| Minimum transaction value | 0.01 |
| Maximum transaction value | N/A |
| Capture | Not supported |
| Cancel | Not supported |
| Refund | Full and (multiple) partial refunds are supported. Up to 360 days. |
| Disputes | Not supported |
| Statement descriptor | Standard constraints apply. No payment method specific restrictions. |
| Supported integrations | Checkout Components (Payment Methods List), Hosted Checkout |
Create a seamless flow with the Payments API
In The Payment API section we explain how the Payments API can be leveraged to create a payment flow.
Checkout integration
Let Rootline handle the payment method selection. You initiate the payment by simply sending a payment request with below details.
The API will return a next_action object with a checkout_url. This url leads your customer to the Rootline checkout page, where they can select their payment method and further payment details.
Seamless redirect from your website to Alipay
The custom integration allows you to redirect a customer from your page to Alipay, without visibly interacting with Rootline's checkout pages. Payment method selection can be done in your own page. In addition to the /POST request above, to indicate that this is an Alipay payment, provide alipay as the value for the payment_rails.payment_method field:
Use the checkout redirect url for a seamless redirect to Alipay. After completion of the payment, your customer will be redirected back to the return url that you provided.