Peppol BIS Billing 3.0 · rule
BR-AG-07
What does BR-AG-07 mean? In a Document level charge (BG-21) where the Document level charge VAT category code (BT-102) is "IPSI" the Document level charge VAT rate (BT-103) shall be 0 (zero) or greater than zero.
Why did my invoice fail BR-AG-07?
In a document level charge (BG-21) whose VAT category code (BT-102) is "IPSI" (code M), the charge VAT rate (BT-103) must be zero or greater than zero. Missing or negative rates on an IPSI charge are invalid. In UBL the rate is cac:AllowanceCharge (ChargeIndicator true)/cac:TaxCategory/cbc:Percent.
Official rule text
In a Document level charge (BG-21) where the Document level charge VAT category code (BT-102) is "IPSI" the Document level charge VAT rate (BT-103) shall be 0 (zero) or greater than zero.
Common causes
- cbc:Percent missing on the charge's TaxCategory
- Negative rate from a mapping sign error
- Charge cloned from another document without setting the rate
How do I fix it?
<cac:AllowanceCharge>
<cbc:ChargeIndicator>true</cbc:ChargeIndicator>
<cbc:AllowanceChargeReason>Freight</cbc:AllowanceChargeReason>
<cbc:Amount currencyID="EUR">15.00</cbc:Amount>
<cac:TaxCategory>
<cbc:ID>M</cbc:ID>
<cbc:Percent>4</cbc:Percent>
<cac:TaxScheme><cbc:ID>VAT</cbc:ID></cac:TaxScheme>
</cac:TaxCategory>
</cac:AllowanceCharge>
Related rules
BR-AG-01 · BR-AG-02 · BR-AG-03 · BR-AG-04 · BR-AG-05 · BR-AG-06 · BR-AG-08 · BR-AG-09
Check your invoice against this rule
Paste it into the live demo, or call POST /v1/validate. See the quickstart.