v1
latestOpenAPI 3.1.02026-07-22155403592.5 KBBanking
Financial institutions
Get list of financial institutions
Returns the list of financial institutions the user consent access to
get/consumers/{consumer_id}/banking/financial-institutions
Path parameters
consumer_idstring uuid required
Query parameters
pageinteger
Page number
sizeinteger
Page size
Response
Successful Response
Example response
{
"items": [
{
"id": "financial-institution-123",
"bic": "GEBABEBBXXX",
"country": "FR",
"name": "BNP"
}
]
}