einvoicecheck
Menu

Rules / BR-AG-10 · Markdown

Peppol BIS Billing 3.0 · rule

BR-AG-10

Layer en16931·Checked against Peppol BIS Billing 3.0 2026.5

What does BR-AG-10 mean? A VAT breakdown (BG-23) with VAT Category code (BT-118) "IPSI" shall not have a VAT exemption reason code (BT-121) or VAT exemption reason text (BT-120).

Why did my invoice fail BR-AG-10?

A VAT breakdown (BG-23) entry with category code "IPSI" (code M) must not carry a VAT exemption reason code (BT-121) or exemption reason text (BT-120). IPSI is a taxed category, so exemption reasons are not permitted on it. In UBL these are cac:TaxCategory/cbc:TaxExemptionReasonCode and cbc:TaxExemptionReason within the TaxSubtotal.

Official rule text

A VAT breakdown (BG-23) with VAT Category code (BT-118) "IPSI" shall not have a VAT exemption reason code (BT-121) or VAT exemption reason text (BT-120).

Common causes

How do I fix it?

<cac:TaxSubtotal>
  <cbc:TaxableAmount currencyID="EUR">100.00</cbc:TaxableAmount>
  <cbc:TaxAmount currencyID="EUR">4.00</cbc:TaxAmount>
  <cac:TaxCategory>
    <cbc:ID>M</cbc:ID>
    <cbc:Percent>4</cbc:Percent>
    <cac:TaxScheme><cbc:ID>VAT</cbc:ID></cac:TaxScheme>
  </cac:TaxCategory>
</cac:TaxSubtotal>

Related rules

BR-AG-01 · BR-AG-02 · BR-AG-03 · BR-AG-04 · BR-AG-05 · BR-AG-06 · BR-AG-07 · BR-AG-08

Check your invoice against this rule

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