---
title: "List supported banks"
method: GET
path: "/open-banking/supported-banks"
tags: ["Variable Recurring Payments"]
---

# List supported banks

`GET /open-banking/supported-banks`

Returns a list of banks supported for Open Banking journeys.

## Query parameters

- `offset` integer
- `limit` integer

## Response `200`

OK

- OpenBankingSupportedBankListPaged
  - `meta` object
    - `count` integer — The number of records returned as part of the response.
    - `offset` integer — The starting record number.
    - `limit` integer — The maximum number of records that can be returned as part of the response.
    - `total` integer — The total number of records contained in the query response.
    - `links` object[]
      - `rel` 'self' | 'first' | 'last' | 'prev' | 'next'
      - `href` string — Link to the resource which should be appended to base URL.
      - `title` string — Description of the link.
  - `data` OpenBankingSupportedBank[]
    - `bank_id` string, required — Unique identifier for the supported bank.
    - `logo_url` string, uri — URL of the bank logo.
    - `icon_url` string, uri — URL of the bank icon.
    - `display_name` string, required — Bank display name.
    - `country_code_2_alpha` string, required — ISO 3166-1 alpha-2 country code.
    - `bic_code` string — Bank Identifier Code (BIC).
    - `supported_currencies` IsoCurrency[] — List of currencies supported by this bank for Open Banking.
    - `supported_products` string[] — List of Open Banking products supported by this bank.

## Other responses

- `400`
- `401`
- `403`
- `500`

---

[API](https://skmtc.dev/acquired/apis/acquired-api.md) · [All operations](https://skmtc.dev/acquired/apis/acquired-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/acquired/acquired-api/revisions/7ae178a046f2/schema)
