What does BR-13 mean?
The invoice must state the net total, that is the line sum less allowances and plus charges.
Common causes of BR-13
- The element 'ram:TaxBasisTotalAmount' is missing from the document totals.
- The issuing system writes only gross and VAT amounts, no net total.
- The document totals were carried over incompletely from a legacy format.
How to fix BR-13
- Find the faulty spot in the XML. Open the XML of the invoice and go to field BT-109 along this XPath:
//ram:SpecifiedTradeSettlementHeaderMonetarySummation/ram:TaxBasisTotalAmount - Apply the fix. Add the Invoice total amount without VAT (BT-109) in the element 'ram:TaxBasisTotalAmount' of the document totals. The value is the line sum (BT-106) minus allowances (BT-107) plus charges (BT-108) on document level.
- Validate again. Save the file and validate it again to check that BR-13 is no longer reported.
Add the Invoice total amount without VAT (BT-109) in the element 'ram:TaxBasisTotalAmount' of the document totals. The value is the line sum (BT-106) minus allowances (BT-107) plus charges (BT-108) on document level.
//ram:SpecifiedTradeSettlementHeaderMonetarySummation/ram:TaxBasisTotalAmountBefore / after: the XML example
This is the spot in question before and after the fix (Cross Industry Invoice, ZUGFeRD/Factur-X).
<ram:SpecifiedTradeSettlementHeaderMonetarySummation>
<ram:LineTotalAmount>100.00</ram:LineTotalAmount>
<ram:GrandTotalAmount>119.00</ram:GrandTotalAmount>
</ram:SpecifiedTradeSettlementHeaderMonetarySummation>
<ram:SpecifiedTradeSettlementHeaderMonetarySummation>
<ram:LineTotalAmount>100.00</ram:LineTotalAmount>
<ram:TaxBasisTotalAmount>100.00</ram:TaxBasisTotalAmount>
<ram:GrandTotalAmount>119.00</ram:GrandTotalAmount>
</ram:SpecifiedTradeSettlementHeaderMonetarySummation>
Frequent questions about BR-13
How is BT-109 calculated?
May BT-109 be empty if the invoice nets to 0 euro?
Related error codes
Check BR-13 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.