Skip to main content
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.

Event Types

Event TypeDescription
card.status.update.succeededThe status change was applied.
card.status.update.failedThe status change failed.

Body

application/json
event_id
string<uuid>
required

A unique identifier for this event.

event_name
enum<string>
required

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

Available options:
ISSUING
event_type
enum<string>
required

The specific event type that occurred.

Available options:
card.status.update.succeeded,
card.status.update.failed
source_id
string
required

Card order ID.

version
string
required

API version number.

Example:

"V1.6.0"

data
object

Card status change details.

Response

200

Return 200 to acknowledge receipt.