v1

latestOpenAPI 3.0.0Proprietary2026-07-2642128296.2 KB
Financial Institutions

List financial institutions

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.

get/fins

Response

List of financial institutions available in the Gateway.

fin_idstring 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_idstring 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").

namestring required

Display name of the financial institution.

Example response

[
  {
    "fin_id": "BANCO_SANTANDER_CL",
    "cmf_id": "037",
    "name": "Banco Santander"
  }
]