Checkout Web Hook
Last updated
Last updated
Checkout Web Hooks enable merchant systems to receive timely notifications regarding status changes of Checkouts.
Learn more about checkouts:
Your business account with Inqud is set up.
The Crypto Widget has been established and configured within the Inqud platform.
The Crypto Widget is active.
Open the and sign in.
From the left menu bar, choose "Crypto widgets".
Select the desired widget.
Open "Webhooks"
Locate the "Checkout webhook" option and click on "Add".
Enter the required details:
Webhook link: Provide the URL of your webserver that will handle the callbacks.
Webhook secret: Enter a secret key for signature calculation (optional).
Click on "Save" to finalize your settings.
The Checkout Web Hook activates with every transition in checkout status. It requires your web server to respond with a 200 status code. If a different status code is returned, the Web Hook will attempt retries multiple times, using an exponential back-off strategy.
For detailed request specifications, please refer to the following page:
Visit the to learn more about the various checkout statuses.
(see Callbacks sections)