What does BR-S-8 mean?
The taxable amount per rate must equal the sum of the invoice line net amounts plus charges minus allowances.
Common causes of BR-S-8
- A document level allowance or charge was left out of the taxable amount.
- The invoice line net amounts (BT-131) were summed or rounded incorrectly.
- Amounts with different VAT rates were mixed into a single breakdown line.
How to fix BR-S-8
- Find the faulty spot in the XML. Open the XML of the invoice and go to field BT-116 along this XPath:
//rsm:CrossIndustryInvoice/rsm:SupplyChainTradeTransaction/ram:ApplicableHeaderTradeSettlement/ram:ApplicableTradeTax/ram:BasisAmount - Apply the fix. Calculation rule: in the VAT breakdown (BG-23) for category "S" and a given rate, the VAT category taxable amount (BT-116) must be correct. Formula: BT-116 = sum of the invoice line net amounts (BT-131) + sum of the document level charges (BT-99) - sum of the document level allowances (BT-92), each only for category "S" and the same rate (BT-119 = BT-152/BT-103/BT-96). The wrong value sits in ram:ApplicableTradeTax/ram:BasisAmount. Correct it to the calculated sum.
- Validate again. Save the file and validate it again to check that BR-S-8 is no longer reported.
Calculation rule: in the VAT breakdown (BG-23) for category "S" and a given rate, the VAT category taxable amount (BT-116) must be correct. Formula: BT-116 = sum of the invoice line net amounts (BT-131) + sum of the document level charges (BT-99) - sum of the document level allowances (BT-92), each only for category "S" and the same rate (BT-119 = BT-152/BT-103/BT-96). The wrong value sits in ram:ApplicableTradeTax/ram:BasisAmount. Correct it to the calculated sum.
//rsm:CrossIndustryInvoice/rsm:SupplyChainTradeTransaction/ram:ApplicableHeaderTradeSettlement/ram:ApplicableTradeTax/ram:BasisAmountBefore / after: the XML example
This is the spot in question before and after the fix (Cross Industry Invoice, ZUGFeRD/Factur-X).
<ram:ApplicableTradeTax>
<ram:CalculatedAmount>19.00</ram:CalculatedAmount>
<ram:TypeCode>VAT</ram:TypeCode>
<ram:BasisAmount>90.00</ram:BasisAmount>
<ram:CategoryCode>S</ram:CategoryCode>
<ram:RateApplicablePercent>19.00</ram:RateApplicablePercent>
</ram:ApplicableTradeTax>
<ram:ApplicableTradeTax>
<ram:CalculatedAmount>19.00</ram:CalculatedAmount>
<ram:TypeCode>VAT</ram:TypeCode>
<ram:BasisAmount>100.00</ram:BasisAmount>
<ram:CategoryCode>S</ram:CategoryCode>
<ram:RateApplicablePercent>19.00</ram:RateApplicablePercent>
</ram:ApplicableTradeTax>
Frequent questions about BR-S-8
Do charges and allowances count towards the taxable amount?
Do I need a separate breakdown line for every VAT rate?
Related error codes
Check BR-S-8 automatically
Instead of digging through the XML by hand you can validate your ZUGFeRD or XRechnung file online – upload the PDF or the XML and you get every error with rule ID, affected field, fix and XPath, as a readable report or as JSON through the API.