Authorizations
Bearer authentication header of the form Bearer <Token>, where <Token> is your access token.
Headers
The organization identifier
The merchant account number
Preferred language for the response
Body
The unique identifier of the merchant account (Required string length: 8)
10000000 <= x <= 9999999935253486
The unique identifier of the batch number to approve
x >= 1678
The email address of the user approving the batch
60"admin@example.com"
Response
Success Response (200 OK) - Batch approved successfully
The response is of type string.
"Batch number 678 has been approved successfully"