v1
latestOpenAPI 3.1.02026-07-136388308.2 KBBatch Payments
Get the details of a batch
This endpoint will return the details of the batch specified in the API endpoint - {batchUuid}. You will need to enable PERM_BUSINESS_GET_BATCH to use this endpoint.
get/v1/batches/{batchUuid}
Path parameters
batchUuidstring required
The uuid of the batch.
Example:4ADFB67A-0F5B-4A9A-9D74-34437250045C
Response
Returns the details of the batch specified in the API endpoint - {batchUuid}.
Example response
{
"batchUuid": "F2AF3F2B-4406-4199-B249-B354F2CC6019",
"status": "COMPLETE",
"sourceName": "Payment API",
"batchName": "January 2018 Payroll",
"jobNumber": "2018-01-PR",
"callbackUrl": "https://my.webserver.com/cb/payroll",
"currency": "EUR, GBP, USD",
"numberOfItemsSubmitted": 1,
"valueOfItemsSubmitted": 10000,
"numberOfItemsSucceeded": 1,
"valueOfItemsSucceeded": 10000,
"lastUpdated": "2021-04-04T10:48:53.540Z",
"dateCreated": "2021-04-04T10:48:53.540Z"
}