โš™๏ธRedirect payment flow

Redirect users to a dedicated Inqud Hosted page to complete their payment

Prerequisites

  • Your business account with Inqud is set up, complete with API tokens configured.

  • The Crypto Widget has been established and configured within the Inqud platform.

  • The Crypto Widget is active.

  • Checkout web-hook is configured.

Workflow

Checkout status transitions

circle-info

Visit the Checkouts page to learn more about the various checkout statuses.

Integration

1. Create Checkout through Inqud API

Request Example:

circle-info

projectId is the ID of the widget

Header
Value

X-Token-API-Id

{tokenApiId}

X-Token-API-Secret

{tokenApiSecret}

Request Body Example:

Response Body Example:

circle-info

The response example provided is a shortened version and does not include the full set of fields. For the complete response body details, please refer to the full API specificationarrow-up-right.

2. Redirect end user to acquiring URL

Extract acquiringUrl from Checkout response and redirect your end user to it.

Checkout Web Hookchevron-right

Last updated