---
title: "Get list of ASPSPs / Banks"
method: GET
path: "/v1/aspsps"
tags: ["Open Banking"]
---

# Get list of ASPSPs / Banks

`GET /v1/aspsps`

This endpoint will return all ASPSPs (Account Servicing Payment Service Provider) / banks available to you for open banking payments. The list can be filtered by currency.You will need to enable PERM_BUSINESS_GET_ASPSPS to use this endpoint.
***This endpoint is only required if you intend to host the “Select ASPSP / bank” page yourself.***

## Query parameters

- `currency` string

## Response `200`

A list of ASPSPs the customers can use to pay a payment.

- object
  - `total` integer — The total number of ASPSPs in the list.
  - `aspsps` Aspsp[]
    - `aspspUuid` string — The UUID associated with the ASPSP / bank.
    - `alias` string — The name of the ASPSP / bank.
    - `logoUrl` string — A link to the ASPSP / bank's logo in SVG format.
    - `country` object
      - `code` string — The 2-letter code for the country - e.g. `IE`, `GP`...
      - `description` string — The name of the country
    - `currency` object — The currency.
      - `code` string — The three letter code for the currency.
      - `description` string — The name of the currency
    - `dateCreated` string, date-time — The date the ASPSP / bank was created.
    - `lastUpdated` string, date-time — The date the ASPSP / bank was last updated.

## Other responses

- `400` — An error has occured. Any 403 errors usually mean your access token is invalid or missing. For other errors, check the validity of your input, and if you are permitted to access this endpoint.
- `401` — An error has occured. Any 403 errors usually mean your access token is invalid or missing. For other errors, check the validity of your input, and if you are permitted to access this endpoint.
- `403` — An error has occured. Any 403 errors usually mean your access token is invalid or missing. For other errors, check the validity of your input, and if you are permitted to access this endpoint.

---

[API](https://skmtc.net/firefinancialservices/apis/fire-financial-services-business-api.md) · [All operations](https://skmtc.net/firefinancialservices/apis/fire-financial-services-business-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/firefinancialservices/fire-financial-services-business-api/revisions/1d19896d095c/schema)
