outbound transfer

Make outbound transfer

This endpoint is throttled to 1 request every 200 milliseconds.

Request

MethodURL

POST

{{baseUrl}}/api/service/v1/query/transfer/outbound

HeaderValue

Content-Type

application/json

publicKey

{{publicKey}}

accessToken

{{accessToken}}

Use the accessToken that was given in response to /api/service/v1/query/merchant/login

Request BodyDescription

nuban

Beneficiary bank account number to transfer to

Mandatory

bank_code

Beneficiary bank account code to transfer to

Mandatory

amount

Value to be transferred

Mandatory

remark

Transaction narrative/description

Optional

transaction_ref

Transaction reference (merchant prefix - random string)

Mandatory

Last updated