Documentation
Beneficiaries
Mali Beneficiary

Mali Beneficiary

Payouts to Mali are made via mobile money (MOOV, ORANGE or Sotelma).

Below is a sample request for creating a Malian beneficiary:

cURL
curl --location '{{baseURL}}/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": "22342435678",
        "accountName": "Jon Snow",
        "sender": {
            "accountName": "John Snow",
            "country": "NG"
        }
    }
}'
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: MOOV, ORANGE, or Sotelma✅

Sender Parameters

ParameterDescriptionRequired
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✅