General Events

When a card is created or its status is updated (such as frozen, active, expired, or deleted), this event will be triggered.

Card created

Event type: card.status.created

{
    "event_id": "12345aef-1234-1234-1234-70215dbd1234",
    "event_identifier": "card.status.created",
    "data": {
        "id": "123416c5-1234-1234-1234-2b222c3a1234",
        "idNo": "1234960737235401234",
        "first6": "537100",
        "last4": "1234",
        "cardNoPrivate": "",
        "label": "test",
        "balanceAvailable": 0,
        "status": "active",
        "velocityLimitWindow": null,
        "type": "virtual",
        "firstName": "A",
        "lastName": "A",
        "name": "AA",
        "address": {
            "line1": "1",
            "postCode": "1",
            "city": "1",
            "state": "1",
            "country": "HK"
        },
        "createdAt": "2025-07-17T03:37:01.057Z",
        "totalCost": 0,
        "totalTransferIn": 0,
        "totalTransferOut": 0,
        "totalRefund": 0,
        "account": null,
        "cardChannelId": "cproxy9649202912345",
        "callId": null,
        "currency": "USD",
        "cardholderId": "1234d9b5-1234-1234-1234-152f464f1234"
    }
}

Card Updated

Event type: card.status.update

{
    "event_id": "1234af9b-4162-4864-914c-960ff6cc16ad",
    "event_identifier": "card.status.update",
    "data": {
        "id": "12349657-f24b-4ec3-be5b-3ad84a2f6c21",
        "accountId": "12340ef3-0f13-468c-a9b7-61b141a02864",
        "status": "deleted"
    }
}


Did this page help you?