π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 POSTto your webhook url
POSTto your webhook urlStep 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.

Last updated
Was this helpful?