XRechnung (Germany)
BR-DE-5
Seller contact point name (BT-41) required
What it means
Within the SELLER CONTACT group, the contact point name (BT-41) must be present.
How to fix it
Add cbc:Name inside cac:Contact for the seller party (e.g. <cbc:Name>Buchhaltung</cbc:Name>).
Catch this before it reaches the receiving authority:
# CLI
npx @eleata/validate-einvoice validate invoice.xml --format xrechnung-ubl
# GitHub Action — fail the build on any invalid invoice
- uses: hernaninverso/validate-einvoice-action@v1
with:
files: invoices/**/*.xml
api-key: ${{ secrets.EINVOICE_API_KEY }}