einvoicecheck
Menu

Rules / BR-AF-05 · Markdown

Peppol BIS Billing 3.0 · rule

BR-AF-05

Layer en16931·Checked against Peppol BIS Billing 3.0 2026.5

What does BR-AF-05 mean? In an Invoice line (BG-25) where the Invoiced item VAT category code (BT-151) is "IGIC" the invoiced item VAT rate (BT-152) shall be 0 (zero) or greater than zero.

Why did my invoice fail BR-AF-05?

On an invoice line (BG-25) whose VAT category code (BT-151) is "IGIC" (code L), the invoiced item VAT rate (BT-152) must be zero or a positive number. Unlike exempt categories where the rate must be absent or 0, IGIC allows any non-negative rate, but a negative or missing rate is invalid. In UBL the rate is cac:InvoiceLine/cac:Item/cac:ClassifiedTaxCategory/cbc:Percent.

Official rule text

In an Invoice line (BG-25) where the Invoiced item VAT category code (BT-151) is "IGIC" the invoiced item VAT rate (BT-152) shall be 0 (zero) or greater than zero.

Common causes

How do I fix it?

<cac:ClassifiedTaxCategory>
  <cbc:ID>L</cbc:ID>
  <cbc:Percent>7</cbc:Percent>
  <cac:TaxScheme><cbc:ID>VAT</cbc:ID></cac:TaxScheme>
</cac:ClassifiedTaxCategory>

Related rules

BR-AF-01 · BR-AF-02 · BR-AF-03 · BR-AF-04 · BR-AF-06 · BR-AF-07 · BR-AF-08 · BR-AF-09

Check your invoice against this rule

Paste it into the live demo, or call POST /v1/validate. See the quickstart.