latestSwagger 2.02026-08-20196638916.1 KB

23d8982b533d

Connectivity v1.Provider

List provider identifiers

Lists identifiers used to identify a financial institution available for user's app. IBAN identifiers are supported in AT, DE, DK, FI, NL, NO, SE, UK

get/api/v1/provider-identifiers

Query parameters

marketEqstring

The ISO 3166-1 alpha-2 market code to filter provider mappings by.

typeEqstring

The type of identifier.

valueEqstring

The value of the identifier being mapped.

providerNameEqstring

The name of the provider.

pageSizeinteger

The number of items to include on each page (default: 50, maximum 1000).

pageTokenstring

The value of the nextPageToken from the previous request.

Response

OK

nextPageTokenstring

The token to use to request the next page of identifiers.

Example response

{
  "providerIdentifiers": [
    {
      "market": "SE",
      "providerName": "string",
      "type": "BLZ",
      "value": "27240004"
    }
  ]
}