{
"version": "V1.6.0",
"event_name": "ISSUING",
"event_type": "card.withdraw.succeeded",
"event_id": "049762c0-20cf-4eed-8168-288e9aaf11d7",
"source_id": "9f88f593-9f56-4eba-ad81-4217d2d60021",
"data": {
"amount": "200",
"card_available_balance": "42",
"card_currency": "USD",
"card_id": "88e8c3a8-1cd1-400e-a58c-d3e8bc9d3e00",
"card_status": "ACTIVE",
"complete_time": "2026-04-08T16:46:41.044+08:00",
"order_status": "SUCCESS",
"update_time": "2026-04-08T16:46:41.044+08:00"
}
}Card Balance
Card Withdraw
Published when a card withdrawal order completes or fails.
WEBHOOK
cardWithdraw
{
"version": "V1.6.0",
"event_name": "ISSUING",
"event_type": "card.withdraw.succeeded",
"event_id": "049762c0-20cf-4eed-8168-288e9aaf11d7",
"source_id": "9f88f593-9f56-4eba-ad81-4217d2d60021",
"data": {
"amount": "200",
"card_available_balance": "42",
"card_currency": "USD",
"card_id": "88e8c3a8-1cd1-400e-a58c-d3e8bc9d3e00",
"card_status": "ACTIVE",
"complete_time": "2026-04-08T16:46:41.044+08:00",
"order_status": "SUCCESS",
"update_time": "2026-04-08T16:46:41.044+08:00"
}
}Event Types
| Event Type | Description |
|---|---|
card.withdraw.succeeded | The withdrawal completed successfully. |
card.withdraw.failed | The withdrawal failed. |
Body
application/json
A unique identifier for this event.
Top-level event category. Always ISSUING for card issuance events.
Available options:
ISSUING The specific event type that occurred.
Available options:
card.withdraw.succeeded, card.withdraw.failed Card order ID.
API version number.
Example:
"V1.6.0"
Card balance operation details for recharge and withdraw events.
Show child attributes
Show child attributes
Response
200
Return 200 to acknowledge receipt.

