跳转到主要内容
WEBHOOK
cardStatusUpdated
{
  "version": "V1.6.0",
  "event_name": "ISSUING",
  "event_type": "card.status.update.succeeded",
  "event_id": "87ea563b-659c-469d-9ed9-34131eac2632",
  "source_id": "027fd0b1-5334-4cb3-82c0-d40688142a51",
  "data": {
    "card_id": "6f33bffb-63b3-412e-9fc8-3e4c33f265bf",
    "card_number": "46651711****3173",
    "available_balance": "500",
    "currency": "USD",
    "card_status": "CANCELLED",
    "update_reason": " card test",
    "update_time": "2026-04-08T11:46:09+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.status.update.succeeded状态变更已应用。
card.status.update.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.status.update.succeeded,
card.status.update.failed
source_id
string
必填

Card order ID.

version
string
必填

API version number.

示例:

"V1.6.0"

data
object

Card status change details.

响应

200

Return 200 to acknowledge receipt.