Web Hooks
For foundational information on webhooks, including key concepts and verification methods, please refer to the Webhook Basics page.
Payment webhooks notify merchants of new payments to a static address and any status changes in real time.
Prerequisites
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 with type static.
Open "Webhooks"
Locate the "Payment 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.
Payment statuses
Notification
The Payment Webhook triggers on every payment status change. Your server must respond with a 200 status code; otherwise, retries will be attempted using an exponential backoff strategy.
For detailed request specifications, refer to the following page:
Payment Web Hook Specification (see Callbacks sections)
Last updated
Was this helpful?