πŸ””Notify URL (Webhook)

Save a project webhook url to receive subwallet deposit callback/notifications.

Step 1: Select "Configure Webhook" from "Projects" on Dashboard.

Configure webhook

Step 2: Input your webhook URL into the field provided and click "Save"

Save your webhook callback url under "Projects"

Step 3: Send test notification to webhook url for development purposes.

"Send test notification" option

πŸ”” Sample notification POSTto your webhook url

Go to https://webhook.site/ and use the given unique url to immediately inspect and test notifications sent by Multichain.

Step 4: πŸ”₯ Validating data received at callback URL (Webhook) It is considered standard practice to respond with 200 OK once you have successfully received a webhook callback (notification).

Make sure only to store validated transactions by type DEPOSIT using hash as the unique - primary key which will reject and prevent duplicated deposits in any case where your system receives a repeated webhook notification.

Note that webhook notification max retry is 5️ times; Notification will stop if no 200 OK response from your application is received within the retries. πŸ””You may however manually re-send the notification from the user dashboard under the "Subwallet Deposits" tab. (Image reference below.)

Re-send webhook notification to your application manually.

Last updated

Was this helpful?