Saltar al contenido principal
GET
Get a tax statement
v1 · Base URL https://api.fintoc.com/v1

Autorizaciones

Authorization
string
header
requerido

Parámetros de ruta

id
string
requerido

The id of the tax statement to retrieve.

Parámetros de consulta

The link_token of the link that holds the fiscal account, returned when you exchange the link.

Ejemplo:

"link_Q0xVGPvijElLRMwE_token_FhsFVurz5q5FycHA5xxhTpzX"

Respuesta

The tax statement.

Monthly tax declaration (F29 form) the taxpayer filed with the Chilean tax authority (SII) for a period.

id
string
requerido

Unique identifier of the tax statement.

Ejemplo:

"taxstmt_nMNejK7BT8oGbvO4"

object
any
requerido

Type of the object. Always tax_statement.

currency
string
requerido

Three-letter ISO 4217 currency code of the amounts in the tax statement. Always CLP.

Ejemplo:

"CLP"

document_number
string
requerido

Folio number of the declaration at the Chilean tax authority (SII).

Ejemplo:

"123456"

fiscal_year
integer
requerido

Fiscal year the tax statement corresponds to.

Ejemplo:

2021

institution_id
string
requerido

ID of the fiscal authority that received the declaration. Always cl_fiscal_sii.

Ejemplo:

"cl_fiscal_sii"

institution_tax_statement
object
requerido

Amounts the taxpayer declared in the F29 form for the period. Every amount is in Chilean pesos (CLP has no decimals); null when the declaration does not include the corresponding value.

interval_unit
string
requerido

Periodicity of the tax statement. Always monthly.

Ejemplo:

"monthly"

period
string
requerido

Month of fiscal_year the tax statement corresponds to, as a two-digit month number.

Ejemplo:

"10"

status
string | null
requerido

Status of the declaration, as reported by the SII (for example, Vigente for a declaration currently in force). null when the SII does not report it.

Ejemplo:

"Vigente"

taxpayer
object
requerido

Taxpayer the declaration belongs to, identified by a Chilean tax ID (RUT).