cURL
Single Disbursements
Review Single Transaction
This endpoint allows the merchant user to review a posted single disbursement transaction. It is used in the 6-Eye (Initiator + Reviewer + Approver) workflow. Once reviewed, the transaction moves to the approval stage where it must be approved before funds transfer can begin.
PUT
cURL
Authorizations
Bearer authentication header of the form Bearer Token, Where accessToken is the access token used to authenticate the request.
Body
application/json
The unique identifier of the merchant account (Required string length: 8)
Required range:
10000000 <= x <= 99999999Example:
35253486
The unique transaction reference number to review
Example:
"251105CJZ16U"
The email adddress of the user reviewing the transaction
Maximum string length:
60Example:
"admin@example.com"