BR-CO-16:Payable amount calculation error
Fix: Invoice Navigator automatically fixes this issue by correcting the `cbc:PayableAmount` element in your Invoice (BR-CO-16). Upload your invoice to fix this automatically.
Amount due for payment (BT-115) = Invoice total amount with VAT (BT-112) - Paid amount (BT-113) + Rounding amount (BT-114).. This applies to the `cbc:PayableAmount` element in the invoice XML.
Engine Classification
Recalculate PayableAmount from TaxInclusiveAmount - PrepaidAmount
Confidence: 90% · Applied automatically in pipeline
What is BR-CO-16?
BR-CO-16 is a fatal validation rule defined in the EN 16931 specification. It validates the PayableAmount element under LegalMonetaryTotal in the UBL invoice XML.
When this rule fires, the invoice is rejected by Peppol access points and never reaches the buyer.
Target path: /Invoice/cac:LegalMonetaryTotal/cbc:PayableAmount
Why This Error Matters
Invoice rejected. The amount due directly affects payment - errors cause over/underpayment.
BR-CO-16 is a hard failure — the invoice must be corrected and re-sent before it can reach the recipient.
An incorrect payable amount means the buyer will pay the wrong sum. This creates reconciliation failures and may trigger duplicate payment requests or payment delays.
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
- ·Error returned: BR-CO-16
- ·Specification: EN 16931
How to Fix It
Start with tax inclusive
TaxInclusiveAmount value
Subtract prepaid
Minus PrepaidAmount if any
Add rounding
Plus PayableRoundingAmount if used
Set result
Final PayableAmount
Before / After
<cac:LegalMonetaryTotal> <cbc:PayableAmount>999.99</cbc:PayableAmount> <!-- Does not match expected calculation --> </cac:LegalMonetaryTotal>
<cac:LegalMonetaryTotal> <cbc:PayableAmount>100.00</cbc:PayableAmount> <!-- Matches expected calculation --> </cac:LegalMonetaryTotal>
Technical Reference
/Invoice/cac:LegalMonetaryTotal/cbc:PayableAmountCode Example
<cac:LegalMonetaryTotal>
<cbc:TaxInclusiveAmount currencyID="EUR">1210.00</cbc:TaxInclusiveAmount>
<cbc:PrepaidAmount currencyID="EUR">200.00</cbc:PrepaidAmount>
<cbc:PayableAmount currencyID="EUR">1010.00</cbc:PayableAmount>
<!-- 1210 - 200 = 1010 ✓ -->
</cac:LegalMonetaryTotal>Common Causes
- ·Amount due calculation incorrect
- ·BT-115 does not equal BT-112 - BT-113 + BT-114
- ·Prepaid amount not deducted from total
- ·Rounding adjustment not applied correctly
- ·Manual payable amount override broke formula
Seeing this in production? The API handles BR-CO-16 automatically. See the fix response →
Commonly Seen In
Frequently Asked Questions
PayableAmount must equal TaxInclusiveAmount - PrepaidAmount + PayableRoundingAmount.
Verify PayableAmount calculation. You can also use Invoice Navigator's automatic Fixer tool to correct this instantly.
Yes, BR-CO-16 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-CO-16 can be automatically corrected using Invoice Navigator's Fixer tool. Upload your invoice and the tool will identify and fix common issues, including payable amount calculation error.
BR-CO-16 is commonly seen in exports from All invoicing software. These software packages sometimes generate invoices that need adjustment to meet full compliance standards.
Related Errors
Related Content
Last updated: 27 February 2026
Validate your invoice
Drop your XML here to check for BR-CO-16
Auto-fix BR-CO-16 in seconds
Upload your invoice and we fix this error automatically. Financial fields are never touched.