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