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

  1. 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.

  2. 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.

POST /third-parties/checkout-link/generate-checkout-url

Generate 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

Payment Webhooks Events

Querying For Payments

Query payment by order reference API

Last updated