Bank Account

Required Inputs

Response Fields

All fields are returned as string

Response Returned By Each Supported Bank

The response returned on the bank account service varies from bank to bank. The responses returned for all our supported bank is as follows

ID Number Regular Expression (Regex)

To limit the probability of your user mistyping the id number, we advice that you enforce the format of the id number field in your app. You can use the regex below:

  • /^[0-9]{10}$/

Supported Products

The Nigeria bank account can be used on any of the following products:

For the supported integration options, you can check the integration options supported by each product here.

Sample ID Numbers

To test the Nigeria bank account in our Sandbox, we provide you with 5 different id numbers to mirror various scenarios you can experience with real IDs in production.

* You can read more about customising the PII response in sandbox in our documentation here.

Bank Codes

You can fetch all supported banks and their respective codes using {{base_url}}/v2/bank-codes?country=NG

Last updated