Payouts
Send money to your merchants, suppliers, or customers via mobile money or bank transfer.
Payout Methods
| Method | Countries | Speed |
|---|---|---|
| Mobile Money | CI, SN, ML, BF, GN, CM, CD | Instant to 5 min |
| Bank Transfer | CI, SN | 1–3 business days |
Create a Payout
curl -X POST https://api.ikawaari.com/v1/payouts \
-H "Authorization: Bearer ik_test_your_key" \
-H "Content-Type: application/json" \
-d '{
"amount": 50000,
"currency": "XOF",
"destination": {
"type": "mobile_money",
"mobile_money": {
"phone": "+2250700000000",
"operator": "orange_ci"
}
},
"description": "Supplier payment"
}'
Payout Lifecycle
| Status | Description |
|---|---|
pending | Payout created, awaiting processing |
in_transit | Funds sent to the provider |
paid | Funds received by the recipient |
failed | Payout failed |
canceled | Payout was canceled |
Scheduling
Configure automatic payouts in Settings → Payouts or use the API. See Scheduling.