UBL-SR-48:Invoice line has wrong number of tax categories
Each invoice line must have exactly one tax category classification. One of your lines has either no tax category or multiple tax categories, which is not allowed.
Engine Classification
For lines with multiple ClassifiedTaxCategory elements, keep only the first and remove duplicates. For lines missing ClassifiedTaxCategory, prompt user to add the tax category.
Confidence: 80% · Applied automatically in pipeline
What is UBL-SR-48?
UBL-SR-48 is a fatal validation rule defined in the EN 16931 specification. It validates the ClassifiedTaxCategory element under Item 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: //cac:InvoiceLine/cac:Item/cac:ClassifiedTaxCategory
Why This Error Matters
Invoice will be rejected. Tax categorization per line is mandatory for VAT calculation and reporting.
UBL-SR-48 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
- ·Error returned: UBL-SR-48
- ·Specification: EN 16931
How to Fix It
Before / After
<Invoice> <!-- Issue: Invoice lines shall have one and only one classified tax cat --> </Invoice>
<Invoice> <!-- Issue resolved per EN 16931 --> </Invoice>
Technical Reference
//cac:InvoiceLine/cac:Item/cac:ClassifiedTaxCategoryCommon Causes
- ·Invoice line created without assigning a tax category
- ·Multiple tax categories assigned to a single line item
- ·ERP export missing tax classification for some products
- ·Template does not enforce single tax category per line
- ·Tax category element accidentally duplicated or removed
Seeing this in production? The API handles UBL-SR-48 automatically. See the fix response →
See Also
Last updated: 27 February 2026
Handle UBL-SR-48 Automatically in Your Pipeline
The compliance engine auto-remediates this error with controlled safety policies and evidence pack generation.