List providers
Return a list of supported providers
Query parameters
Number of records to return
Filter the countries you need. When multiple values are specified, they are combined using an OR operation
Filter the provider capabilities you need. When multiple values are specified, they are combined using an AND operation
Filter the deployment states of the providers' aggregation capabilities. When multiple values are specified, they are combined using an OR operation
Filter the deployment states of the providers' payment capabilities. When multiple values are specified, they are combined using an OR operation
Filter the segment of the providers. When multiple values are specified, they are combined using an OR operation
Filter the aggregation environment of the providers. When multiple values are specified, they are combined using an OR operation
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"
]
}
}
]
}