Free Estonian e-arve Validator (Versions 1.11 & 1.2)

Validate Estonian e-arve XML against the official Eesti Pangaliit schema and Estonian business rules (registry codes, IBAN MOD-97, VAT consistency). Both schema versions 1.11 and 1.2 supported. Free, no signup, instant report with Estonian-specific error codes (EA-R001 to EA-R008).

How the e-arve validator works

1

Upload your e-arve XML

Drag and drop the XML file. The root element must be <E_Invoice> with no XML namespace — the standard Eesti Pangaliit structure. The validator auto-detects e-arve and routes to the dedicated Estonian validator.

2

Schema validation + business rules

The validator reads the schema version from <Header><Version> and applies the matching XSD (1.11 or 1.2). Then it runs the EA-R001…R008 business rules covering registry codes, IBAN MOD-97 checksum, VAT consistency and amount totals.

3

Read the report

Schema errors come back with XSD line/column references; business-rule violations are reported with the Estonian rule code (EA-R001 through EA-R008) and a plain-English description.

What the e-arve validator checks

XSD schema (1.11 + 1.2)

Per-document version detection. If the file declares <Version>1.11</Version> the 1.11 XSD is used; if it declares 1.2 the newer EN 16931-aligned 1.2 schema is used. Structural errors fire with line and column numbers.

Estonian business rules (EA-R001–R008)

Invoice number presence (R001), invoice date validity (R002), Estonian 8-digit registry codes for seller and buyer (R003, R004), total amount consistency with line items (R005), VAT calculation correctness (R006), payment due date logic (R007) and IBAN MOD-97 checksum verification (R008).

Automatic format detection

The validator auto-detects e-arve from the <E_Invoice> root element. PEPPOL invoices and XRechnung invoices use different XML structures and get routed elsewhere — you never have to pick a format manually.

IBAN MOD-97 verification

Any IBAN value in PaymentInfo/PayToAccount or AccountInfo/IBAN is validated using the ISO 13616 MOD-97 checksum algorithm. Catches typo'd account numbers before the invoice goes out via banking channels.

Why a separate Estonian e-arve validator?

E-arve is the Estonian banking-channel e-invoice format published by Eesti Pangaliit (Estonian Banking Association). It predates PEPPOL adoption in Estonia and remains the dominant format for domestic B2B and B2G invoices exchanged via banking infrastructure (LHV, SEB, Swedbank) and Estonian e-invoice operators (Finbite, Omniva, Telema). The XML structure has nothing in common with PEPPOL UBL or EN 16931 CII — a different root element, different field names, no XML namespace at all. Generic PEPPOL or XRechnung validators reject e-arve documents as "invalid XML" because they don't recognise the structure.

The aiDoks validator handles e-arve as a first-class format alongside PEPPOL, XRechnung and Factur-X. Upload your e-arve XML, get the full validation report with both XSD schema errors and Estonian business-rule violations, and fix issues before submitting through your bank's e-arve channel.

Common e-arve validation errors

  • EA-R001 — Invoice number is missing or empty. The InvoiceNumber element under InvoiceInformation must be populated.
  • EA-R003 — Seller registry code is not 8 digits. Estonian company codes are always 8 digits — most often the issue is a leading-zero stripped by Excel during data entry.
  • EA-R005 — Total amount mismatch. The TotalSum in InvoiceSumGroup must equal the sum of line items within ±0.01 tolerance.
  • EA-R006 — VAT calculation inconsistent. VATSum must equal SumBeforeVAT × VATRate / 100 within ±0.01 tolerance.
  • EA-R008 — IBAN fails MOD-97 check. Usually a typo — the IBAN is structurally well-formed but the check digits don't match the rearranged account number. Banks will reject the payment outright.

For Estonian companies dealing with cross-border invoices

Many Estonian companies receive both domestic e-arve from local suppliers via banking channels AND PEPPOL invoices from cross-border EU suppliers via PEPPOL access points. Rather than running two validators, the aiDoks tool detects which format you uploaded and applies the matching pipeline. Same UI, same report structure, one less tool to maintain.

Estonian e-arve validator: FAQ

Was ist das estnische e-arve-Format?

E-arve ist das estnische inländische E-Rechnungsformat, veröffentlicht von Eesti Pangaliit (Estnischer Bankenverband). Es ist von PEPPOL verschieden – es ist älter als die PEPPOL-Einführung in Estland und bleibt das dominierende Format für inländische B2B- und B2G-Rechnungen, die über Bankkanäle (LHV, SEB, Swedbank) und Operatoren (Finbite, Omniva, Telema) ausgetauscht werden. Der Validator unterstützt Schema-Version 1.11 (langjährig stabile Produktionsversion) und 1.2 (neuere EN 16931-kompatible Release).

Warum brauche ich einen separaten Validator für estnisches e-arve?

E-arve verwendet eine völlig andere XML-Struktur als PEPPOL UBL oder CII: das Wurzelelement ist <E_Invoice> ohne XML-Namespace, und das Dokumentenlayout folgt estnischen Bankenkonventionen statt dem EU-EN-16931-Modell. PEPPOL- oder XRechnung-Validatoren erkennen es nicht und weisen es als "ungültiges XML" ab. Der aiDoks-Validator erkennt die e-arve-Wurzel automatisch und routet an den dedizierten Validator.

Was prüft der e-arve-Validator?

Zwei Ebenen: XSD-Schema-Validierung (gegen das offizielle e-arve-Schema, entweder 1.11 oder 1.2 je nach im Dokument-Header deklarierter Version) plus in Java implementierte Geschäftsregeln. Die Regeln prüfen das Vorhandensein der Rechnungsnummer (EA-R001), Datumsgültigkeit (EA-R002), estnische 8-stellige Registriernummern für Verkäufer und Käufer (EA-R003, EA-R004), Konsistenz zwischen Positionen und Summen (EA-R005), MwSt.-Berechnungskorrektheit (EA-R006), Logik des Fälligkeitsdatums (EA-R007) und IBAN-MOD-97-Prüfsumme (EA-R008).

Behandelt der Validator sowohl e-arve 1.11 als auch 1.2?

Ja. Jedes hochgeladene Dokument deklariert seine eigene Schema-Version in <Header><Version>; der Validator liest sie und wendet das passende XSD an. 1.11 bleibt die dominierende Version im estnischen Bankenverkehr; 1.2 ist die neuere EN 16931-orientierte Variante. Beide durchlaufen dieselbe Geschäftsregel-Ebene.

Ist der estnische e-arve-Validator kostenlos?

Ja, kostenlos und ohne Konto. Laden Sie Ihre e-arve-XML hoch (E_Invoice-Wurzel, kein Namespace) und erhalten Sie sofortige Validierung mit Schema-Fehlern und estnisch-spezifischen Geschäftsregelverletzungen, die mit Codes (EA-R001 bis EA-R008) markiert sind.

Kann ich auch estnische Rechnungen im PEPPOL- oder EN 16931-Format validieren?

Ja – derselbe aiDoks-Validator unterstützt PEPPOL BIS 3.0, XRechnung, EN 16931 und Factur-X / ZUGFeRD zusätzlich zum estnischen e-arve. Viele estnische Unternehmen erhalten sowohl inländische e-arve von Bankpartnern als auch PEPPOL-Rechnungen von grenzüberschreitenden EU-Lieferanten; ein Validator deckt beide Welten ab.

Validate your e-arve in seconds

Free, anonymous, full XSD + Estonian business rules.