v1
latestOpenAPI 3.0.02026-07-2671142187.3 KBCard Batch
Settles an Open Card Batch
post/card-batches/{cardBatchId}/settle
Path parameters
cardBatchIdinteger required
The Card Batch Id of the Card Batch you want to settle
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
}