Upload a UBL or CII invoice — or a Factur-X / ZUGFeRD PDF, or a ZIP of up to 200 invoices — and get the rule that failed, what it means in plain English, and how to fix it. Free, no account, nothing stored.
No invoice to hand? Try a sample with a VAT rounding error or the same invoice against Peppol rules, or against XRechnung (Germany). Or grab a sample invoice to test your own code with.
VAT category tax amount (BT-117) = VAT category taxable amount (BT-116) x (VAT category rate (BT-119) / 100), rounded to two decimals.
24 <cbc:TaxAmount currencyID="EUR">66.66</cbc:TaxAmount> 25 <cac:TaxSubtotal> 26 <cbc:TaxableAmount currencyID="EUR">333.30</cbc:TaxableAmount>
The VAT category tax amount (BT-117) in a VAT breakdown (BG-23) where VAT category code (BT-118) is "Standard rated" shall equal the VAT category taxable amount (BT-116) multiplied by the VAT category rate (BT-119).
27 <cbc:TaxAmount currencyID="EUR">66.66</cbc:TaxAmount> 28 <cac:TaxCategory><cbc:ID>S</cbc:ID><cbc:Percent>22</cbc:Percent><cac:TaxScheme><cbc:ID>VAT</cbc:ID></cac:TaxScheme></cac:TaxCategory> 29 </cac:TaxSubtotal>
Every EN 16931 and Peppol BIS rule has its own reference page with the cause and the fix.
Factur-X and ZUGFeRD PDFs are unpacked and the XML checked — plus the container itself: /AF, /AFRelationship and the XMP profile declaration, which almost nothing else looks at.
An invoice can be valid EN 16931 and still bounce off Peppol or XRechnung. The Peppol check adds the national rules for DE, DK, GR, IS, IT, NL, NO and SE automatically, from the seller's country.
Passes 1,142 of 1,142 assertions in CEN's own EN 16931 test suite — the same corpus the standard is validated with.
Country-by-country mandate deadlines — Belgium, Poland, France, Germany, Slovenia and the rest.