---
title: "List all banks"
method: GET
path: "/api/v1/bila/banks"
tags: ["Banks"]
---

# List all banks

`GET /api/v1/bila/banks`

Retrieve a list of all supported banks and financial institutions

## Query parameters

- `country` string

## Response `200`

Banks retrieved successfully

- object
  - `status` boolean, required — Request success status
  - `message` string, required — Response message
  - `data` BankResponseDto[]
    - `id` string, required — Bank ID
    - `name` string, required — Bank name
    - `code` string, required — Bank code
    - `country` string, required — Country code
    - `type` string — Bank type

## Other responses

- `400` — Bad request

---

[API](https://skmtc.net/bilasdk/apis/bila-payment-gateway-api.md) · [All operations](https://skmtc.net/bilasdk/apis/bila-payment-gateway-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bilasdk/bila-payment-gateway-api/revisions/1e6976632889/schema)
