Card Fee Transaction

Event metadata

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

Request body

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

Notification example

{
  "version": "V1.5.2",
  "event_name": "ISSUING",
  "event_type": "issuing.fee.card",
  "event_id": "321320b8-2153-4bcc-857d-453cfebeac1e",
  "source_id": "511d5b8b-b5dc-403f-ac8d-fecd2ae1f1de",
  "data": {
    "billing_amount": "0.3",
    "billing_currency": "SGD",
    "card_available_balance": "13.45",
    "card_id": "6b3da7fd-6545-4db6-bd39-9800062fdb49",
    "card_number": "40963608****1214",
    "cardholder_id": "fdbe691c-385a-41a5-a44d-33d13046d4ef",
    "posted_time": "2025-11-05T13:19:10+08:00",
    "reference_id": "511d5b8b-b5dc-403f-ac8d-fecd2ae1f1de",
    "remark": "Reason: *1214 atm withdrawal, fee",
    "short_reference_id": "Ka9AVTJnWRgZ",
    "transaction_amount": "0.3",
    "transaction_currency": "SGD",
    "transaction_status": "APPROVED",
    "transaction_time": "2025-11-05T13:19:10+08:00",
    "transaction_type": "FEE"
  }
}