🔔Notify URL (Webhook)
Save a project webhook url to receive subwallet deposit callback/notifications.
Last updated
Save a project webhook url to receive subwallet deposit callback/notifications.
Last updated
Step 1: Select "Configure Webhook" from "Projects" on Dashboard.
Step 2: Input your webhook URL into the field provided and click "Save"
Step 3: Send test notification to webhook url for development purposes.
POST
to your webhook urlGo 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.)