HomeError code lexicon › BR-DE-16
BR-DE-16 Field BT-31 German business rules (BR-DE)

Fix BR-DE-16: Seller VAT identifier or tax registration identifier missing

If an invoice uses the tax category codes S, Z, E, AE, K, G, L or M, at least one of the elements "Seller VAT identifier" (BT-31), "Seller tax registration identifier" (BT-32) or "SELLER TAX REPRESENTATIVE PARTY" (BG-11) shall be provided.

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

What does BR-DE-16 mean?

If an invoice uses the tax category codes S, Z, E, AE, K, G, L or M, it must carry at least one of the elements "Seller VAT identifier" (BT-31), "Seller tax registration identifier" (BT-32) or "SELLER TAX REPRESENTATIVE PARTY" (BG-11). This is a national KoSIT rule (XRechnung) that goes beyond EN 16931 and is mandatory for German e-invoices.

Common causes of BR-DE-16

How to fix BR-DE-16

  1. Find the faulty spot in the XML. Open the XML of the invoice and go to field BT-31 along this XPath://ram:SellerTradeParty/ram:SpecifiedTaxRegistration
  2. Apply the fix. If tax category codes S/Z/E/AE/K/G/L/M are used, the seller's VAT identifier (BT-31) OR tax registration identifier (BT-32) must be present in 'ram:SellerTradeParty/ram:SpecifiedTaxRegistration' (schemeID 'VA' or 'FC').
  3. Validate again. Save the file and validate it again to check that BR-DE-16 is no longer reported.
Concrete fix

If tax category codes S/Z/E/AE/K/G/L/M are used, the seller's VAT identifier (BT-31) OR tax registration identifier (BT-32) must be present in 'ram:SellerTradeParty/ram:SpecifiedTaxRegistration' (schemeID 'VA' or 'FC').

XPath//ram:SellerTradeParty/ram:SpecifiedTaxRegistration

Before / after: the XML example

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

Wrong
<ram:SellerTradeParty>
  <ram:Name>Musterfirma GmbH</ram:Name>
  <!-- ram:SpecifiedTaxRegistration fehlt -->
</ram:SellerTradeParty>
Correct
<ram:SellerTradeParty>
  <ram:Name>Musterfirma GmbH</ram:Name>
  <ram:SpecifiedTaxRegistration>
    <ram:ID schemeID="VA">DE123456789</ram:ID>
  </ram:SpecifiedTaxRegistration>
</ram:SellerTradeParty>

Frequent questions about BR-DE-16

How do I fix BR-DE-16?
If tax category codes S/Z/E/AE/K/G/L/M are used, the seller's VAT identifier (BT-31) OR tax registration identifier (BT-32) must be present in 'ram:SellerTradeParty/ram:SpecifiedTaxRegistration' (schemeID 'VA' or 'FC').

Related error codes

Check BR-DE-16 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