Documentation
Beneficiaries
Tanzania Beneficiary

Tanzania Beneficiary

Payouts to Tanzania are made via mobile money (MTN or AIRTEL).

Below is a sample request for creating a Tanzanian beneficiary:

cURL
curl --location '{{sandboxURL}}/beneficiaries' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer {{APIKEY}}' \
--data '{
    "reference": "<samplereference>",
    "customerEmail": "ray.jon@mail.com",
    "country": "TZ",
    "currency": "TZS",
    "destination": {
        "network": "AIRTEL",
        "type": "MOBILEMONEY",
        "accountNumber": "255712345678",
        "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 "AIRTEL", "VODACOM", "TIGO", or "HALOTEL"