Card Status Updated

Published when a card status update is completed or failed.

Event metadata

  • name: ISSUING
  • types:
    • card.status.update.succeeded
    • card.status.update.failed

Request body

FieldsData TypeDescription
event_idstringA unique ID for the event.
event_namestringEvent name.
event_typestringEvent type.
source_idstringCard order ID.
versionstringAPI version number.
dataobjectObject containing details associated with the event.

Notification example

{
    "version": "V1.6.0",
    "event_name": "ISSUING",
    "event_type": "card.status.update.succeeded",
    "event_id": "8a78af1e-de83-43a5-b177-ecbc6a8a9fc6",
    "source_id": "cc9b4589-58c4-4c19-b96c-5c5fac43d07d", // card_order_id
    "data": {
        "card_id": "c0cef051-29c5-47-b86a-cd5b684bfad7",
        "card_number": "************5668",
        "update_time": "2024-03-21T17:17:32+08:00",
        // one of: ACTIVE, PRE_CANCEL, CANCELLED, FROZEN, BLOCKED
        "card_status": "ACTIVE",
        "update_reason": "Customised reason / filled by UQPAY"
    }
}