Webhook Events
Bank account updated
Fired when a bank account’s verification status changes.
Statuses: bank_account_pending → bank_account_awaiting_deposit_verification → bank_account_active (or bank_account_inactive).
Enable offramps and payouts only after receiving bank_account_active.
WEBHOOK
Authorizations
API key sent in the Authorization header.
Headers
HMAC-SHA256 signature: sha256={hex}. Computed over the canonicalized (RFC 8785) request body using your webhook secret.
Body
application/json
Webhook envelope for bank account status changes.
Example:
Response
200
Return any 2xx to acknowledge receipt.