Misc
Get banks
Get Banks
This is an endpoint to fetch the list of banks
Endpoint
GET {{baseurl}}/banks?{currency}
This is a GET request, and it requires the following parameter(s).
Field | Data Type | Description |
---|---|---|
currency | String | This can be NGN, GBP, or USD |
If your request is successful, the response will look like this:
This is has no pagination because bank list are mostly used in a dropdown. You could paginate it yourself as this is already cached on our end.