Link is, which fiscal products Fintoc offers, and which documents from the tax authority each product returns. For field-level details, see the Invoice object, Tax statement object, and Tax return object.
What a fiscal Link is
A fiscalLink connects a taxpayer’s account at the Servicio de Impuestos Internos (SII), the Chilean tax authority, to Fintoc, the same way a banking Link connects a bank account.
Your user creates the fiscal Link through the Widget with the credentials they use at the tax authority. After creating the Link, Fintoc sends the link.created event to the webhookUrl you configured in the Widget. That event includes the link_token, which authenticates every Fiscal API request for that Link. Save the link_token when you receive it, because Fintoc does not store it. The connection flow follows the Integration Flow guide for banking Links.
A fiscal Link belongs to one taxpayer, identified by its Chilean tax ID (RUT). The holder_type of the Link is individual for a natural person and business for a company.
Fiscal products
Create one fiscalLink for each product you need. The product determines which documents Fintoc fetches from the tax authority and which endpoint returns them. To get two kinds of documents from the same taxpayer, for example invoices and tax statements, create two Links.
Use
invoices when you reconcile purchases and sales, verify the income of an independent worker through their fee receipts, or need the full activity of a company. Use tax_statements for a monthly view of the declared VAT and tax_returns for the yearly income declaration.
Institutions
The SII supports these fiscal products:Keeping the data up to date
Fiscal data changes after the taxpayer connects theLink: new documents appear, acknowledgment statuses change, and the taxpayer files new monthly statements. Fintoc keeps each product current in a different way.
- Invoices and fee receipts. When the
Linkis created, Fintoc fetches the last 12 months of documents. The documents become available after your user connects. Fintoc then refreshes theLinkperiodically with the refresh interval of your plan. Each refresh fetches the documents of the current and the previous month, because the SII can still change a document after the month closes. When a refresh finishes, Fintoc sends thelink.refresh_intent.succeededevent. If the refresh does not complete, Fintoc sendslink.refresh_intent.failed. You can also refresh aLinkcreated with theinvoicesproduct on demand with a Refresh Intent. - Tax statements. Fintoc fetches the filed statements when the
Linkis created and refreshes them periodically with the refresh interval of your plan. - Tax returns. Fintoc fetches the filed returns when the
Linkis created. Tax returns aren’t refreshed periodically.
updated_since parameter of List invoices to fetch only the documents that changed since your last sync.
Next steps
Electronic tax documents
Which documents
invoices returns and how to classify invoices, notes, receipts, and fee receipts.Tax statements
Monthly F29 declarations and the amounts they include.
Tax returns
Annual F22 declarations, declared income, and the refund account.
Document types
SII codes for each electronic tax document.