v1
latestOpenAPI 3.1.02026-07-136388308.2 KBBatch Payments
Create a new batch
This endpoint will create a new batch. This opens a new batch container to hold specific transaction types in a certain currency. You will need to enable PERM_BUSINESS_POST_BATCHES to use this endpoint.
post/v1/batches
Request body
Example request
{
"currency": "EUR",
"batchName": "January 2018 Payroll",
"jobNumber": "2022-01-PR",
"callbackUrl": "https://my.webserver.com/cb/payroll"
}Response
Batch created successfully
Example response
{
"batchUuid": "F2AF3F2B-4406-4199-B249-B354F2CC6019"
}