Nigeria Beneficiary
We support transfers to bank accounts in Nigeria through bank transfers.
Here is a sample request to add a beneficiary:
cURL
curl --location '{{sandboxURL}}/beneficiaries' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer {{APIKEY}}' \
--data-raw '{
"reference": "<samplereference>",
"callbackUrl": "https://webhook.site/38a9e65e-3388-4399-89d4-3ceafa8173dd",
"country": "NG",
"currency": "NGN",
"destination": {
"type": "NUBAN",
"accountNumber": "14217000001",
"bankName": "Access bank"
}
}'
Parameter | Description | Required |
---|---|---|
type | This is the payment type. It will be NUBAN | ✅ |
accountNumber | Account number of the beneficiary | ✅ |
bankName | Name of the receiving bank | ✅ |