How to fix ibr-131-ae in UAE e-invoicing
What is ibr-131-ae?
ibr-131-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 allowances and charges and belongs to the Amounts & totals rule group. An e-invoice that fails ibr-131-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 allowances and charges of your UBL 2.1 invoice:
cac:AllowanceCharge[cbc:ChargeIndicator = false()][not(ancestor::cac:Price)]
Business terms referenced
| Term ID | Field | Other rules |
|---|---|---|
| IBT-092 | MUST have an allowance amount | view → |
| IBT-136 | MUST have an Invoice line allowance amount | view → |
| IBT-093 | both or neither Allowance base amount | view → |
| IBT-137 | — | view → |
| IBT-094 | — | view → |
| IBT-138 | — | view → |
Field names are derived automatically from the official rule corpus.
Technical test condition (Schematron)
not(exists(cbc:BaseAmount) and exists(cbc:MultiplierFactorNumeric)) or number(cbc:Amount) = (number(cbc:BaseAmount) * number(cbc:MultiplierFactorNumeric) div 100) or number(cbc:Amount) = round((number(cbc:BaseAmount) * number(cbc:MultiplierFactorNumeric) div 100) * 100) div 100
Test your invoice against ibr-131-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.