get http://api.pandascrow.io/sandbox/index/fetch/banks
This endpoint would allow you to fetch all banks within Nigeria π³π¬ and Ghana π¬π via Pandascrow API.
[GET] {{baseurl}}/sandbox/index/fetch/banks
Fetch Banks
To fetch all banks via Pandascrow account, you'll need to pass in the country. This variable is necessary as it would help filter all banks from that country.
Param | Required? | Description | type |
---|---|---|---|
currency | Yes | The value should be a lowercase of a country between Nigeria and Ghana. (e.g "NGN" or "GHS") | String |
countryCode | Yes | The value should be a lowercase of a country between Nigeria and Ghana. (e.g "NG" or "GH") | String |
API Object
{
"success": true,
"data": [
{
"id": 58,
"code": "070010",
"name": "ABBEY MORTGAGE BANK",
"isMobileVerified": null,
"branches": null
},
{
"id": 59,
"code": "044",
"name": "ACCESS BANK PLC",
"isMobileVerified": null,
"branches": null
},
{
"id": 24,
"code": "323",
"name": "AccessMobile",
"isMobileVerified": null,
"branches": null
},
{
"id": 60,
"code": "090134",
"name": "ACCION MICROFINANCE BANK",
"isMobileVerified": null,
"branches": null
},
{
"id": 61,
"code": "090160",
"name": "ADDOSSER MICROFINANCE BANK",
"isMobileVerified": null,
"branches": null
},
{
"id": 54,
"code": "100028",
"name": "AG MORTGAGE BANK PLC",
"isMobileVerified": null,
"branches": null
},..
]
}
curl -L -X GET '{{baseurl}}/sandbox/index/fetch/banks' \
-H 'Content-Type: application/json' \
-H 'Authorization: SECRET_KEY'
-H 'Appid: appid'