v1
latestOpenAPI 3.1.02026-07-24416405768.8 KBGet wallets transactions
Retrieves the transaction history for a wallet
Path parameters
Query parameters
To get the transaction history for specific card
To get the transaction history in given currency(ISO 3-letter currency. i.e USD, ZAR etc), applicable only to wallet created with ZIM_POSTILION_CLOSED_LOOP walletType mode
fromDate, the date from where we want to get the transactions inclusive.
toDate, the date upto when we want to get the transactions exclusive
The externalId used when the transaction was initiated. Other parameters other than walletId are ignored if this is passed
The externalUniqueId used when the transaction was initiated. Other parameters other than walletId are ignored if this is passed. NB: Prefix with CR- or DB- for the credit or debit leg
Additional field data to include. Comma separated list. Supports payments,withdrawals,remittances.
Filter string to search in fields of the transaction to further filter results. Not case sensitive.
To get the transaction history with maskedPan e.g 123456******1234
To get the transaction history with merchant name for specific card
To get the transaction history with rrn for specific card
Response
OK
Example response
[
{
"date": "2022-03-10T12:15:50-04:00",
"payment": {
"created": "2022-03-10T12:15:50-04:00",
"expires": "2022-03-10T12:15:50-04:00",
"lastModified": "2022-03-10T12:15:50-04:00"
},
"remittance": {
"created": "2022-03-10T12:15:50-04:00",
"quoteExpires": "2022-03-10T12:15:50-04:00"
},
"withdrawal": {
"created": "2022-03-10T12:15:50-04:00",
"expires": "2022-03-10T12:15:50-04:00",
"holdUntil": "2022-03-10T12:15:50-04:00",
"lastModified": "2022-03-10T12:15:50-04:00"
}
}
]