Skip to Content
UtilsList banks

List banks

GET /api/banks

Nigerian bank catalog (name + NIP code) for dropdowns.

Auth: none (AllowAnonymous). Same data as GET /api/partner/banks.

Headers

HeaderValue
Acceptapplication/json

Response 200

{ "success": true, "message": "Request successful", "data": [ { "name": "Access Bank", "code": "044" }, { "name": "Guaranty Trust Bank", "code": "058" } ], "errors": [], "statusCode": 200 }

The real list covers the full Nigerian bank catalog, the example above is truncated. code is the bank’s NIP code, used as bankCode everywhere else in this API.

Try it

GET/api/banks