Saltar al contenido principal
GET
List institutions
v1 · Base URL https://api.fintoc.com/v1

Autorizaciones

Authorization
string
header
requerido

Parámetros de consulta

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.

Opciones disponibles:
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.

Respuesta

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

id
string
requerido

Unique identifier of the institution.

Ejemplo:

"cl_banco_de_chile"

country
string
requerido

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

Ejemplo:

"cl"

name
string
requerido

Human-readable name of the institution.

Ejemplo:

"Banco de Chile"

object_name
any
requerido

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[]
requerido

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>
requerido

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.

Opciones disponibles:
bank,
fiscal_authority
Ejemplo:

"bank"