Retrieves the list of of financial providers. You can filter data by country code or by part of the name.
You can get data in CSV format by setting the Accept
header to text/csv
.
Please note that in order to get the whole csv file you need to add the pagination
query parameter, for example /providers?pagination=false
Provider collection
[- {
- "name": "string",
- "country": "string",
- "paymentTemplates": [
- "string"
]
}
]