GET
/
banks
curl --request GET \
  --url https://api-staging.stablestack.xyz/api/banks \
  --header 'x-api-key: <x-api-key>'
{
"status": "success",
"data": [
{
"bank_code": "110005",
"bank_name": "3LINE CARD MANAGEMENT LIMITED"
},
{
"bank_code": "120001",
"bank_name": "9 PAYMENT SOLUTIONS BANK"
}
],
"message": "Bank list retrieved successfully"
}

Retrieves list of supported banks. Response format may vary based on request parameters.

Headers

x-api-key
string
required

Query Parameters

currency
enum<string>
required

Currency filter (NGN or USD)

Available options:
NGN,
USD

Response

200
application/json

Bank list retrieved successfully

The response is of type object.