Skip to main content
GET
/
banks
Fetch bank list
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"
}

Documentation Index

Fetch the complete documentation index at: https://docs.stablestack.xyz/llms.txt

Use this file to discover all available pages before exploring further.

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, ZAR)

Available options:
NGN,
ZAR

Response

Bank list retrieved successfully

status
string
Example:

"success"

data
object[]
message
string
Example:

"Bank list retrieved successfully"