Skip to main content
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"
  }
}

Documentation Index

Fetch the complete documentation index at: https://developers-sandbox.uqpaytech.com/llms.txt

Use this file to discover all available pages before exploring further.

Event Types

Event TypeDescription
card.withdraw.succeededThe withdrawal completed successfully.
card.withdraw.failedThe withdrawal failed.

Body

application/json
event_id
string<uuid>
required

A unique identifier for this event.

event_name
enum<string>
required

Top-level event category. Always ISSUING for card issuance events.

Available options:
ISSUING
event_type
enum<string>
required

The specific event type that occurred.

Available options:
card.withdraw.succeeded,
card.withdraw.failed
source_id
string
required

Card order ID.

version
string
required

API version number.

Example:

"V1.6.0"

data
object

Card balance operation details for recharge and withdraw events.

Response

200

Return 200 to acknowledge receipt.