v1
latestOpenAPI 3.0.02026-07-2671142187.3 KBCard Batch
Get Card Batches
get/card-batches
Query parameters
batchNumbernumber
The number of the batch to retrieve. Note that this is the batch number, not batch ID.
terminalIdnumber
The terminalId of the requested batch
collect-stats'true' | 'false'
Includes transaction statistics for the batch
Response
Successful
Example response
[
{
"id": 2488717,
"dateCreated": "2022-11-30 13:14:53",
"dateUpdated": "2022-11-30 13:14:53",
"dateClosed": "2022-11-30 14:14:53",
"closed": true,
"terminalId": 1411,
"batchNumber": 6,
"netSales": 90,
"totalSales": 100,
"totalRefunds": 8.5,
"totalReversed": 5,
"totalRefundsReversed": 3.5,
"countTotal": 8,
"countApproved": 8
}
]