Card Transaction Events
When a card generates an authorization transaction or when the transaction settlement is completed, the following events will be triggered.
Card transaction
{
"event_id": "997daf9b-4162-4864-914c-960ff6cc16ad",
"event_identifier": "card.transaction",
"data": {
"id": "1ce26ca3-812e-44df-be5d-6eb975aafa63",
"cardId": "02640475-2aed-46aa-ac22-0777872d5e08",
"cursorId": "1935316605048520705",
"cardChannel": "c_002_budget",
"entityId": "f42a2777-1cbc-428c-a271-aebbbdc658df",
"orderNum": "202506182040097442619",
"currency": "USD",
"fee": "0.65000000",
"amount": "10.00000000",
"type": "consumption",
"status": "pending",
"createAt": "2025-06-18T12:40:09.743Z",
"completeAt": "2025-06-18T12:40:09.744Z",
"detail": "TikTok Ads Singapore SGP",
"tradeTag": null,
"reasonCode": 0,
"localCurrency": "USD",
"localAmount": "10.00000000",
"merchantInfo": {
"name": "TikTok Ads",
"city": "Singapore",
"country": "SGP",
"mcc": "7311"
}
}
}
Card transaction update
{
"event_id": "997daf9b-4162-4864-914c-960ff6cc16ad",
"event_identifier": "card.transaction.update",
"data": {
"id": "85e61981-4eb4-4b6e-8d9a-5ab1851cef26",
"cardId": "5edd7fd0-e881-4f80-9f1c-31ce024ef861",
"cursorId": "1935293925918306305",
"cardChannel": "c_002_budget",
"entityId": "f42a2777-1cbc-428c-a271-aebbbdc658df",
"orderNum": "202506181910026175391",
"currency": "USD",
"fee": "0.00000000",
"amount": "5.60000000",
"type": "consumption",
"status": "completed",
"createAt": "2025-06-18T11:10:02.617Z",
"completeAt": "2025-06-18T11:10:02.633Z",
"detail": "DELTA AIR 0062340585053 800-2211212 US",
"tradeTag": null,
"reasonCode": 100013,
"localCurrency": "USD",
"localAmount": "5.60000000",
"merchantInfo": {
"name": "DELTA AIR 0062340585053",
"city": "800-2211212",
"country": "US",
"mcc": "3058"
}
}
}
Updated 3 months ago