Documentation
Beneficiaries
Nigeria Beneficiary

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": "BANK",
            "accountNumber": "14217000001",
            "bankCode": "000005"
        }
    }'

The parameters for adding beneficiary Australian bank accounts are

ParameterDescriptionRequired
typeThis is the payment type. It must be BANK
accountNumberAccount number of the beneficiary
bankCodeCode of the receiving bank