11. Card Operations
You can list your cards. The listing method supports various parameter options based on the data you have.
Card - Card Operations
Parameter
Type
Compulsory
Description
Parameter
Type
Description
{
"ErrorCode": 0,
"Result": true,
"Message": "",
"Body": {
"Page": 1,
"PageItemCount": 25,
"TotalItemCount": 1,
"TotalPageCount": 1,
"PageSkip": 0,
"Transactions": [
{
"TransactionId": 165554,
"CardNumber": "543534****4444",
"DateTime": "2023-06-06T11:11:00",
"Amount": 100,
"MerchantId": "766443",
"CardType": 1,
"CardId": 122,
"CardDescription": "CardAlias",
"Description": "Description",
"AvailableBalance": 10112.80
}
]
}
}Last updated