Skip to main content
GET /service/providers

List of providers

Lists all providers (i.e. banks). Providers can be filtered by country, access scope or id. In order to limit the response to a reasonable amount of entries at least a country or id filter must be given. If desired, providers can be enabled/disabled in administration integration menu.

Query Parameters
    country CountryCode[]

    One or more country code(s) to filter payment providers by.

    Example: [DE, AT]
    scope TenantService[]

    Possible values: [account_owner, account_info, account_transactions, payments, risk_scoring]

    Access scope(s) to filter payment providers by

    Example: [payments, account_info]
    id ProviderId[]

    One or more IDs to filter payment providers by. Provider IDs are case-sensitive.

    locale Locale

    Desired language of payment provider names (if translated). For specific countries where multiple languages are spoken the provider name might be translated, otherwise the default name is returned.

Responses

Found payment provider


Schema
  • Array [
  • id ProviderId

    Unique payment provider (bank) id

    name string

    Payment provider / bank official name (returned in selected local language if available)

    status ProviderStatus

    Possible values: [active, disabled]

    List of statuses a payment provider can have: active - disabled.

    iconUrl string

    Provider logo image in 320x320px format. Logo images are available in two formats 160x160 and 320x320 pixels. By default the 320x320 icon is returned. The 160x160 version can be retrieved by replacing the /w320 asset folder with /w160. For instance: https://assets.fliqa.io/images/providers/w320/at/generali.png -> https://assets.fliqa.io/images/providers/w160/at/generali.png

    country CountryCode

    Provider country code (ISO 3166 alpha-2 codes)

    scopes TenantService[]

    Possible values: [account_owner, account_info, account_transactions, payments, risk_scoring]

    List of payment and account services, provider is supporting.

    bic string

    SWIFT BIC code if available.

  • ]
Loading...