Guides

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.5.2", 
    "event_name": "ISSUING", 
    "event_type": "issuing.fee.card", 
    "event_id": "8a78af1e-de83-43a5-b177-ecbc6a8a9fc6",
  	"source_id": "dac951ae-507a-4c07-9acd-e045b7d4962f", 
    "data": {
        "card_id": "c0cef051-29c5-4796-b86a-cd5b684bfad7", 
        "card_number": "************5668", 
        "cardholder_id": "c0cef051-29c5-4796-b86a-cd5ee34bfad7", 
        "reference_id": "5135e6cc-28b6-4889-81dc-3b86a09e1395", 
      	"short_reference_id": "CL12345",
        "remark": "card maintainence fee",
        "card_available_balance": "2005.26", 
        "transaction_type": "AUTHORIZATION",
        "billing_amount": "10.01", 
        "billing_currency": "SGD", 
        "transaction_amount": "10.01", 
        "transaction_currency": "SGD", 
        "transaction_time": "2024-03-21T17:17:32.456+08:00", 
        "posted_time": "2024-03-21T17:17:32+08:00", 
        "transaction_status": "APPROVED"
    }
}