Skip to main content
POST
Withdraw Fiat to Mobile Money
This API will withdraw fiat from the integrator’s fiat wallet to the customer’s mobile money wallet.

Authorizations

Authorization
string
header
required

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

Body

application/json
customer_key
string
required

Customer key

Example:

"customer-key-123"

amount
number
required

amount to withdraw

Example:

10

walletId
string
required

wallet id

Example:

"5f9b2c7b9c9d6b0017b4e6b1"

callbackUrl
string

callback url

Example:

"https://example.com"

referenceId
string

reference id

Example:

"5f9b2c7b9c9d6b0017b4e6b1"

currency
string

Override transaction currency (e.g. USD for USD mobile money in Congo/Zambia). When provided and matches the wallet currency, phone-country currency validation is skipped.

Example:

"USD"

Response

success
boolean
Example:

true

message
string
Example:

"Withdrawal has been successfully created."

data
object