building-columnsBank List

Recommendation on Usage

We recommend that you pull and store the bank list locally rather than fetching it on every request. The bank list is rarely updated, and caching it reduces latency and load on your application.

If there is any update to the list (e.g., new banks added or metadata changes), Payceler will notify all integrated clients promptly.

Get a list of banks for NGN currency

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Header parameters
X-CLIENTIDstringRequired

Client identifier for the API.

Example: sdfgfd-sdfgf4d-sdfgfdsd-sdfgfds
Responses
chevron-right
200

A list of banks for NGN currency.

application/json
namestringOptional

The name of the bank.

Example: UBA
codestringOptional

The code of the bank.

Example: 4
cbn_codestringOptional

The CBN code of the bank.

Example: 101
currency_codestringOptional

The currency code for the bank.

Example: NGN
get
/v1/payment/banks/ngn/

Last updated