---
title: "Get banks v1"
method: GET
path: "/banks"
tags: ["Banks v1"]
---

# Get banks v1

`GET /banks`

The `GET /banks` endpoint retrieves a list of connected banks matching the parameters specified.

## Query parameters

- `page` integer
- `perPage` integer
- `sort` string
- `memberId` string
- `ids` string[]
- `search` string
- `tppId` string
- `providers` string[]
- `bankCode` string
- `countries` string[]
- `bank_features.supports_send_payment.value` boolean
- `bank_features.supports_receive_payment.value` boolean
- `bank_features.supports_balance.value` boolean
- `bank_features.supports_scheduled_payment.value` boolean
- `bank_features.supports_standing_order.value` boolean
- `bank_features.requires_one_step_payment.value` boolean
- `bank_features.supports_funds_confirmation.value` boolean
- `bank_features.supports_return_refund_account.value` boolean
- `bank_features.supports_transactions_date_filter.value` boolean
- `bank_features.supports_account_information.value` boolean
- `bank_features.supports_single_payment.value` boolean
- `bank_features.supports_variable_recurring_payment.value` boolean
- `bics` string[]
- `supportedPaymentNetworks` string[]
- `bankGroup` string
- `bankSubGroup` string

## Response `200`

Successful response

- GetBanksResponse — unresolved $ref

## Other responses

- `400` — The client specified an invalid argument
- `403` — Permission to access this endpoint is denied
- `404` — The requested entity, such as a payment, was not found
- `429` — Too many requests
- `500` — An unexpected or internal server error
- `501` — The operation was not implemented
- `503` — Service is unavailable
- `504` — Gateway has timed out

---

[API](https://skmtc.net/token/apis/token-io-s-open-banking-api-for-tpps.md) · [All operations](https://skmtc.net/token/apis/token-io-s-open-banking-api-for-tpps/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/token/token-io-s-open-banking-api-for-tpps/revisions/08c7d0c9ce60/schema)
