Bank Connections
List banks available to connect
Returns the directory of banks (providers) registered on SIX bLink. Use this to build a bank picker: take the providerId of the bank the user selects and pass it to POST /bank/connect to start the consent flow.
Each item has providerId (the id to connect with), name, abbreviation, url, and logo. logo is null unless ?logos=true is set, in which case it is a data: URI (SVG) suitable for direct display.
get/bank/providers
Query parameters
logosboolean
When true, include each bank's logo as a data: URI in logo.
Response
List of connectable banks
Example response
{
"data": {},
"success": true
}Changes
No recorded changes to this endpoint across all 1 revision of this API.