Get Bank List
GET
https://api.pis.ng/v1.0/account/banklist
Headers
Name
Type
Description
Secret-Key*
string
Your PIS Secret Key.
Content-Type*
string
application/json
{
"code": 200,
"status": "success",
"message": "Successful",
"data": [
{
"name": "ACCESS BANK",
"code": "000014"
},
{
"name": "CITI BANK",
"code": "000009"
},
{
"name": "GOMONEY",
"code": "100022"
},
{
"name": "AMJU UNIQUE MICROFINANCE BANK",
"code": "090180"
},
{
"name": "BRIDGEWAY MICROFINANCE BANK",
"code": ""
},
{
"name": "EYOWO MFB",
"code": "090328"
},
{
"name": "MINT-FINEX MICROFINANCE BANK",
"code": ""
},
{
"name": "FBNQUEST MERCHANT BANK",
"code": "060002"
},
{
"name": "LOTUS BANK",
"code": ""
},
{
"name": "CENTRAL BANK OF NIGERIA",
"code": ""
}
]
}
{
"code": 401,
"status": "error",
"message": "Authorization required!",
"data": null
}
{
"code": 400,
"status": "error",
"message": "Bad Request",
"data": null
}
{
"code": 404,
"status": "error",
"message": "The endpoint you are trying to access does not exist.",
"data": null
}
Last updated
Was this helpful?