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
Parameter | Description | Required |
---|---|---|
type | This is the payment type. It must be BANK | ✅ |
accountNumber | Account number of the beneficiary | ✅ |
bankCode | Code of the receiving bank | ✅ |