- WorkAlio
- Validation rules
- BR-DE-1
XRechnung (BR-DE) rules
BR-DE-1: Payment terms (BT-20) is required
What this rule requires
Payment terms (BT-20) is required.
ExampleXRechnung 3.0 (UBL)
An invoice built like a valid one, except for this:
<Invoice xmlns="urn:oasis:names:specification:ubl:schema:xsd:Invoice-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2">
<cbc:CustomizationID>urn:cen.eu:en16931:2017#compliant#urn:xoev-de:kosit:standard:xrechnung_3.0</cbc:CustomizationID>
<cbc:ProfileID>urn:fdc:peppol.eu:2017:poacc:billing:01:1.0</cbc:ProfileID>
<cbc:ID>INV-1001</cbc:ID>
<cbc:IssueDate>2026-01-15</cbc:IssueDate>
<cbc:InvoiceTypeCode>380</cbc:InvoiceTypeCode>
<cbc:DocumentCurrencyCode>EUR</cbc:DocumentCurrencyCode>
<cbc:BuyerReference>04011000-12345-67</cbc:BuyerReference>
</Invoice>The validator says: Payment terms (BT-20) is required and the document does not contain it.
How to fix it
Add Payment terms to the invoice.
Frequently asked questions
- What does BR-DE-1 mean?
- Payment terms (BT-20) is required. The rule runs under XRechnung 3.0 (UBL).
- How do I fix BR-DE-1?
- Add Payment terms to the invoice. In UBL the element is /Invoice/cac:PaymentTerms/cbc:Note.
Runs under these profiles
- XRechnung 3.0 (UBL)
Element path
- Payment terms (BT-20)UBL /Invoice/cac:PaymentTerms/cbc:NoteCII /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/DescriptionRead from what WorkAlio's CII parser accepts — there is no CII writer yet, so this path is not independently verified the way the UBL path is.