List Card Balances & Transactions
Get Card Balances
Response
{
"id": 0,
"details": [
{
"id": 0,
"customersReference": "string",
"cardHolderName": "string",
"cardLast4": "string",
"customersID": "string",
"currency": "string",
"totalBalance": 0,
"availableBalance": 0,
"pendingBalance": 0,
"status": "string"
}
],
"pageSize": 0,
"pageNumber": 0,
"numberOfPages": 0,
"status": "string",
"errors": [
{
"fieldName": "string",
"messageCode": "string"
}
]
}Get Transactions
Last updated