v1

latestOpenAPI 3.1.0© Modulr Finance2026-08-04207430590.4 KB
Payment Initiations

Get supported ASPSPs

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

get/aspsps

Response

OK

idstring

Unique identifier (within Modulr) of the ASPSP

namestring

Name of the ASPSP

Example response

[
  {
    "id": "H100000001",
    "name": "Bank of Money",
    "capabilities": [
      {
        "type": "SINGLE_IMMEDIATE",
        "status": "ENABLED"
      }
    ]
  }
]