> ## Documentation Index
> Fetch the complete documentation index at: https://docs.fintoc.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Institutions object

## The Institutions object

An `Institution` represents a financial institution that Fintoc supports, either a Bank or a Fiscal Authority. It is returned when you list the institutions available for a given country and product.

```json Institutions Object theme={null}
[
  {
    "id": "cl_banco_santander",
    "object_name": "institution",
    "country": "cl",
    "name": "Banco Santander",
    "products": [
      {
        "holder_type": "individual",
        "name": "payments"
      },
      {
        "holder_type": "individual",
        "name": "subscription"
      },
      {
        "holder_type": "individual",
        "name": "movements"
      },
      {
        "holder_type": "business",
        "name": "movements"
      }
    ],
    "type": "bank"
  },
  {
    "id": "cl_banco_internacional",
    "object_name": "institution",
    "country": "cl",
    "name": "Banco Internacional",
    "products": [
      {
        "holder_type": "individual",
        "name": "payments"
      }
    ],
    "type": "bank"
  },
  {
    "id": "cl_banco_estado",
    "object_name": "institution",
    "country": "cl",
    "name": "Banco Estado",
    "products": [
      {
        "holder_type": "individual",
        "name": "subscription"
      },
      {
        "holder_type": "individual",
        "name": "payments"
      },
      {
        "holder_type": "individual",
        "name": "movements"
      },
      {
        "holder_type": "business",
        "name": "movements"
      }
    ],
    "type": "bank"
  },
  {
    "id": "cl_banco_scotiabank",
    "object_name": "institution",
    "country": "cl",
    "name": "Banco Scotiabank",
    "products": [
      {
        "holder_type": "business",
        "name": "movements"
      },
      {
        "holder_type": "individual",
        "name": "movements"
      },
      {
        "holder_type": "individual",
        "name": "subscription"
      },
      {
        "holder_type": "individual",
        "name": "payments"
      }
    ],
    "type": "bank"
  },
  {
    "id": "cl_banco_bci",
    "object_name": "institution",
    "country": "cl",
    "name": "Banco BCI",
    "products": [
      {
        "holder_type": "individual",
        "name": "subscription"
      },
      {
        "holder_type": "individual",
        "name": "payments"
      },
      {
        "holder_type": "individual",
        "name": "movements"
      },
      {
        "holder_type": "business",
        "name": "movements"
      }
    ],
    "type": "bank"
  },
  {
    "id": "cl_banco_bice",
    "object_name": "institution",
    "country": "cl",
    "name": "Banco BICE",
    "products": [
      {
        "holder_type": "business",
        "name": "movements"
      },
      {
        "holder_type": "individual",
        "name": "movements"
      },
      {
        "holder_type": "individual",
        "name": "payments"
      }
    ],
    "type": "bank"
  },
  {
    "id": "cl_banco_hsbc",
    "object_name": "institution",
    "country": "cl",
    "name": "HSBC",
    "products": [
      {
        "holder_type": "individual",
        "name": "payments"
      }
    ],
    "type": "bank"
  },
  {
    "id": "cl_banco_itau",
    "object_name": "institution",
    "country": "cl",
    "name": "Banco Itaú",
    "products": [
      {
        "holder_type": "individual",
        "name": "payments"
      },
      {
        "holder_type": "business",
        "name": "movements"
      },
      {
        "holder_type": "individual",
        "name": "movements"
      },
      {
        "holder_type": "individual",
        "name": "subscription"
      }
    ],
    "type": "bank"
  },
  {
    "id": "cl_banco_security",
    "object_name": "institution",
    "country": "cl",
    "name": "Banco Security",
    "products": [
      {
        "holder_type": "business",
        "name": "payouts"
      },
      {
        "holder_type": "business",
        "name": "movements"
      },
      {
        "holder_type": "individual",
        "name": "payments"
      }
    ],
    "type": "bank"
  },
  {
    "id": "cl_banco_falabella",
    "object_name": "institution",
    "country": "cl",
    "name": "Banco Falabella",
    "products": [
      {
        "holder_type": "individual",
        "name": "payments"
      },
      {
        "holder_type": "individual",
        "name": "subscription"
      }
    ],
    "type": "bank"
  },
  {
    "id": "cl_banco_ripley",
    "object_name": "institution",
    "country": "cl",
    "name": "Banco Ripley",
    "products": [
      {
        "holder_type": "individual",
        "name": "payments"
      }
    ],
    "type": "bank"
  },
  {
    "id": "cl_banco_consorcio",
    "object_name": "institution",
    "country": "cl",
    "name": "Banco Consorcio",
    "products": [
      {
        "holder_type": "individual",
        "name": "payments"
      }
    ],
    "type": "bank"
  },
  {
    "id": "cl_banco_bbva",
    "object_name": "institution",
    "country": "cl",
    "name": "Banco BBVA",
    "products": [
      {
        "holder_type": "individual",
        "name": "payments"
      }
    ],
    "type": "bank"
  },
  {
    "id": "cl_banco_coopeuch",
    "object_name": "institution",
    "country": "cl",
    "name": "Coopeuch / Dale",
    "products": [
      {
        "holder_type": "individual",
        "name": "payments"
      }
    ],
    "type": "bank"
  },
  {
    "id": "cl_prepago_los_heroes",
    "object_name": "institution",
    "country": "cl",
    "name": "Prepago Los Héroes",
    "products": [
      {
        "holder_type": "individual",
        "name": "payments"
      }
    ],
    "type": "bank"
  },
  {
    "id": "cl_tenpo",
    "object_name": "institution",
    "country": "cl",
    "name": "Tenpo",
    "products": [
      {
        "holder_type": "individual",
        "name": "payments"
      }
    ],
    "type": "bank"
  },
  {
    "id": "cl_copec_pay",
    "object_name": "institution",
    "country": "cl",
    "name": "Copec Pay",
    "products": [
      {
        "holder_type": "individual",
        "name": "payments"
      }
    ],
    "type": "bank"
  },
  {
    "id": "cl_mercado_pago",
    "object_name": "institution",
    "country": "cl",
    "name": "Mercado Pago",
    "products": [
      {
        "holder_type": "individual",
        "name": "payments"
      }
    ],
    "type": "bank"
  },
  {
    "id": "cl_banco_de_chile",
    "object_name": "institution",
    "country": "cl",
    "name": "Banco de Chile",
    "products": [
      {
        "holder_type": "individual",
        "name": "movements"
      },
      {
        "holder_type": "business",
        "name": "movements"
      },
      {
        "holder_type": "individual",
        "name": "subscription"
      },
      {
        "holder_type": "individual",
        "name": "payments"
      }
    ],
    "type": "bank"
  },
  {
    "id": "cl_tapp_caja_los_andes",
    "object_name": "institution",
    "country": "cl",
    "name": "TAPP Caja los Andes",
    "products": [
      {
        "holder_type": "individual",
        "name": "payments"
      }
    ],
    "type": "bank"
  }
]
```

| Attribute  | Type                 | Description                                                                                                                                                                                                                                                                                                                                       |
| :--------- | :------------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| `id`       | `string`             | Unique identifier fo the financial institution. It starts with the country code of the institution. For example `cl_banco_santander`.                                                                                                                                                                                                             |
| `object`   | `string`             | Identifier for the type of object. Its value for `Institution` will always correspond to `institution`                                                                                                                                                                                                                                            |
| `country`  | `string`             | Identifier for the country of the institution. Available countries are `cl` and `mx`.                                                                                                                                                                                                                                                             |
| `name`     | `string`             | Corresponds to the official name of the institution.                                                                                                                                                                                                                                                                                              |
| `products` | `array` of `objects` | Corresponds to the available products of the institution. Each product has a key `name`, which corresponds to the name of the product (`payments`, `movements`, `subscription`, `tax_returns`, `tax_returns`, `income`, `charges`). It also has the key `holder_type`, which indicates the type of accounts available (`individual`, `business`). |
| `type`     | `string`             | Corresponds to the type of financial institutions. Available types are `bank` and `fiscal_authority`.                                                                                                                                                                                                                                             |
