Bridge Webhooks
Overview
Webhooks are used to communicate updates on transaction initiated with our API or SDK. For every transaction initiated, a POST request is sent to the designated Webhook URL with information about the event transactions.
Security
All Webhook requests are sent with a bridge-webhook-secret header for verification. It should match the secret you passed when creating the webhook.
Sample webhook format
Below is a sample payload response of a webhook event that gets sent to your webhook URL.
Webhook Events
bridge.events.transaction_request.successful
This event provides all information associated with every transaction request i.e On/Off Ramp
bridge.events.transaction_request.updated
This event provides updates on the status of Live transactions, eg "Completed / Failed". Note: transaction updates are provided only to live transactions, all test transactions carry an automatic status of completed.
Last updated