Withdrawal canceled
Sent when a withdrawal has been canceled and will not complete.
Header Parameters
X-Signature*string
Ed25519 signature of the raw request body.
X-Key-Id*string
Identifier of the public key used to sign the delivery.
Format
uuidX-Algorithm*string
Signature algorithm used for the delivery.
Request Body
application/json
id*string
Event ID. Use this for de-duplication.
Format
uuidtimestamp*string
Event timestamp. Formatted in ISO 8601.
Format
date-timetype*string
data*WithdrawalEventData
Compact 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 /withdrawals/{withdrawalId} when you need amounts, fees, or the transaction hash.