BR-26:Each Invoice line (BG-25) shall contain the Item net price (BT-146).
Each Invoice line (BG-25) shall contain the Item net price (BT-146).. This applies to the `cbc:PriceAmount` element in the invoice XML.
Engine Classification
Financial or legal field · Modification blocked by policy
Reason: Line item amounts must be verified by the invoice issuer. Auto-correction could create financial discrepancies.
What is BR-26?
BR-26 is a fatal validation rule defined in the EN 16931 specification. It validates the EndpointID element under AccountingCustomerParty > Party in the UBL invoice XML.
When this rule fires, the invoice is non-compliant and will be rejected by Peppol access points and national validation services. The sending system receives a rejection response and the invoice does not reach the buyer.
Target path: XPath: /Invoice/cac:AccountingCustomerParty/cac:Party/cbc:EndpointID
Why This Error Matters
Invoice rejected. Price is required for line total calculation and payment verification.
BR-26 is a hard failure. Invoices that trigger this rule are rejected at the access point and never reach the recipient. In Peppol networks, this means your sending system receives an MLR (Message Level Response) with a rejection status. The invoice must be corrected and re-sent, adding delay to your payment cycle.
Validator Behavior
- ·Causes invoice rejection
- ·Error returned: BR-26
- ·Specification: EN 16931
How to Fix It
Get buyer ID
Buyer Peppol participant ID
Add scheme
Match buyer registration scheme
Verify active
Check Peppol Directory for active registration
Before / After
<cac:Price> <cbc:PriceAmount><!-- invalid or missing value --></cbc:PriceAmount> </cac:Price>
<cac:Price> <cbc:PriceAmount>correct-value</cbc:PriceAmount> </cac:Price>
Technical Reference
XPath: /Invoice/cac:AccountingCustomerParty/cac:Party/cbc:EndpointIDCode Example
<cac:AccountingCustomerParty>
<cac:Party>
<cbc:EndpointID schemeID="0088">5790000435975</cbc:EndpointID>
</cac:Party>
</cac:AccountingCustomerParty>Common Causes
- ·Item net price (PriceAmount) field not mapped in export
- ·Price stored in different field than template expects
- ·Unit price calculation failed or returned null
- ·Free item exported without zero price value
- ·Export template missing Price/PriceAmount mapping
Seeing this in production? The API handles BR-26 automatically. See the fix response →
Commonly Seen In
Frequently Asked Questions
The buyer must have an electronic address for Peppol delivery.
Add buyer EndpointID with scheme identifier. You can also use Invoice Navigator's automatic Fixer tool to correct this instantly.
Yes, BR-26 is a critical error that will cause invoice rejection. It must be fixed before submission to ensure your invoice is accepted by the recipient's system.
Many instances of BR-26 can be automatically corrected using Invoice Navigator's Fixer tool. Upload your invoice and the tool will identify and fix common issues, including buyer electronic address required.
BR-26 is commonly seen in exports from Peppol-enabled systems. These software packages sometimes generate invoices that need adjustment to meet full compliance standards.
See Also
Related Errors
Last updated: 27 February 2026
Handle BR-26 Automatically in Your Pipeline
The compliance engine auto-remediates this error with controlled safety policies and evidence pack generation.