跳转到主要内容
WEBHOOK
activationStatus
{
  "version": "V1.6.0",
  "event_name": "ISSUING",
  "event_type": "card.activation.status",
  "event_id": "2ad09af2-f6dd-4fbf-bc47-83712aa2670d",
  "source_id": "ba4bdf3e-c2b7-4197-9487-dc269e77b2c0",
  "data": {
    "activation_status": "Activated",
    "card_id": "ba4bdf3e-c2b7-4197-9487-dc269e77b2c0",
    "card_number": "40963608****5859"
  }
}

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.activation.status卡片激活状态已变更。

请求体

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.activation.status
source_id
string
必填

Card ID.

version
string
必填

API version number.

示例:

"V1.6.0"

data
object

Card activation result.

响应

200

Return 200 to acknowledge receipt.