PUT
cURL

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

The unique identifier of the merchant account (Required string length: 8)

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

35253486

transactionReferenceNumber
string
required

The unique transaction reference number to review

Example:

"251105CJZ16U"

actionedBy
string
required

The email adddress of the user reviewing the transaction

Maximum string length: 60
Example:

"admin@example.com"

Response

200 - application/json

200-OK

merchantAccountNumber
integer
Example:

37463669

transactionReferenceNumber
string
Example:

"251105CJZ16U"

responseCode
string
Example:

"R100"