Card 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": "997daf9b-4162-4864-914c-960ff6cc16ad",
    "event_identifier": "card.status.created",
    "data": {
        "id": "d8e92692-296f-4f6b-877b-db32a4ec08b9",
        "idNo": "1900826744192053250",
        "first6": "559666",
        "last4": "6092",
        "cardNoPrivate": "",
        "label": "card-36",
        "balanceAvailable": 0,
        "status": "active",
        "velocityLimitWindow": null,
        "type": "virtual",
        "firstName": "Rawlin",
        "lastName": "Mackey",
        "name": "RawlinMackey",
        "address": {
            "line1": "4016 Benedum Drive",
            "line2": "",
            "postCode": "12401",
            "city": "Lake Katrine",
            "state": "New Yk",
            "country": "US"
        },
        "createdAt": "2025-03-15T08:29:46.141Z",
        "totalCost": 0,
        "totalTransferIn": 0,
        "totalTransferOut": 0,
        "totalRefund": 0,
        "cardChannelId": "dff5-a0eefbed495e-a41d-6c81-4830-c334",
        "callId": "LeJk6AyOPgJmPJnhNNZlF3kASuAfLYnY"
    }
}

Card Updated

Event type: card.status.update

{
    "event_id": "997daf9b-4162-4864-914c-960ff6cc16ad",
    "event_identifier": "card.status.update",
    "data": {
        "id": "70949657-f24b-4ec3-be5b-3ad84a2f6c21",
        "accountId": "1bd30ef3-0f13-468c-a9b7-61b141a02864",
        "status": "deleted"
    }
}