Nigeria Beneficiary

We support transfers to bank accounts in Nigeria through bank transfers.

Here is a sample request to add a beneficiary:

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": "BANK",
        "accountNumber": "14217000001",
        "bankName": "Access bank"
    }
}'
ParameterDescriptionRequired
typeThis is the payment type. It will be NUBAN
accountNumberAccount number of the beneficiary
bankNameName of the receiving bank