Ledger wallet status change notification (v2)
Webhook
Triggered when a wallet status changes.
The v2 payload mirrors the wallet object returned by GET /ledger/v2/wallets/{id}: the wallet id, owning customer, status, balance, paymentInstruments (with full bank details for fiat or address details for crypto), createdAt, and updatedAt. Use this webhook to sync wallet records into your system as soon as wallet changes occur.
Request
Responses
- 200
- 4xx
- 5xx
Webhook received successfully. Return any 2xx status to acknowledge receipt.