Skip to main content

The Tax Statement object

The TaxStatement object represents a periodic tax statement that a fiscal account’s owner files with their tax authority. For the Servicio de Impuestos Internos (SII), it corresponds to the monthly F29 form for a given period, with the authority-specific amounts nested in institution_tax_statement.
Tax Statement Object

🇨🇱 Chile: Servicio de Impuestos Internos (SII)

If the fiscal authority is Servicio de Impuestos Internos (cl_fiscal_sii), monthly taxes correspond to what’s declared using the F29 form. The taxpayer and institution_tax_statement fields corresponds to the following objects, respectively:

The SII Tax Statement object

The SIITaxStatement object holds the credit, debit, and payment amounts declared on the F29 form, and it populates the institution_tax_statement field when the fiscal authority is cl_fiscal_sii.

The Tax Payer object (within the Tax Statement object)

The TaxPayer object describes the account’s owner to whom the tax statement corresponds, and it appears in the taxpayer field of the TaxStatement object.

The Address object (within the Tax Payer object)

The Address object describes a registered location of the taxpayer, and entries appear in the addresses array of the TaxPayer object.

The Activity object (within the Tax Payer object)

The Activity object describes an economic activity, profession, or business that the taxpayer is registered for. Entries appear in the activities array of the TaxPayer object.

The Authorized Document object (within the Tax Payer object)

The AuthorizedDocument object describes a type of tax document the taxpayer is authorized to issue. Entries appear in the authorized_documents array of the TaxPayer object.