v1

latestOpenAPI 3.1.0Proprietary2026-07-244223105.2 KB
Providers

List providers

Return a list of supported providers

get/v3/providers

Query parameters

limitnumber

Number of records to return

country_code'FR' | 'ES' | 'IT' | 'PT' | 'DE' | 'BE' | 'NL' | 'LU' | 'PL' | 'HU' | 'IE' | 'MT' | 'CZ' | 'NO' | 'BG' | 'SE' | 'DK' | 'AT' | 'SK' | 'FI' | 'GB' | 'GR' | 'EE' | 'IS' | 'CY' | 'HR' | 'LV' | 'RO'
Example:FR

Filter the countries you need. When multiple values are specified, they are combined using an OR operation

capabilities'aggregation' | 'account_check' | 'aggregation' | 'single_payment' | 'single_payment_scheduled' | 'instant_single_payment' | 'bulk_payment' | 'bulk_payment_scheduled'
Example:aggregation

Filter the provider capabilities you need. When multiple values are specified, they are combined using an AND operation

aggregation_release_status'beta' | 'active' | 'deprecated' | 'retired'
Example:active

Filter the deployment states of the providers' aggregation capabilities. When multiple values are specified, they are combined using an OR operation

payment_release_status'beta' | 'active' | 'deprecated' | 'retired'
Example:active

Filter the deployment states of the providers' payment capabilities. When multiple values are specified, they are combined using an OR operation

segment'b2c' | 'b2b'
Example:b2c

Filter the segment of the providers. When multiple values are specified, they are combined using an OR operation

aggregation_provider_environments'prod' | 'sandbox'
Example:prod

Filter the aggregation environment of the providers. When multiple values are specified, they are combined using an OR operation

payment_provider_environments'prod' | 'sandbox'
Example:prod

Filter the payment environment of the providers. When multiple values are specified, they are combined using an OR operation

Response

List providers

Example response

{
  "resources": [
    {
      "id": 70,
      "name": "Crédit Agricole Morbihan",
      "group_name": "Crédit Agricole",
      "country_code": "FR",
      "images": {
        "logo": "https://web.bridgeapi.io/img/banks-logo/fr/creditagricole-dsp2.png"
      },
      "aggregation_metadata": {
        "release_status": "active"
      },
      "payment_metadata": {
        "release_status": "active",
        "nb_max_transactions": 80,
        "max_size_label": 140,
        "provider_environments": [
          "prod"
        ]
      },
      "health_status": {
        "aggregation": {
          "status": "healthy"
        },
        "single_payment": {
          "status": "healthy"
        }
      },
      "tags": {
        "segment": [
          "b2c",
          "b2b"
        ],
        "region": [
          "Morbihan"
        ],
        "keywords": [
          "ca"
        ]
      }
    }
  ]
}