{
"data": [
{
"transactionId": "c1a2b3d4-e5f6-4782-996c-db9b45c47a29",
"cardId": "ef0c9071-f1d5-4782-996c-db9b45c47a29",
"customerId": "49cf2793-9379-4d1b-9904-5b77aaa5693c",
"originalTransactionId": null,
"localCurrency": "USD",
"localAmount": 2500,
"authorizedAmount": 30,
"authorizedCurrency": "USD",
"authorizationCode": "AUTH123456",
"authorizedAt": "2026-03-30T12:00:00Z",
"fee": 10,
"feeCurrency": "USD",
"crossborderFee": 5,
"crossborderFeeCurrency": "USD",
"settleAmount": 2490,
"settleCurrency": "USD",
"settleDate": "2026-03-31T00:00:00Z",
"merchantName": "Amazon",
"merchantCategoryCode": "5311",
"merchantCountry": "IN",
"merchantCity": "Hyderabad",
"type": "debit",
"subType": "ecommerce",
"status": "completed",
"description": "Online purchase at Amazon"
}
],
"pagination": {
"total": 1,
"limit": 20,
"offset": 0,
"hasMore": false
}
}