This endpoint allows authorized users to reject a batch of disbursements, preventing it from being processed. Once rejected, the batch cannot be reactivated and all associated transactions are marked as rejected.
Bearer authentication header of the form Bearer
Preferred language for the response
Required string length: 8
10000000 <= x <= 99999999Reason for rejecting the batch
The email address of the user rejecting the batch
A unique integer identifier that represents a batch of disbursement transactions in the system.
Required range: x > 0
Success Response (200 OK)
The response is of type string.
"Batch number 11111111 has been rejected successfully"