Ghana Beneficiary
Payouts to Ghana are made via mobile money (MTN).
Below is a sample request for creating a Ghana beneficiary:
📘 A phone number lookup is done and the response returns an 'accountName' field.
Below is a sample request for creating Kenya beneficiary:
cURL
curl --location '{{sandboxURL}}/beneficiaries' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer {{APIKEY}}' \
--data '{
"reference": "<samplereference>",
"customerEmail": "ray.jon@mail.com",
"country": "GH",
"currency": "GHS",
"callbackUrl": "https://webhook.site/38a9e6b0-3388-4399-89d4-3ceafa000001",
"destination": {
"network": "MTN"
"type": "MOBILEMONEY",
"accountNumber": "0545240030",
}
}
Parameter | Description | Required |
---|---|---|
type | This is the payment type. It will be MOBILEMONEY | ✅ |
accountNumber | This is the phone number of the beneficiary | ✅ |
network | The phone number's mobile network, (MTN ) | ✅ |