Mobile Money Payouts
Send funds directly to mobile money wallets across West and Central Africa.
Supported Operators
| Operator | Countries | Speed |
|---|---|---|
| Orange Money | CI, SN, ML, BF, GN, CM | Instant – 5 min |
| MTN MoMo | CI, CM, CD | Instant – 5 min |
| Wave | CI, SN | Instant |
| Moov Money | CI, BF | Instant – 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:
| Operator | Min | Max per transaction | Max per day |
|---|---|---|---|
| Orange Money CI | 100 XOF | 1,000,000 XOF | 3,000,000 XOF |
| MTN MoMo CI | 100 XOF | 500,000 XOF | 2,000,000 XOF |
| Wave CI | 100 XOF | 1,500,000 XOF | 5,000,000 XOF |
remarque
Limits may vary based on your account tier and the recipient's wallet level.