Nigeria 🇳🇬
Payouts to Nigeria are processed through the NIBSS Instant Payment (NIP) rail. This ecosystem is optimized for real-time settlement but requires a strict Name Enquiry handshake to ensure funds reach the correct recipient.
Metadata requirements
Metadata requirements| Element | Description |
|---|---|
currencyCode | Set to NGN for all Naira transfers. |
beneficiaryAccountNumber | The 10-digit NUBAN account number. |
paymentMethodType | The routing method. Must be BankCode. |
paymentMethodValue | The 6-digit central bank code of the bank. |
beneficiaryAccountName | Full name of the beneficiary account. |
amount | Value to send (Minimum: 1.00). |
tenantReference | Your unique transaction tracking ID. |
beneficiaryCountryIso | The ISO 2-letter country code for Nigeria. |
{
"currencyCode": "NGN",
"beneficiaryAccountName": "ACCOUNT HOLDER NAME",
"beneficiaryAccountNumber": "0112345678", // using test account
"amount": 1200,
"narration": "Single Payout NGN example",
"paymentMethodType": "BankCode",
"paymentMethodValue": "999998", // using test value
"tenantReference": "{{$randomInt}}",
"beneficiaryAddress": "8916 Str Ave, Woodhaven, United Kingdom",
"nameEnquiryRef": null,
"beneficiaryKYCLevel": null,
"beneficiaryBankVerificationNumber": null,
"beneficiaryCity": null,
"beneficiaryState": null,
"beneficiaryZIP": null,
"beneficiaryCountryIso": null
}