Documentation
Beneficiaries
Côte d'Ivoire Beneficiary

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"
    }
}'
ParameterDescriptionRequired
typeThis is the payment type. It will be MOBILEMONEY
accountNumberThis is the phone number of the beneficiary
accountNameThis is the name of the beneficiary
networkThe phone number's mobile network. Must be one of: OM, MTN, MOOV, or WAVE