Skip to main content
GET
List institutions
v1 · Base URL https://api.fintoc.com/v1

Authorizations

Authorization
string
header
required

Query Parameters

country
string

Country of the institutions to return, as a lowercase ISO 3166-1 alpha-2 code. One of cl (Chile) or mx (Mexico).

type
enum<string>

Institution category to return. One of bank or fiscal_authority. A fiscal_authority is a national tax authority, such as Chile's SII or Mexico's SAT.

Available options:
bank,
fiscal_authority
product
string

Product that must be available at the institution, for example payments or movements. The list excludes any institution that does not have the product available.

Response

List of supported institutions that match the query parameters, with the products available at each one.

id
string
required

Unique identifier of the institution.

Example:

"cl_banco_de_chile"

country
string
required

Country where the institution operates, as a lowercase ISO 3166-1 alpha-2 code. One of cl (Chile) or mx (Mexico).

Example:

"cl"

name
string
required

Human-readable name of the institution.

Example:

"Banco de Chile"

object_name
any
required

Type of the object. Always institution. Note that this resource returns object_name instead of the object key used by other API resources.

products
object[]
required

Products available at the institution. Each entry pairs a product with a holder type, so a product available for both holder types appears twice.

type
enum<string>
required

Institution category. One of bank or fiscal_authority. A fiscal_authority is a national tax authority, such as Chile's SII or Mexico's SAT.

Available options:
bank,
fiscal_authority
Example:

"bank"