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

Authorizations

Authorization
string
header
required

Query Parameters

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

Example:

"link_Q0xVGPvijElLRMwE_token_FhsFVurz5q5FycHA5xxhTpzX"

per_page
integer<int32>

Number of tax statements per page. Defaults to 30. The maximum is 300.

page
integer<int32>

Page number to retrieve. Starts at 1.

Response

Paginated list of the tax statements of the fiscal account, ordered by year and period with the most recent first. The Link and X-Total-Count headers carry the pagination information.

id
string
required

Unique identifier of the tax statement.

Example:

"taxstmt_nMNejK7BT8oGbvO4"

object
any
required

Type of the object. Always tax_statement.

currency
string
required

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

Example:

"CLP"

document_number
string
required

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

Example:

"123456"

fiscal_year
integer
required

Fiscal year the tax statement corresponds to.

Example:

2021

institution_id
string
required

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

Example:

"cl_fiscal_sii"

institution_tax_statement
object
required

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
required

Periodicity of the tax statement. Always monthly.

Example:

"monthly"

period
string
required

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

Example:

"10"

status
string | null
required

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.

Example:

"Vigente"

taxpayer
object
required

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