---
title: "Get supported ASPSPs"
method: GET
path: "/aspsps"
tags: ["Payment Initiations"]
---

# Get supported ASPSPs

`GET /aspsps`

Gets a list of all supported Account Servicing Payment Service Providers (ASPSPs).

## Response `200`

OK

- PispgatewayAspsProviderResponse[]
  - `id` string — Unique identifier (within Modulr) of the ASPSP
  - `name` string — Name of the ASPSP
  - `capabilities` PispgatewayCapability[] — Capability list of the ASPSP
    - `type` 'SINGLE_IMMEDIATE' | 'STANDING_ORDER' | 'SWEEPING_VRP' | 'COMMERCIAL_VRP' — Type of the capability.
    - `status` 'ENABLED' | 'DISABLED' — Status of the capability.

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.net/modulrfinance/apis/modulr-api.md) · [All operations](https://skmtc.net/modulrfinance/apis/modulr-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/modulrfinance/modulr-api/versions/cbd52524c8ef/schema)
