erroren16931

BR-59:Allowance base amount required when percentage used

If allowance/charge has percentage, base amount is mandatory.

Severity
Fatal
Rule set
en16931
Country
All EU
Fix type
INPUT REQUIRED

Engine Classification

Business data required · Explicit input workflow · No assumptions made

Required input: Base Amount

What is BR-59?

BR-59 is a fatal validation rule defined in the en16931 specification. It validates the MultiplierFactorNumeric requires BaseAmount element under AllowanceCharge 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: //cac:AllowanceCharge/cbc:MultiplierFactorNumeric requires BaseAmount

Why This Error Matters

Base amount needed to verify percentage calculations.

BR-59 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
  • ·Fails EN 16931 business rule validation
  • ·Error returned: BR-59
  • ·Specification: en16931

How to Fix It

1.

Check for percentage

If MultiplierFactorNumeric exists

2.

Add base amount

Amount = BaseAmount × Percentage / 100

XML Example

Generic example based on the rule's target XPath. Your actual XML structure may differ.

Before
<!-- Missing or empty element triggers cbc:MultiplierFactorNumeric requires BaseAmount error -->
<cbc:MultiplierFactorNumeric requires BaseAmount></cbc:MultiplierFactorNumeric requires BaseAmount>
After
<!-- Provide the required value -->
<cbc:MultiplierFactorNumeric requires BaseAmount>VALID_VALUE</cbc:MultiplierFactorNumeric requires BaseAmount>

Technical Reference

XPathXPath: //cac:AllowanceCharge/cbc:MultiplierFactorNumeric requires BaseAmount
Specen16931

Common Causes

  • ·Percentage discount without base
  • ·Template configuration error

Seeing this in production? The API handles BR-59 automatically. See the fix response →

Frequently Asked Questions

If allowance/charge has percentage, base amount is mandatory.

Add BaseAmount element when using percentage-based allowances. You can also use Invoice Navigator's automatic Fixer tool to correct this instantly.

Yes, BR-59 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-59 can be automatically corrected using Invoice Navigator's Fixer tool. Upload your invoice and the tool will identify and fix common issues, including allowance base amount required when percentage use.

See Also

Related Errors

Last updated: 18 January 2026

Share this guide:

Handle BR-59 Automatically in Your Pipeline

The compliance engine auto-remediates this error with controlled safety policies and evidence pack generation.