qmetrics
Fatal — invoice rejected VAT categories & rates UAE-specific rule PINT-AE 2026.5

How to fix ibr-145-ae in UAE e-invoicing

What is ibr-145-ae?

ibr-145-ae is a fatal validation rule in the UAE's Peppol PINT-AE e-invoicing specification — one of the UAE-specific rules. It is checked against each invoice line and belongs to the VAT categories & rates rule group. An e-invoice that fails ibr-145-ae is rejected by the Accredited Service Provider gateway before it reaches the FTA.

What the official rule says

Each Invoice line (IBG-25) MUST be categorized with an Invoiced item VAT category code (IBT-151).
UAE impact: this is a fatal rule specific to the UAE PINT-AE profile — an invoice failing it is rejected at the Accredited Service Provider gateway before it ever reaches the FTA. A rejected invoice means resubmission delays, and late transmission risks the AED 100-per-invoice penalty under Cabinet Decision No. 106 of 2025.

Where it applies

This rule is checked against each invoice line of your UBL 2.1 invoice:

cac:InvoiceLine | cac:CreditNoteLine

Business terms referenced

Term ID Field Other rules
IBG-25 Invoice line view →
IBT-151 Invoiced item VAT category code view →

Field names are derived automatically from the official rule corpus.

Why this happens

Every single invoice line must carry a VAT category code (IBT-151) — Standard rated, Zero rated, Exempt, Reverse charge, Not subject to VAT, etc. Lines that omit the ClassifiedTaxCategory block entirely are fatally rejected.

How to fix it

1. In each InvoiceLine's Item, add a ClassifiedTaxCategory with the correct category ID and percentage. 2. Make sure your billing system assigns a tax category to every product/service, including zero-rated and exempt items.

Compliant XML

<cac:ClassifiedTaxCategory>
  <cbc:ID>S</cbc:ID>
  <cbc:Percent>5</cbc:Percent>
  <cac:TaxScheme><cbc:ID>VAT</cbc:ID></cac:TaxScheme>
</cac:ClassifiedTaxCategory>
Technical test condition (Schematron)
(cac:Item/cac:ClassifiedTaxCategory)

Test your invoice against ibr-145-ae now

Upload your UBL XML — we check all 302 PINT-AE rules including this one, in one second. Your file is validated in memory and never stored.

Related rules

Rule text sourced from the official OpenPeppol PINT-AE validation artifacts (version 2026.5), refreshed weekly. Explanations are qmetrics' own guidance, not official FTA/MoF text.