โ๏ธ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

Integration
1. Create Checkout through Inqud API
Request Example:
X-Token-API-Id
{tokenApiId}
X-Token-API-Secret
{tokenApiSecret}
Request Body Example:
Response Body Example:
Request Example:
X-Token-API-Id
{tokenApiId}
X-Token-API-Secret
{tokenApiSecret}
Request Body Example:
Response Example:
Predefined amounts come from the widget settings and cannot be changed via REST API requests.
Request Example:
X-Token-API-Id
{tokenApiId}
X-Token-API-Secret
{tokenApiSecret}
Request Body Example:
Response Example:
2. Redirect end user to acquiring URL
Extract acquiringUrl from Checkout response and redirect your end user to it.
3. Receive a web-hook notification related to the checkout
Checkout Web HookLast updated