POST
Reject Intra-Organisation Transfer

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer Token, Where accessToken is the access token used to authenticate the request.

Headers

Accept-Language
string
default:en

Preferred language for the response

X-Idempotency-Key
string

A unique key to ensure idempotent requests

Body

application/json
merchantAccountNumber
integer
required

Sender merchant account number (8 digits)

Required range: 10000000 <= x <= 99999999
Example:

52333818

transactionReferenceNumber
string
required

The unique transaction reference number

Example:

"260703A1B2C3"

reasonForRejection
string
required

Reason for rejecting the transaction

Example:

"Incorrect beneficiary amount"

rejectedBy
string<email>
required

Email of the rejecting user

Example:

"admin@example.com"

Response

200 - application/json

Success - Transaction rejected

The response is of type string.

Example:

"Transaction 260703A1B2C3 has been rejected successfully"