Webhook notification URL / DONE
Last updated
Last updated
Each Webhook has a key notifyType
, which indicates the event that triggered it. If you receive multiple different notifications at one URL, filter them by this value, as different notifications have different structures. You can find out about the structure in the section below: "What Webhooks Can Be Received."
If your URL was unavailable or did not accept the Webhook, it will not be sent again! The Webhook does not send a hash or other signature to verify the authenticity of the notification. Check the IP address of the sending server and perform an additional request to ensure that the data has not been altered.
How Webhooks are sent:
HTTP protocol for sending notifications
POST method for all notifications
5000ms for processing the request; after this time, the request will be discarded
1 event = 1 request; the system does not guarantee delivery, and if you do not accept the request, it will not be sent again.
New Exchange
Learn more about which webhooks are sent when a new request is created.
Status Updates for Requests
Learn more about which webhooks are sent when the status of an exchange request is updated.
New Verification
Learn more about which webhooks are sent when a user uploads verification documents.
User Registration
Learn more about which webhooks are sent when a user registers in your system.