Skip to main content
Before disbursing to a new beneficiary, validate their account details to confirm the account exists and retrieve the registered account holder name. This step catches typos in account numbers and reduces failed payouts before they happen.

Nigerian account validation (NIP name enquiry)

Resolve an account number against the Nigerian interbank NIP network to get the account holder name:
Response:
Present account_name to the sender for confirmation before proceeding. If the name does not match the intended recipient, do not initiate the payout.

Fetch the Nigerian bank list

Get all supported Nigerian banks and their codes before presenting a bank selector to your users:
Use the returned bank_code values in your account validation and beneficiary creation requests.

Fetch banks by country

To present a bank or mobile money network selector for any supported country, fetch the available networks:
Each network in the response includes name, code, and type (bank or momo). Use:
  • code as bank_code for bank transfer payouts
  • name as the provider field value in mobile_money_details for mobile money payouts

See Bank Payouts for the full payout initiation request.