POST
/
balance
/
withdraw

Authorizations

X-Api-User
string
headerrequired
X-Api-Key
string
headerrequired
X-User-Version
string
headerrequired

Body

application/json
accountNumber
string
required

The account number of the user's bank account.

accountName
string
required

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

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.

amount
string
required

The amount to be withdrawn.

token
string

The token to be used for OTP.

otpType
enum<string>
required

The type of OTP to be used.

Available options:
otp,
totp

Response

200 - application/json
data
object