Documentation
Togo Beneficiary

Togo Beneficiary


Payouts to Togo are made via mobile money (MTN, MOOV TMONEY or TOGOCELL).

Below is a sample request for creating a Togo beneficiary:

cURL
curl --location '{{sandboxURL}}/beneficiaries' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer {{APIKEY}}' \
--data '{
    "reference": "<samplereference>",
    "customerEmail": "ray.jon@mail.com",
    "country": "TG",
    "currency": "CFA",
    "callbackUrl": "https://webhook.site/38a9e6b0-3388-4399-89d4-3ceafa000001",
    "destination": {
        "network": "TMONEY"
        "type": "MOBILEMONEY",
        "accountName": "Jon Snow",
        "accountNumber": "66027278",
    }
}
'
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, in this case, (MTN / TOGOCELL / MOOV / TMONEY)