Card Fee

Published when a card deducted fee.

Event metadata

  • name: ISSUING
  • types:
    • issuing.fee.card

Request body

FieldsData TypeDescription
event_idstringA unique ID for the event.
event_namestringEvent name.
event_typestringEvent type.
source_idstringOriginal transaction id, finance transaction id or ledger id.
versionstringAPI version number.
dataobjectObject containing transaction details associated with the event.

Notification example

{
    "version": "V1.6.0",
    "event_name": "ISSUING",
    "event_type": "issuing.fee.card",
    "event_id": "c65008e8-c01a-4612-ba1f-4ebc157b41de",
    "source_id": "81d50602-c480-4dc3-9e3e-c16b6f86a27c",
    "data": {
        "billing_amount": "3",
        "billing_currency": "USD",
        "card_available_balance": "177",
        "card_id": "09b0fc84-b6e6-4f1a-ac5d-6c306a36728b",
        "card_number": "40963608****8137",
        "cardholder_id": "200388d1-58fd-4a9a-b9e6-518517dd2a3f",
        "posted_time": "2025-07-17T14:55:39+08:00",
        "reference_id": "5130309d-a745-4542-a4f7-68f66744cbfc",
        "remark": "Reason: *8137 atm withdrawal, fee",
        "short_reference_id": "T250717-SFUB0O7D",
        "transaction_amount": "3",
        "transaction_currency": "USD",
        "transaction_status": "APPROVED",
        "transaction_time": "2025-07-17T14:55:39+08:00",
        "transaction_type": "FEE"
    }
}