Hosted Checkout
The Hosted Checkout functionality allows merchants to easily accept payments through a hosted page managed by our platform. This solution is ideal for developers who prefer a simpler integration without embedding widgets directly into their applications.
Flow Overview
Authentication:
Before generating a checkout link, the merchant must authenticate their application using the process outlined on the Authentication page. This involves exchanging the API key and client ID for an authentication token.
Generate Hosted Checkout Link:
After obtaining the authentication token, the merchant can generate a checkout link by making a
POST
request to the/third-parties/checkout-link/generate-checkout-url
endpoint. This link can be shared with customers to complete payments on a hosted page.Each checkout link order reference will only hold one payment.
Generate a new checkout link
POST
/third-parties/checkout-link/generate-checkout-url
Use the Checkout Link:
From your system, customer can, with a click of a button open our hosted link to complete the payment for your order.
Listening to Payment Events
Querying For Payments
Last updated