Mali Beneficiary
Payouts to Mali are made via mobile money (OM, MOOV, or WAVE).
Below is a sample request for creating a Malian beneficiary:
cURL
curl --location '{{sandboxURL}}/beneficiaries' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer {{APIKEY}}' \
--data '{
    "reference": "<samplereference>",
    "customerEmail": "ray.jon@mail.com",
    "country": "ML",
    "currency": "XOF",
    "destination": {
        "network": "OM",
        "type": "MOBILEMONEY",
        "accountNumber": "256775379021",
        "accountName": "Jon Snow"
    }
}'| 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: OM,MOOV, orWAVE | ✅ |