PUT
Review Inter-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:

"260703X9Y8Z7"

actionedBy
string
required

Email of the user reviewing the transaction

Maximum string length: 60
Example:

"reviewer@example.com"

Response

200 - application/json

Success - Transaction reviewed

merchantAccountNumber
integer
Example:

52333818

transactionReferenceNumber
string
Example:

"260703X9Y8Z7"

responseCode
string
Example:

"R100"