v1
latestOpenAPI 3.0.22026-07-26123510445.2 KBTransactions
Retrieve Cards Transaction
Returns an issuing transaction objects associated with the provided transaction id.
get/v1/issuing/transactions/{id}
Path parameters
idstring required
Example:c0cef051-29c5-4796-b86a-cd5b684bfad7
Unique identifier for the cards transaction.
Headers
x-on-behalf-ofstring
Specifies the sub-account on whose behalf the request is made. This should be set to the account_id, which can be retrieved via the List Connected Accounts API. If omitted or empty, the request is executed using the master account. More information at Connected Accounts.
Response
OK - Card transaction returned successfully.
Example response
{
"card_id": "c0cef051-29c5-4796-b86a-cd5b684bfad7",
"card_number": "************5668",
"cardholder_id": "7c4ff2cd-1bf6-4aaa-bf16-266771425011",
"transaction_id": "5135e6cc-28b6-4889-81dc-3b86a09e1395",
"short_transaction_id": "CT2024-03-01",
"original_transaction_id": "1234e6cc-28b6-4889-81dc-3b86a09e1395",
"transaction_type": "AUTHORIZATION",
"transaction_fee": 0.25,
"transaction_fee_currency": "SGD",
"fee_pass_through": "Y",
"card_available_balance": 2506.26,
"billing_amount": 70.25,
"billing_currency": "SGD",
"transaction_amount": 100.25,
"transaction_currency": "USD",
"transaction_time": "2024-03-21T17:17:32+08:00",
"posted_time": "2024-03-21T17:17:32+08:00",
"merchant_data": {
"category_code": "6011",
"city": "CITY NAME",
"country": "CN",
"name": "ACQUIRER NAME"
},
"description": "1107 - Invalid CVV2",
"transaction_status": "DECLINED",
"wallet_type": "ApplePay"
}