v1

latestOpenAPI 3.1.0Proprietary2026-07-244223105.2 KB
Providers

Get a single provider

Retrieve the details of a single supported provider

get/v3/providers/{id}

Path parameters

idnumber required
Example:574

Response

Provider

idnumber required

Provider's unique identifier

namestring required

Provider's name

group_namestring

If the provider can be grouped, then we will expose its group name here

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' required

Provider's ISO 3166-1 alpha-2 country code

capabilitiesstring[] required

An array of the provider capabilities

Example response

{
  "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"
    ]
  }
}