---
title: "List financial institutions"
method: GET
path: "/fins"
tags: ["Financial Institutions"]
---

# List financial institutions

`GET /fins`

Returns the financial institutions currently loaded in the Gateway cache. Use this endpoint to resolve valid `fin_id` and `cmf_id` values when building transfer messages. The internal Shinkansen participant (`SHINKANSEN`) is excluded from the response. Results are sorted by `cmf_id`.

## Response `200`

List of financial institutions available in the Gateway.

- FinListItem[]
  - `fin_id` string, required — Shinkansen identifier for the financial institution. Use this value in message headers and in `debtor.financial_institution` / `creditor.financial_institution` fields when sending transfers.
  - `cmf_id` string, required — CMF identifier for the financial institution in Chile. Leading zeros are omitted when the stored value is four digits (e.g. `"0037"` is returned as `"037"`).
  - `name` string, required — Display name of the financial institution.

## Other responses

- `401` — Message received but rejected by Shinkansen Gateway due to an unauthorized access to the API Key or the JWS Signature

---

[API](https://skmtc.net/shinkansen/apis/payouts-shinkansen-endpoints.md) · [All operations](https://skmtc.net/shinkansen/apis/payouts-shinkansen-endpoints/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/shinkansen/payouts-shinkansen-endpoints/versions/1e4a6760b7e8/schema)
