> ## Documentation Index
> Fetch the complete documentation index at: https://docs.invopop.com/llms.txt
> Use this file to discover all available pages before exploring further.

# E-invoicing in the Americas

> Clearance-based continuous transaction control (CTC) models dominate the American continent and each country operates its own tax authority infrastructure

## Executive summary

The Americas share a distinctive approach to e-invoicing: every country in the region operates a **clearance model**, also known as [continuous transaction control (CTC)](/compliance/glossary). Under this architecture, each invoice must be submitted to the national tax authority and formally authorized before it becomes legally valid. No invoice can reach a customer until the government has approved the transaction, giving tax authorities real-time visibility into all business activity.

Unlike Europe or Asia-Pacific, there is no shared international standard across the Americas. Each country has developed its own XML format, tax authority infrastructure, and certification process. Brazil uses NF-e and NFS-e through SEFAZ, Mexico relies on CFDI through the SAT, Colombia issues FEV through DIAN, and Argentina uses Factura Electrónica through ARCA. Colombia is the only country in the region that has adopted an international format — OASIS UBL 2.1.

The region's e-invoicing systems are among the most mature in the world. Brazil and Mexico have had mandatory e-invoicing since 2008 and 2014 respectively, making Latin America the global pioneer of clearance-based models. Newer entrants like Chile and Peru are following the same pattern.

## Common standards and formats

Each country in the Americas uses a **country-specific XML schema** rather than an international standard like UBL or Peppol.

| Country   | Format                                             | Tax authority                                          |
| --------- | -------------------------------------------------- | ------------------------------------------------------ |
| Argentina | XML (ARCA schema)                                  | [ARCA](https://www.afip.gob.ar)                        |
| Brazil    | Local XML (NF-e, NFS-e, NFC-e, NFCom, CT-e, MDF-e) | [RFB / SEFAZ](https://www.gov.br/receitafederal/pt-br) |
| Chile     | DTE XML                                            | [SII](https://homer.sii.cl)                            |
| Colombia  | OASIS UBL 2.1 (DIAN schema)                        | [DIAN](https://www.dian.gov.co)                        |
| Mexico    | CFDI (XML)                                         | [SAT](https://sat.gob.mx)                              |
| Peru      | UBL 2.1 (SUNAT schema)                             | [SUNAT](https://www.sunat.gob.pe)                      |

Colombia stands out as the only country in the region to adopt the OASIS UBL standard, applying a DIAN-specific schema on top.

## Compliance model

All six countries use the **clearance model (CTC)**. This is the defining characteristic of e-invoicing in the Americas.

Under CTC, the tax authority acts as an intermediary between supplier and buyer. The typical flow is:

1. The supplier generates an invoice in the required XML format.
2. The invoice is submitted electronically to the tax authority (or an authorized intermediary).
3. The tax authority validates the invoice and returns an authorization code.
4. Only after authorization does the invoice become legally valid and deliverable to the buyer.

Because every invoice passes through the tax authority in real time, **e-reporting is fully integrated into the invoicing process**. There are no separate periodic reporting submissions — each issued invoice automatically serves as a tax report.

Mexico adds a unique layer to this model by using **PACs (Proveedores Autorizados de Certificación)**, authorized private intermediaries that validate and certify invoices before forwarding them to SAT.

## Invopop countries in this region

<CardGroup cols={2}>
  <Card title="Argentina" icon="https://assets.invopop.com/flags/ar.svg" href="/compliance/argentina" horizontal>
    ARCA clearance model, Factura Electrónica
  </Card>

  <Card title="Brazil" icon="https://assets.invopop.com/flags/br.svg" href="/compliance/brazil" horizontal>
    SEFAZ clearance model, NF-e / NFS-e / NFC-e
  </Card>

  <Card title="Chile" icon="https://assets.invopop.com/flags/cl.svg" href="/compliance/chile" horizontal>
    SII clearance model, DTE
  </Card>

  <Card title="Colombia" icon="https://assets.invopop.com/flags/co.svg" href="/compliance/colombia" horizontal>
    DIAN clearance model, FEV (UBL 2.1)
  </Card>

  <Card title="Mexico" icon="https://assets.invopop.com/flags/mx.svg" href="/compliance/mexico" horizontal>
    SAT clearance model, CFDI
  </Card>

  <Card title="Peru" icon="https://assets.invopop.com/flags/pe.svg" href="/compliance/peru" horizontal>
    SUNAT clearance model, UBL 2.1
  </Card>
</CardGroup>
