What does BR-44 mean?
Every charge at line level must state a reason, either as free text or as a reason code. That keeps the surcharge traceable.
Common causes of BR-44
- The invoice line charge contains neither ram:Reason (BT-144) nor ram:ReasonCode (BT-145).
- The ram:Reason field is present but empty.
- The charge reason appears only on the visual document and was never carried into the XML.
How to fix BR-44
- Find the faulty spot in the XML. Open the XML of the invoice and go to field BT-144 along this XPath:
//ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedLineTradeSettlement/ram:SpecifiedTradeAllowanceCharge/ram:Reason - Apply the fix. Every charge at line level (BG-28) needs a reason: either the free text ram:Reason (BT-144) or the reason code ram:ReasonCode (BT-145) from UNTDID 7161. Add at least one of the two elements to the line's ram:SpecifiedTradeAllowanceCharge with ChargeIndicator=true.
- Validate again. Save the file and validate it again to check that BR-44 is no longer reported.
Every charge at line level (BG-28) needs a reason: either the free text ram:Reason (BT-144) or the reason code ram:ReasonCode (BT-145) from UNTDID 7161. Add at least one of the two elements to the line's ram:SpecifiedTradeAllowanceCharge with ChargeIndicator=true.
//ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedLineTradeSettlement/ram:SpecifiedTradeAllowanceCharge/ram:ReasonBefore / after: the XML example
This is the spot in question before and after the fix (Cross Industry Invoice, ZUGFeRD/Factur-X).
<ram:SpecifiedTradeAllowanceCharge>
<ram:ChargeIndicator><udt:Indicator>true</udt:Indicator></ram:ChargeIndicator>
<ram:ActualAmount>5.00</ram:ActualAmount>
</ram:SpecifiedTradeAllowanceCharge>
<ram:SpecifiedTradeAllowanceCharge>
<ram:ChargeIndicator><udt:Indicator>true</udt:Indicator></ram:ChargeIndicator>
<ram:ActualAmount>5.00</ram:ActualAmount>
<ram:Reason>Eilzuschlag</ram:Reason>
</ram:SpecifiedTradeAllowanceCharge>
Frequent questions about BR-44
Do I have to give both free text and code?
Which list applies to the charge reason code?
Related error codes
Check BR-44 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.