Côte d'Ivoire payout
Payment Account Types
The supported payment account type in Côte d'Ivoire is:
- MOBILE_MONEY
Mobile Money
The supported mobile money operators in Côte d'Ivoire are:
- MTN
- ORANGE
- MOOV
Decimal Requirements
| Payment Account Type | Decimals Allowed |
|---|---|
| MOBILE_MONEY (MTN) | 0 |
| MOBILE_MONEY (ORANGE) | 0 |
| MOBILE_MONEY (MOOV) | 0 |
Transaction Limits
| Payment Account Type | Minimum Amount (XOF) | Maximum Amount (XOF) |
|---|---|---|
| MOBILE_MONEY (MTN) | 2,000 | 1,500,000 |
| MOBILE_MONEY (ORANGE) | 2,000 | 1,500,000 |
| MOBILE_MONEY (MOOV) | 2,000 | 1,500,000 |
Compliance Requirements
| Field | Requirements |
|---|---|
| purpose | Required (please refer to the list of allowed values in Create Payout) |
| sender.type | Required |
| sender.name | Required |
| sender.address.line1 | Required |
| sender.address.city | Required |
| sender.address.postal_code | Required |
| sender.address.country | Required |
| sender.individual.dob | Required (with type INDIVIDUAL) |
| sender.individual.identity_document.type | Required (with type INDIVIDUAL) |
| sender.individual.identity_document.country | Required (with type INDIVIDUAL) |
| sender.individual.identity_document.number | Required (with type INDIVIDUAL) |
| sender.individual.identity_document.expires_on | Required (with type INDIVIDUAL) |
Sample Payload
The samples below are specific to Côte d'Ivoire and based on the local regulations.
For a more comprehensive list of fields, see the Create Payout resource.
Send to MOBILE_MONEY
{
"amount": {
"currency": "XOF",
"value": "10000"
},
"payment_account": {
"type": "MOBILE_MONEY",
"country": "CI",
"holder": {
"type": "INDIVIDUAL",
"name": "Kouassi Yao"
},
"mobile_money": {
"operator": "MTN",
"number": "+2250102030405"
}
},
"purpose": "REMITTANCE",
"sender": {
"type": "INDIVIDUAL",
"name": "Mario Rossi",
"address": {
"line_1": "Piazza del Colosseo",
"line_2": "1",
"line_3": "",
"city": "Roma",
"postal_code": "00184",
"country": "IT"
},
"individual": {
"dob": "1985-06-15",
"identity_document": {
"type": "PASSPORT",
"country": "IT",
"number": "YA0000000",
"expires_on": "2030-01-01"
}
}
}
}Updated 2 days ago
