Create Batch Invoice
This API allows merchants to create a batch payment request. This scenario is useful when a set of invoices will be paid in a batch using a single invoice number.
Key business rules
Create a batch invoice API reference
Headers
Name
Value
Request body
Name
Type
Description
Response body payload
Name
Type
Mandatory?
Comments
Error codes
HTTP code
Error code
Description
Body
invoiceNumbersstring[]Required
List of invoice numbers to be processed in the batch
transactionIdstringRequired
The transaction ID associated with the batch
descriptionstringRequired
Description for the batch of invoices
Responses
201
Batch Invoice created successfully
application/json
400
Invalid request
application/json
401
Unauthorized
application/json
404
Not Found
application/json
post
/payments/invoices/batchLast updated