GET /v1/banks/{{country}}/{{perPage}}
Get the list of available banks
Route Parameters
country string
The country from which to obtain the list of supported banks. e.g country=ghana
or country=nigeria
perPage integer - optional
The number of objects to return per page. Defaults to 50, and limited to 100 records per page.
Response
This is the expected response if the request is completed successfully
{
"status": "success",
"data": [
{
"id": 302,
"name": "9mobile 9Payment Service Bank",
"slug": "9mobile-9payment-service-bank-ng",
"code": "120001",
"longcode": "120001",
"gateway": "",
"pay_with_bank": false,
"active": true,
"country": "Nigeria",
"currency": "NGN",
"type": "nuban",
"is_deleted": false,
"createdAt": "2022-05-31T06:50:27.000Z",
"updatedAt": "2022-06-23T09:33:55.000Z"
},
{
"id": 174,
"name": "Abbey Mortgage Bank",
"slug": "abbey-mortgage-bank",
"code": "801",
"longcode": "",
"gateway": null,
"pay_with_bank": false,
"active": true,
"country": "Nigeria",
"currency": "NGN",
"type": "nuban",
"is_deleted": false,
"createdAt": "2020-12-07T16:19:09.000Z",
"updatedAt": "2020-12-07T16:19:19.000Z"
},
{
"id": 188,
"name": "Above Only MFB",
"slug": "above-only-mfb",
"code": "51204",
"longcode": "",
"gateway": null,
"pay_with_bank": false,
"active": true,
"country": "Nigeria",
"currency": "NGN",
"type": "nuban",
"is_deleted": false,
"createdAt": "2021-10-13T20:35:17.000Z",
"updatedAt": "2021-10-13T20:35:17.000Z"
},
{
"id": 627,
"name": "Abulesoro MFB",
"slug": "abulesoro-mfb-ng",
"code": "51312",
"longcode": "",
"gateway": null,
"pay_with_bank": false,
"active": true,
"country": "Nigeria",
"currency": "NGN",
"type": "nuban",
"is_deleted": false,
"createdAt": "2022-08-31T08:26:20.000Z",
"updatedAt": "2022-08-31T08:26:20.000Z"
},
{
"id": 1,
"name": "Access Bank",
"slug": "access-bank",
"code": "044",
"longcode": "044150149",
"gateway": "emandate",
"pay_with_bank": false,
"active": true,
"country": "Nigeria",
"currency": "NGN",
"type": "nuban",
"is_deleted": false,
"createdAt": "2016-07-14T10:04:29.000Z",
"updatedAt": "2020-02-18T08:06:44.000Z"
},
{
"id": 3,
"name": "Access Bank (Diamond)",
"slug": "access-bank-diamond",
"code": "063",
"longcode": "063150162",
"gateway": "emandate",
"pay_with_bank": false,
"active": true,
"country": "Nigeria",
"currency": "NGN",
"type": "nuban",
"is_deleted": false,
"createdAt": "2016-07-14T10:04:29.000Z",
"updatedAt": "2020-02-18T08:06:48.000Z"
},
{
"id": 495,
"name": "Accion Microfinance Bank",
"slug": "accion-microfinance-bank-ng",
"code": "602",
"longcode": "",
"gateway": "emandate",
"pay_with_bank": false,
"active": true,
"country": "Nigeria",
"currency": "NGN",
"type": "nuban",
"is_deleted": false,
"createdAt": "2022-07-28T14:22:56.000Z",
"updatedAt": "2022-09-19T07:48:37.000Z"
},
{
"id": 676,
"name": "Ahmadu Bello University Microfinance Bank",
"slug": "ahmadu-bello-university-microfinance-bank-ng",
"code": "50036",
"longcode": "",
"gateway": null,
"pay_with_bank": false,
"active": true,
"country": "Nigeria",
"currency": "NGN",
"type": "nuban",
"is_deleted": false,
"createdAt": "2022-11-14T13:35:42.000Z",
"updatedAt": "2022-11-14T13:35:42.000Z"
},
]
}