This endpoint allows authorized users to reject a single disbursement transaction, preventing it from being processed further.
Bearer authentication header of the form Bearer Token, Where accessToken is the access token used to authenticate the request.
Required string length: 8
10000000 <= x <= 9999999935253486
The unique transaction reference number
"D250713MGGGY"
Detailed reason for rejecting the transaction
"Invalid beneficiary account number format"
The email address of of the person rejecting the transaction
"admin@example.com"
Success Response (200 OK)
The response is of type string.
"Transaction 250625PJQ89C has been rejected successfully"