How to fix ibr-127-ae in UAE e-invoicing
What is ibr-127-ae?
ibr-127-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 the invoice document and belongs to the Amounts & totals rule group. An e-invoice that fails ibr-127-ae 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:
/ubl:Invoice | /cn:CreditNote
Business terms referenced
| Term ID | Field | Other rules |
|---|---|---|
| IBT-009 | Payment due date | view → |
| IBT-115 | Amount due for payment | view → |
| IBT-003 | Invoice type code | view → |
| BTAE-002 | Invoice transaction-type code | view → |
Field names are derived automatically from the official rule corpus.
Why this happens
If the amount due for payment (IBT-115) is greater than zero, the invoice must state a payment due date (IBT-009) — unless the invoice is of a type that legitimately has none. Billing systems that only print payment terms as free text ('within 15 days') without a machine-readable DueDate hit this rule constantly.
How to fix it
1. Add <cbc:DueDate> in YYYY-MM-DD format alongside the IssueDate. 2. If your system stores terms as day-offsets, compute the concrete date at export time.
Technical test condition (Schematron)
((cbc:InvoiceTypeCode | cbc:CreditNoteTypeCode) = "381" or (cbc:InvoiceTypeCode | cbc:CreditNoteTypeCode) = "81" or cbc:CreditNoteTypeCode = "261" or matches(cbc:ProfileExecutionID, "^[01]1[01]{6}$")) or not(cac:LegalMonetaryTotal/cbc:PayableAmount > 0) or exists(cbc:DueDate)
Worried your invoices fail ibr-127-ae?
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.