跳转到主要内容
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.

事件类型

事件类型描述
card.withdraw.succeeded提现成功完成。
card.withdraw.failed提现失败。

请求体

application/json
event_id
string<uuid>
必填

A unique identifier for this event.

event_name
enum<string>
必填

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

可用选项:
ISSUING
event_type
enum<string>
必填

The specific event type that occurred.

可用选项:
card.withdraw.succeeded,
card.withdraw.failed
source_id
string
必填

Card order ID.

version
string
必填

API version number.

示例:

"V1.6.0"

data
object

Card balance operation details for recharge and withdraw events.

响应

200

Return 200 to acknowledge receipt.