Aller au contenu principal

Mobile Money Payouts

Send funds directly to mobile money wallets across West and Central Africa.

Supported Operators

OperatorCountriesSpeed
Orange MoneyCI, SN, ML, BF, GN, CMInstant – 5 min
MTN MoMoCI, CM, CDInstant – 5 min
WaveCI, SNInstant
Moov MoneyCI, BFInstant – 5 min

Example

curl -X POST https://api.ikawaari.com/v1/payouts \
-H "Authorization: Bearer ik_test_your_key" \
-H "Content-Type: application/json" \
-d '{
"amount": 25000,
"currency": "XOF",
"destination": {
"type": "mobile_money",
"mobile_money": {
"phone": "+2250700000000",
"operator": "orange_ci",
"recipient_name": "Amadou Diallo"
}
}
}'

Limits

Payout limits depend on the operator and the recipient's KYC level. Typical limits:

OperatorMinMax per transactionMax per day
Orange Money CI100 XOF1,000,000 XOF3,000,000 XOF
MTN MoMo CI100 XOF500,000 XOF2,000,000 XOF
Wave CI100 XOF1,500,000 XOF5,000,000 XOF
remarque

Limits may vary based on your account tier and the recipient's wallet level.