webhooks:write.
Use an Idempotency-Key header.
The
sharedSecret is returned only once in the response to this call. Store it immediately — list and get subscription endpoints do not return the secret again.Path parameters
Request body
Wildcard event subscriptions
Theevents array accepts a namespace wildcard of the form <namespace>.*. Subscribing to transfer.* creates a subscription that delivers every event in the transfer family (transfer.created, transfer.completed, transfer.canceled, transfer.failed, and any future transfer.* events Brale adds).
Wildcards are supported for every event family — not just transfer. Any major namespace works the same way, for example:
transfer.*— all transfer eventspayment.*— all payment eventsaccount.*— all account events, including nested types likeaccount.verification.completedandaccount.verification.documents_required
transfer.* and transfer.completed still delivers each event once.