🔔Notify URL (Webhook)
Save a project webhook url to receive subwallet deposit callback/notifications.
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.
🔔 Sample notification POST
to your webhook url
POST
to your webhook urlGo to https://webhook.site/ and use the given unique url to immediately inspect and test notifications sent by Multichain.
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.
Last updated