HomeError code lexicon › BR-DE-15
BR-DE-15 Field BT-10 German business rules (BR-DE)

Fix BR-DE-15: Buyer reference / Leitweg-ID (BT-10) missing

The element "Buyer reference" (BT-10) shall be provided.

BR-DE-15 in your own invoice? Upload the file and find every error in seconds.

What does BR-DE-15 mean?

The element "Buyer reference" (BT-10) must be sent. This is a national add-on rule from KoSIT (XRechnung). It goes beyond EN 16931 and is mandatory for German e-invoices.

Common causes of BR-DE-15

How to fix BR-DE-15

  1. Find the faulty spot in the XML. Open the XML of the invoice and go to field BT-10 along this XPath://ram:ApplicableHeaderTradeAgreement/ram:BuyerReference
  2. Apply the fix. Add the Buyer reference / Leitweg-ID (BT-10) in 'ram:ApplicableHeaderTradeAgreement/ram:BuyerReference'.
  3. Validate again. Save the file and validate it again to check that BR-DE-15 is no longer reported.
Concrete fix

Add the Buyer reference / Leitweg-ID (BT-10) in 'ram:ApplicableHeaderTradeAgreement/ram:BuyerReference'.

XPath//ram:ApplicableHeaderTradeAgreement/ram:BuyerReference

Before / after: the XML example

This is the spot in question before and after the fix (Cross Industry Invoice, ZUGFeRD/Factur-X).

Wrong
<ram:ApplicableHeaderTradeAgreement>
  <!-- ram:BuyerReference fehlt -->
</ram:ApplicableHeaderTradeAgreement>
Correct
<ram:ApplicableHeaderTradeAgreement>
  <ram:BuyerReference>04011000-12345-34</ram:BuyerReference>
</ram:ApplicableHeaderTradeAgreement>

Frequent questions about BR-DE-15

How do I fix BR-DE-15?
Add the Buyer reference / Leitweg-ID (BT-10) in 'ram:ApplicableHeaderTradeAgreement/ram:BuyerReference'.

Related error codes

Check BR-DE-15 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.

Find every error automatically instead of searching by hand

Upload your ZUGFeRD, Factur-X or XRechnung file – you get every violation back with rule ID, field, fix and XPath.

Validate online for free
Check invoice