---
title: "POST /v1/financial_connections/institutions/select"
method: POST
path: "/v1/financial_connections/institutions/select"
tags: ["Financial Institution Selection"]
---

# POST /v1/financial_connections/institutions/select

`POST /v1/financial_connections/institutions/select`

Endpoint to call when the user has selected a financial institution.

## Headers

- `Fuse-Client-Id` string, required
- `Fuse-Api-Key` string, required

## Request body

- SelectFinancialInstitutionsRequest
  - `session_client_secret` string, required — The session client secret created.
  - `financial_institution_id` string, required — The selected financial institution id

## Response `200`

Response

- SelectFinancialInstitutionsResponse
  - `financial_institution` object, required
    - `id` string, required — Unique identifier for the financial institution id.
    - `name` string, required — Name for the financial institution.
    - `logo` object
      - `image` string, required — Base64-encoded image data or URL for the image.
      - `type` 'base64' | 'url', required — Type of the image.
      - `format` 'png' | 'jpeg' | 'gif' | 'svg+xml' — Optional format of the image, if known.
    - `website` string — Website of the financial institution.
    - `country_codes` string[], required — List of country codes supported by this institution
  - `request_id` string — An identifier that is exclusive to the request and can serve as a means for investigating and resolving issues.

---

[API](https://skmtc.net/letsfuse/apis/sessions.md) · [All operations](https://skmtc.net/letsfuse/apis/sessions/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/letsfuse/sessions/revisions/816323e226dc/schema)
