Aller au contenu principal

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

CountryProcessing Time
Côte d'Ivoire1–2 business days
Sénégal1–3 business days

Required Fields

FieldDescription
bank_codeBCEAO bank code (e.g., CI059)
account_numberFull account number (RIB)
account_nameName on the bank account