Create a webhook
["*"] to subscribe to all events, or specify individual event types.
Events
Customer events
Transaction events
Wallet events
Virtual account events
Counterparty events
Other
Event payload
Every event is delivered as aPOST request with this body:
data object matches the same shape as the corresponding GET endpoint response.
Test your webhook
Retry policy
If your endpoint returns a non-2xx status code, Ledger retries with exponential backoff up to 10 attempts. View delivery history viaGET /v1/webhooks/:id/deliveries.
Next steps
- Webhook Overview — delivery headers
- Signature Verification — verify events came from Ledger