Skip to main content

The Tax Return object

The TaxReturn object represents an annual income tax return that a fiscal account’s owner files with their tax authority. For the Servicio de Impuestos Internos (SII), it corresponds to the F22 form for a given fiscal_year, with the authority-specific amounts nested in institution_tax_return.
Tax Return Object

🇨🇱 Chile: Servicio de Impuestos Internos (SII)

If the fiscal authority is Servicio de Impuestos Internos (cl_fiscal_sii), the tax return corresponds to the F22 declaration. The taxpayer and institution_tax_return fields correspond to the following objects, respectively:

The Tax Payer object (within the Tax Return object)

The TaxPayer object describes the account’s owner to whom the tax return corresponds, and it appears in the taxpayer field of the TaxReturn 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, and 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, and entries appear in the authorized_documents array of the TaxPayer object.

The Institution Tax Return object (within the Tax Return object)

When the fiscal authority is Servicio de Impuestos Internos (cl_fiscal_sii), the institution_tax_return field corresponds to the following object:

The SII Tax Return object

The SIITaxReturn object holds the income and refund amounts declared on the F22 form, and it populates the institution_tax_return field when the fiscal authority is cl_fiscal_sii.

The Income object (within the Institution Tax Return object)

The Income object breaks down the taxpayer’s declared income by source, and it appears in the income field of the SIITaxReturn object.

The Refund Account object (within the Institution Tax Return object)

The RefundAccount object describes the bank account where the taxpayer’s refund is deposited, and it appears in the refund_account field of the SIITaxReturn object.

The Institution object (within the Refund Account object)

The Institution object identifies the bank that holds the refund account, and it appears in the institution field of the RefundAccount object.