What does BR-56 mean?
The rule checks the seller tax representative party (BG-11). In CII this party sits in the element ram:SellerTaxRepresentativeTradeParty. If the seller names a tax representative, that representative's VAT identifier (BT-63) must be present. It goes in ram:SpecifiedTaxRegistration/ram:ID with the scheme identifier schemeID="VA". Without the VAT identifier the tax representative cannot be identified.
Common causes of BR-56
- ram:SpecifiedTaxRegistration is missing entirely from the tax representative party.
- The attribute schemeID="VA" is missing or set wrongly.
- Only name and address of the tax representative are given, not the VAT identifier.
- The seller's VAT identifier was used instead of the tax representative's.
How to fix BR-56
- Find the faulty spot in the XML. Open the XML of the invoice and go to field BT-63 along this XPath:
//rsm:CrossIndustryInvoice/rsm:SupplyChainTradeTransaction/ram:ApplicableHeaderTradeAgreement/ram:SellerTaxRepresentativeTradeParty/ram:SpecifiedTaxRegistration/ram:ID[@schemeID='VA'] - Apply the fix. Add the element ram:SpecifiedTaxRegistration/ram:ID in ram:SellerTaxRepresentativeTradeParty with the attribute schemeID="VA" and the tax representative's VAT identifier (e.g. "DE123456789").
- Validate again. Save the file and validate it again to check that BR-56 is no longer reported.
Add the element ram:SpecifiedTaxRegistration/ram:ID in ram:SellerTaxRepresentativeTradeParty with the attribute schemeID="VA" and the tax representative's VAT identifier (e.g. "DE123456789").
//rsm:CrossIndustryInvoice/rsm:SupplyChainTradeTransaction/ram:ApplicableHeaderTradeAgreement/ram:SellerTaxRepresentativeTradeParty/ram:SpecifiedTaxRegistration/ram:ID[@schemeID='VA']Before / after: the XML example
This is the spot in question before and after the fix (Cross Industry Invoice, ZUGFeRD/Factur-X).
<ram:SellerTaxRepresentativeTradeParty>
<ram:Name>Steuervertreter Meyer GmbH</ram:Name>
<ram:PostalTradeAddress>
<ram:CountryID>DE</ram:CountryID>
</ram:PostalTradeAddress>
</ram:SellerTaxRepresentativeTradeParty>
<ram:SellerTaxRepresentativeTradeParty>
<ram:Name>Steuervertreter Meyer GmbH</ram:Name>
<ram:PostalTradeAddress>
<ram:CountryID>DE</ram:CountryID>
</ram:PostalTradeAddress>
<ram:SpecifiedTaxRegistration>
<ram:ID schemeID="VA">DE123456789</ram:ID>
</ram:SpecifiedTaxRegistration>
</ram:SellerTaxRepresentativeTradeParty>
Frequent questions about BR-56
What does schemeID="VA" mean?
When do I need a tax representative?
In which format is the VAT identifier given?
Related error codes
Check BR-56 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.