Payout
Withdraw balance
Withdraw funds from the user’s balance
POST
/
balance
/
withdraw
Authorizations
X-Api-User
string
headerrequiredX-Api-Key
string
headerrequiredX-User-Version
string
headerrequiredBody
application/json
accountNumber
string
requiredThe account number of the user's bank account.
accountName
string
requiredThe account name. This is the name of the account holder.
bank
string
requiredThe bank name. e.g. "Access Bank".
bankCode
string
requiredThe bank code. e.g. "044".
currency
string
requiredThe currency of the withdrawal.
amount
string
requiredThe amount to be withdrawn.
otpType
enum<string>
requiredThe 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