Withdrawal created
Sent when a withdrawal has been created and is awaiting execution.
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Event ID. Use this for de-duplication.
uuidEvent timestamp. Formatted in ISO 8601.
date-timeCompact event payload: enough to route the event and correlate it with your records. Webhooks are notifications, not state transfer — fetch the authoritative withdrawal via GET /clients/{clientId}/withdrawals/{withdrawalId} when you need amounts, fees, or the transaction hash.