POST
/
balance
/
withdraw

Authorizations

X-Api-User
string
header
required
X-Api-Key
string
header
required
X-User-Version
string
header
required

Body

application/json
accountName
string
required

The account name. This is the name of the account holder.

accountNumber
string
required

The account number of the user's bank account.

amount
string
required

The amount to be withdrawn.

bank
string
required

The bank name. e.g. "Access Bank".

bankCode
string
required

The bank code. e.g. "044".

currency
string
required

The currency of the withdrawal.

otpType
enum<string>
required

The type of OTP to be used.

Available options:
otp,
totp
token
string

The token to be used for OTP.

Response

200 - application/json
data
object