Fetch Banks
This endpoint allow you to get Nigerian banks and their codes
Request
{{baseUrl}}/api/v1/general/banks
Headers
Parameter | Type | Description |
---|---|---|
AppId | string | you would need to create an app to get your app ID |
Authorization | string | public secret key e.g prod_sk_1T1eSavlZxy02OT3OWlvbxK4G |
Response Sample
{
"entity": [
{
"name": "First Bank of Nigeria",
"code": "011",
"longcode": "011151003",
"gateway": "ibank",
"slug": "first-bank-of-nigeria",
"country": "Nigeria",
"currency": "NGN"
},
{
"name": "Union Bank of Nigeria",
"code": "032",
"longcode": "032080474",
"gateway": "emandate",
"slug": "union-bank-of-nigeria",
"country": "Nigeria",
"currency": "NGN"
},
{
"name": "Access Bank (Diamond)",
"code": "063",
"longcode": "063150162",
"gateway": "emandate",
"slug": "access-bank-diamond",
"country": "Nigeria",
"currency": "NGN"
},....
]
}
Updated 7 months ago
Did this page help you?