Bank Transfer Payouts
Send funds to bank accounts in supported countries.
Supported Banks
Bank transfers are available in Côte d'Ivoire and Sénégal. Ikawaari routes to all major banks via the regional banking network.
Create a Bank Transfer Payout
curl -X POST https://api.ikawaari.com/v1/payouts \
-H "Authorization: Bearer ik_test_your_key" \
-H "Content-Type: application/json" \
-d '{
"amount": 500000,
"currency": "XOF",
"destination": {
"type": "bank_account",
"bank_account": {
"bank_code": "CI059",
"account_number": "0123456789012345678901",
"account_name": "Entreprise ABC SARL"
}
},
"description": "Invoice #2024-001"
}'
Processing Times
| Country | Processing Time |
|---|---|
| Côte d'Ivoire | 1–2 business days |
| Sénégal | 1–3 business days |
Required Fields
| Field | Description |
|---|---|
bank_code | BCEAO bank code (e.g., CI059) |
account_number | Full account number (RIB) |
account_name | Name on the bank account |