Skip to main content

馃嚚馃嚤 Chile - E-Invoicing Specifications (DTE - Documento Tributario Electr贸nico)

Status: 馃煝 Mandatory | Active for all businesses Authority: SII (Servicio de Impuestos Internos) Platform: SII Electronic Invoice System


1. Context & Overview

Chile was a Latin American pioneer in e-invoicing, launching voluntary systems in 2001 and making it mandatory for all businesses in 2018. The system follows a Clearance Model with SII validation. A key 2025 update mandates printed electronic receipts for all in-person transactions.

DateScopeObligation
2001VoluntaryInitial e-invoicing program
2014B2B/B2GExpansion to business transactions
Feb 1, 2018All companiesMandatory e-invoicing begins
Jan 2020Bills of LadingElectronic mandatory
May 2025Printed ReceiptsMandatory for in-person sales
Mar 1, 2026Full compliancePrint capability deadline

2. Technical Workflow (Clearance Model)

Chile uses a straightforward clearance process with mandatory SII validation before invoice delivery.

flowchart TD
    S["Invoicerr (Supplier)"] -->|1. Request CAF| SII[SII Platform]
    SII -->|2. CAF Authorization| CAF[ CAF Range]
    
    S -->|3. Generate XML DTE| XML[XML Document]
    XML -->|4. Digital Signature| Cert[Digital Certificate]
    Cert -->|5. Signed DTE| SII
    
    SII -->|6. Validation| V[Schema + Rules Check]
    V -->|7. Track ID / Status| SII
    
    SII -->|8. Return ACK/NACK| S
    
    alt Accepted
    S -->|9. Send XML to Client| C[Client]
    S -->|10. Send PDF to Client| C
    S -->|11. Print Receipt| C
    else Rejected
    S -->|12. Fix and Resubmit| S
    end
    
    C -->|13. Acknowledgment| SII
    SII -->|8-day Window| Status[Acceptance Status]

馃П Key Components

  1. CAF (C贸digo de Autorizaci贸n de Folios): Pre-authorized invoice number ranges
  2. DTE (Documento Tributario Electr贸nico): XML format for all tax documents
  3. Digital Certificate: SII-issued or authorized provider certificates
  4. Free/Sii.cl Invoicing: Low-volume option through SII portal
  5. Provider Systems: Higher-volume solutions through certified providers

3. Data Standards & Formats

A. Required Format

  • XML DTE: SII schema (XML_DTE format)
  • Encoding: ISO-8859-1 (Latin-1)
  • Digital Signature: X.509 with SII-compliant algorithms
  • PDF Delivery: Required for buyer (as of May 2025 mandate)

B. Document Types

CodeTypeDescription
33FacturaStandard invoice
34Factura ExentaExempt invoice
39BoletaCash register receipt
41Boleta ExentaExempt receipt
43Liquidaci贸n-FacturaSettlement invoice
46Factura de CompraPurchase invoice
52Gu铆a de DespachoDispatch/Waybill
56Nota de D茅bitoDebit note
61Nota de Cr茅ditoCredit note
110Factura Exportaci贸nExport invoice

C. Critical Data Fields

  • RUTEmisor: Seller tax ID (RUT format: XX.XXX.XXX-X)
  • RUTReceptor: Buyer tax ID
  • GiroEmisor: Business activity code
  • DireccionOrigen/Destino: Addresses
  • Impuesto: VAT (19%) or exempt
  • MontoTotal: Total amount
  • TimbreElectr贸nco: SII electronic stamp (generated by SII)

4. Business Model & Compliance

A. Clearance Workflow

  1. CAF Acquisition: Request authorized folio ranges from SII
  2. DTE Generation: Create XML according to document type
  3. Digital Signing: Apply electronic signature
  4. Submission: Send to SII for validation
  5. Acknowledgment: Receive SII response (Track ID)
  6. Delivery: Send XML/PDF/print to buyer
  7. Acknowledgment: Buyer has 8 days to accept/reject
  8. Silence = Acceptance: No response = accepted

B. 2025 Mandates

  • Printed Receipts: All in-person transactions require printed receipts
  • Electronic Receipts: Must be sent to SII within 1 hour
  • Price Display: Net prices and VAT must be shown separately
  • Daily Sales Summary: Electronic submission required

C. Invoicing Systems

SystemVolumeIntegration
Free (Sii.cl)LowWeb portal only
ProprietaryMedium-HighDirect API
Provider (Proveedor)AnyAPI + features

D. Archiving Requirements

  • Retention Period: 6 years minimum
  • Format: Original XML DTE
  • Daily Summary: Mandatory electronic submission

5. Implementation Checklist

  • RUT Registration: Obtain Chilean tax registration
  • Digital Certificate: Acquire SII-compliant certificate
  • CAF System: Implement folio range management
  • DTE XML Engine: Build schema-compliant generator
  • Signature Integration: Implement digital signing
  • SII API: Connect to web services
  • Buyer Delivery: Support XML, PDF, and print formats
  • Acknowledgment Logic: Track 8-day acceptance window
  • Document Types: Support all DTE types (33, 39, 52, etc.)
  • Printed Receipts: Implement print capability
  • VAT Calculation: Handle 19% and exempt transactions
  • Daily Summary: Build reporting mechanism

6. Resources