跳转到主要内容
WEBHOOK
cardUpdated
{
  "version": "V1.6.0",
  "event_name": "ISSUING",
  "event_type": "card.update.succeeded",
  "event_id": "caa8656f-05b3-4331-812f-fc3d57f8bd96",
  "source_id": "9492771e-5247-49fe-9846-55719bd9dabb",
  "data": {
    "available_balance": "1000",
    "card_bin": "40963608",
    "card_currency": "USD",
    "card_id": "f5d1e60a-6852-4fea-bb09-1d5bdab657a0",
    "card_limit": "1000",
    "card_number": "40963608****8664",
    "card_order_id": "9492771e-5247-49fe-9846-55719bd9dabb",
    "card_product_id": "467e993f-317a-49fc-9ea0-bf49de7d1f76",
    "card_scheme": "VISA",
    "card_status": "ACTIVE",
    "cardholder": {
      "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",
      "last_name": "Chen",
      "number_of_cards": 2,
      "phone_number": "87654321"
    },
    "form_factor": "VIRTUAL",
    "metadata": {},
    "mode_type": "SHARE",
    "no_pin_payment_amount": "USD",
    "order_status": "success",
    "risk_control": {
      "enable_3ds": "Y",
      "allow_3ds_transactions": "Y",
      "blocked_mcc": [
        "6551",
        "5533"
      ]
    },
    "spending_controls": [
      {
        "amount": "500",
        "interval": "PER_TRANSACTION"
      }
    ]
  }
}

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.update.succeeded卡片更新成功完成。
card.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.update.succeeded,
card.update.failed
source_id
string
必填

Card order ID.

version
string
必填

API version number.

示例:

"V1.6.0"

data
object

Card object associated with the update event. Includes order details and the full card snapshot after update.

响应

200

Return 200 to acknowledge receipt.