Overview
The Factura Exenta (Code 34) is an electronic invoice used for commercial transactions that are exempt from VAT (Impuesto al Valor Agregado) in Chile. This document type is used when selling goods or services that are not subject to taxation.Official Name: Factura no afecta o exenta electrónica
Document Code: 34
Enum Constant:
Interface:
Document Code: 34
Enum Constant:
CodigoDocumento::FACTURA_EXENTAInterface:
FacturaExentaInterfaceWhen to Use
Use a Factura Exenta when:- Selling goods or services exempt from VAT
- The transaction involves tax-exempt items (e.g., certain food products, books, educational services)
- Issuing invoices to entities exempt from paying VAT
- Required by specific tax regulations for exempt transactions
Document Properties
Basic Information
Document code:
34Full document name: “Factura no afecta o exenta electrónica”
Short name: “Factura no afecta o exenta”
Programmatic alias: “factura_exenta”
Code Example
Key Differences from Factura Afecta
| Feature | Factura Afecta (33) | Factura Exenta (34) |
|---|---|---|
| VAT Application | Taxable | Exempt |
| Common Use | Standard B2B transactions | Tax-exempt goods/services |
| Tax Calculation | Includes IVA | No IVA applied |
| Document Code | 33 | 34 |
Related Document Types
- Factura Afecta (33): For taxable invoices
- Boleta Exenta (41): Tax-exempt receipt for B2C transactions
- Nota de Crédito (61): To reverse or correct a Factura Exenta
- Nota de Débito (56): To add charges to a Factura Exenta
Implementation
The Factura Exenta implements theFacturaExentaInterface, which extends the base DocumentInterface.