Skip to main content

Payouts

Send money to your merchants, suppliers, or customers via mobile money or bank transfer.

Payout Methods

MethodCountriesSpeed
Mobile MoneyCI, SN, ML, BF, GN, CM, CDInstant to 5 min
Bank TransferCI, SN1–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

StatusDescription
pendingPayout created, awaiting processing
in_transitFunds sent to the provider
paidFunds received by the recipient
failedPayout failed
canceledPayout was canceled

Scheduling

Configure automatic payouts in Settings → Payouts or use the API. See Scheduling.