List NGN banks

Get the list of Nigerian banks.

This will enable you to fetch the correct bank names and updated bank codes.

GET /payment-methods/banks

There are no parameters required for executing this.

Responses

Code
Description

200

Banks

{
  "data": [
    {
      "code": "000023",
      "name": "PROVIDUS BANK"
    }
  ]
}

Last updated