Documentation
Beneficiaries
Sierra Leone Beneficiary

Sierra Leone Beneficiary

Payouts to Sierra Leone are made via mobile money (AFRIMONEY, QMONEY, ORANGE, or BnB CashApp).

Below is a sample request for creating a Sierra Leonean beneficiary:

cURL
curl --location '{{sandboxURL}}/beneficiaries' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer {{APIKEY}}' \
--data '{
    "reference": "<samplereference>",
    "customerEmail": "ray.jon@mail.com",
    "country": "SL",
    "currency": "SLE",
    "destination": {
        "network": "FREEMONEY",
        "type": "MOBILEMONEY",
        "accountNumber": "25677232424356785379021",
        "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: AFRIMONEY, QMONEY, ORANGE, or BnB CashApp
senderSender information. Expanded based on sender[type].

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