---
title: "Get a list of support banks"
method: GET
path: "/aspsps"
tags: ["Pay by Bank"]
---

# Get a list of support banks

`GET /aspsps`

If you would like to create your own UI for account selection this can be used to retrieve a list of banks Acquired.com currently support. This includes names, logos and support services.

## Query parameters

- `offset` integer
- `limit` integer
- `filter` string
- `auth_type` 'redirect'
- `bic` string
- `currency` 'aed' | 'aud' | 'cad' | 'chf' | 'cny' | 'dkk' | 'eur' | 'gbp' | 'hkd' | 'jpy' | 'mxn' | 'sek' | 'usd' | 'zar'
- `country` string
- `scheme` string

## Headers

- `Company-Id` string, uuid

## Response `200`

List of available ASPSPs.

- AspspsListPaged
  - `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` Aspsp[]
    - `aspsp_id` 'santander' | 'bank_of_scotland' | 'first_direct' | 'halifax' | 'hsbc' | 'lloyds' | 'monzo' | 'nationwide' | 'natwest' | 'starling_bank' | 'revolut' | 'rbs' | 'tsb' — Value assigned by Acquired.com to identify the ASPSP, should be used in requests within our API.
    - `logo_url` string, uri — Location of an associated logo for the ASPSP.
    - `icon_url` string, uri — Location of an associated icon for the ASPSP.
    - `display_name` string — Human readable name for the ASPSP that can be displayed to the PSU when selecting their bank.
    - `auth_type` 'redirect' | 'embedded' — The authentication method supported by the ASPSP.
    - `country` 'gb' — The 2 letter country code where the ASPSP operates.
    - `bic_code` string — BIC for the ASPSP.
    - `devisions` string[] — List of supported divisions.
    - `supported_currencies` string[] — List of supported currencies.
    - `supported_services` string[] — List of supported services offered by Acquired.com.
    - `supported_formats` string[] — List of supported account detail formats.
    - `supported_schemes` string[] — List of supported schemes.

## Other responses

- `400` — An error occurred
- `401` — An error occurred
- `500` — Internal Server error

---

[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)
