PEPPOL-EN16931-R043:Allowance/charge ChargeIndicator value MUST equal "true" or "false"
The ChargeIndicator on one of your discounts or surcharges is not in the correct format. It must be exactly "true" (for a surcharge) or "false" (for a discount), in lowercase.
Engine Classification
Normalise ChargeIndicator boolean values to lowercase "true" or "false"
Confidence: 95% · Applied automatically in pipeline
What is PEPPOL-EN16931-R043?
PEPPOL-EN16931-R043 is a fatal validation rule defined in the Peppol BIS 3.0 specification. It validates the ChargeIndicator element 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: //cbc:ChargeIndicator
Why This Error Matters
Invoice will be rejected by PEPPOL validation. Invalid ChargeIndicator prevents proper interpretation of allowances and charges.
PEPPOL-EN16931-R043 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.
Invoice Navigator can automatically correct this error in your pipeline. The fix is applied with full audit evidence, so your compliance trail remains intact.
Validator Behavior
- ·Causes invoice rejection
- ·Rejected by PEPPOL Access Points
- ·Error returned: PEPPOL-EN16931-R043
- ·Specification: Peppol BIS 3.0
How to Fix It
Before / After
<Invoice> <!-- Issue: Allowance/charge ChargeIndicator value MUST equal "true" or --> </Invoice>
<Invoice> <!-- Issue resolved per Peppol BIS 3.0 --> </Invoice>
Technical Reference
//cbc:ChargeIndicatorCommon Causes
- ·ChargeIndicator has invalid value (not true/false)
- ·Numeric value used instead of boolean string
- ·Case sensitivity issue (TRUE vs true)
- ·Empty or null ChargeIndicator
- ·ERP exports 1/0 instead of true/false
Seeing this in production? The API handles PEPPOL-EN16931-R043 automatically. See the fix response →
See Also
Last updated: 27 February 2026
Handle PEPPOL-EN16931-R043 Automatically in Your Pipeline
The compliance engine auto-remediates this error with controlled safety policies and evidence pack generation.