跳转到主要内容
WEBHOOK
cardholderUpdated
{
  "version": "V1.6.0",
  "event_name": "ISSUING",
  "event_type": "cardholder.updated",
  "event_id": "8d629e52-4ac9-4d72-835b-ec291408b918",
  "source_id": "25ea804d-7fd5-43d5-8792-0fc0214cdb2f",
  "data": {
    "cardholder_id": "25ea804d-7fd5-43d5-8792-0fc0214cdb2f",
    "cardholder_status": "SUCCESS",
    "country_code": "SG",
    "create_time": "2026-04-10T18:03:47+08:00",
    "date_of_birth": "0001-01-01",
    "email": "[email protected]",
    "first_name": "Alex",
    "idv_provider": "",
    "idv_status": "",
    "last_name": "Chen",
    "nationality": "",
    "phone_number": "87654321",
    "update_time": "2026-04-12T14:11:20+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.

事件类型

事件类型描述
cardholder.updated持卡人信息已更新。

请求体

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.

可用选项:
cardholder.updated
source_id
string
必填

Cardholder ID.

version
string
必填

API version number.

示例:

"V1.6.0"

data
object

Cardholder information included in KYC and cardholder update events.

响应

200

Return 200 to acknowledge receipt.