Webhooks
Create Webhook
Register a webhook endpoint to receive real-time event notifications
POST
string
required
Bearer token:
Bearer YOUR_ACCESS_TOKENstring
required
The HTTPS URL that will receive webhook POST requests.
array
Array of event slugs to subscribe to. Pass
["*"] (or omit) to receive all events. Includes both general crypto events and card issuer events. Example slugs:deposit.detecteddeposit.confirmedtransaction.failedcard.createdtransaction.authorizedtransaction.settledcustomer.fundedmaster_wallet.deposit
string
A human-readable name for this webhook.

