Skip to main content
POST
cURL

Authorizations

Authorization
string
header
required

Input your API key (e.g. your public key) as a Bearer token to access this API.

Body

currency
string
required

The currency in which the transfer is to be made (e.g., NGN)

Minimum string length: 1
amount
number<double>
required

The amount to be transferred

bankCode
string
required

The code of the bank to which the transfer is to be made

Minimum string length: 1
accountNumber
string
required

The account number to which the transfer is to be made

Minimum string length: 1
narration
string
required

A brief description of the transfer

Minimum string length: 1
reference
string
required

The unique reference for the transfer

Required string length: 10 - 50
bankName
string | null

The name of the bank to which the transfer is to be made

accountName
string | null

The name of the account to which the transfer is to be made

metaData
string | null

Additional metadata for the transfer

Response

OK

success
boolean
message
string | null
data
unknown