Skip to main content
POST
BANK WITHDRAWAL
This API handles payout to bank, currently only supports SA Banks.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
bankDetails
object
required
currency
enum<string>
required

The currency of the transaction

Available options:
KES,
GHS,
NGN,
ZAR,
ZAR,
USD,
XOF,
ZMW,
XAF,
SLE,
CDF,
TZS,
UGX,
EGP,
MWK,
RWF,
ETB,
MZN,
LSL,
GNF,
USDT,
BTC,
ETH,
USDC
Example:

"ZAR"

amount
number
required

The amount of the transaction

Example:

100

referenceId
string
required

The reference id of the transaction

Example:

"1234567890"

callbackUrl
string

Callback URL to receive withdrawal status updates

Example:

"https://your-domain.com/webhook"

Response

success
boolean
Example:

true

message
string
Example:

"Withdrawal has been successfully created."

data
object