v1
latestOpenAPI 3.1.02026-07-241660500.9 KBTSYS Batch Transaction Report
Retrieve a report of batch transactions
Query parameters
Filter reports based on bank number provided
Filter reports based on batch date provided
Filter reports based on batch numbers provided
Defines the number of records to offset
Defines what field to group by
Search across searchField for this value
Defines how many records to return at a time
Allows you to sort the matching results.
Filter reports based on terminal id provided
fundingOrigin
Defines what batch number to filter by
Defines what cardtype to filter by
Defines what date to filter by
Defines max amount to filter by
Defines min amount to filter by
Defines what date to filter by
Defines whether or not we should only return the summary
Defines what type to filter by
Describes the magnitude of a relative date range.
Lower bound of an absolute date range.
Key descriptor for a quick date range.
Upper bound of an absolute date range.
Type of date range filter being used. (q, rel, abs)
Describes the unit of a relative date range.
Response
200
Example response
{
"records": [
{
"transactionType": "string",
"cardType": "string",
"cardNumber": "string",
"entryMode": "string",
"qualification": "string",
"authorizationCode": "string",
"bankNumber": "string",
"transactionDate": "2020-08-03T20:10:37.449Z"
}
]
}