How to fix ibr-029 in UAE e-invoicing
What is ibr-029?
ibr-029 is a fatal validation rule in the UAE's Peppol PINT-AE e-invoicing specification, inherited from the shared Peppol layer. It is checked against the invoice document and belongs to the Dates & periods rule group. An e-invoice that fails ibr-029 is rejected by the Accredited Service Provider gateway before it reaches the FTA.
What the official rule says
Where it applies
This rule is checked against the invoice document of your UBL 2.1 invoice:
cac:InvoicePeriod
Business terms referenced
| Term ID | Field | Other rules |
|---|---|---|
| IBT-073 | Invoicing period start date | view → |
| IBT-074 | Invoicing period end date | view → |
Field names are derived automatically from the official rule corpus.
Technical test condition (Schematron)
(exists(cbc:EndDate) and exists(cbc:StartDate) and xs:date(cbc:EndDate) >= xs:date(cbc:StartDate)) or not(exists(cbc:StartDate)) or not(exists(cbc:EndDate))
Worried your invoices fail ibr-029?
Upload your UBL XML — qmetrics runs 40+ core PINT-AE pre-submission checks (TRN, VAT math, addresses, totals and more) 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.