Request Web Hook
The Request Webhook is required for API Only integrations. For those utilizing Inqud Hosted or Embedded Widget options, please visit Checkout Web Hook page.
For foundational information on webhooks, including key concepts and verification methods, please refer to the Webhook Basics page.
Request Web Hooks enable merchant systems to receive timely notifications regarding status changes of Checkouts.
Learn more about requests:
RequestsPrerequisites
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.
Setting up Web Hook
Open the app and sign in.
From the left menu bar, choose "Crypto widgets".
Select the desired widget.
Locate the "Request callback" option and click on "Edit".
Enter the required details:
Callback link: Provide the URL of your webserver that will handle the callbacks.
Callback secret: Enter a secret key for signature calculation (optional).
Click on "Save" to finalize your settings.
Request statuses
Visit the Requests page to learn more about the various request statuses.
Notification
The Request Web Hook activates with every transition in request 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:
Request Web Hook Specification (see Callbacks sections)
Last updated