Close Batch API Example Objects
Example objects for the Close Batch API
Approved Close Batch
Example #1
{
"batchNbr": "B001335",
"approved": true,
"submitDate": "2024-09-26T09:01:15.7878299Z",
"errors": [],
"warnings": []
}
Example #2
{
"batchNbr": "B001285",
"approved": true,
"submitDate": "2024-06-28T15:15:15.7878299Z",
"errors": [],
"warnings": [
{
"code": "P0124",
"message": "This batch has been flagged for being an infrequent merchant and having a high dollar amount"
}
]
}
Rejected Close Batch
{
"batchNbr": null,
"approved": false,
"submitDate": "2022-11-16T15:20:35.97083Z",
"errors": [
{
"code": "P0052",
"message": "No Open Batch found for this Merchant."
}
]
}
Updated 5 months ago