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
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"