Côte d'Ivoire Beneficiary
Payouts to Côte d'Ivoire are made via mobile money (OM, MTN, MOOV, or WAVE).
Below is a sample request for creating a Côte d'Ivoire beneficiary:
cURL
curl --location '{{sandboxURL}}/beneficiaries' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer {{APIKEY}}' \
--data '{
"reference": "<samplereference>",
"customerEmail": "ray.jon@mail.com",
"country": "CI",
"currency": "XOF",
"destination": {
"network": "MTN",
"type": "MOBILEMONEY",
"accountNumber": "256775379021",
"accountName": "Jon Snow",
"sender": {
"accountName": "John Snow",
"country": "NG",
}
}
}'| Parameter | Description | Required |
|---|---|---|
| type | This is the payment type. It will be MOBILEMONEY | ✅ |
| accountNumber | This is the phone number of the beneficiary | ✅ |
| accountName | This is the name of the beneficiary | ✅ |
| network | The phone number's mobile network. Must be one of: ORANGE, MTN, MOOV | ✅ |
| sender | Sender information. Expanded based on sender[type]. | ✅ |
Sender Parameters
| Parameter | Description | Required |
|---|---|---|
| sender[accountName] | Name of the sender. A space separated first and last name must be provided for individual senders e.g John Doe | ✅ |
| sender[country] | Sender's country |