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