IT-R-007:Regime fiscale code required
Italian invoices must specify the seller tax regime.
Engine Classification
Business data required · Explicit input workflow · No assumptions made
Required input: Regime Fiscale Code
What is IT-R-007?
IT-R-007 is a fatal validation rule defined in the ubl-2.1 specification (ITA national rules). It validates the Party note or extension element under AccountingSupplierParty 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:AccountingSupplierParty/cac:Party note or extension
Why This Error Matters
SDI requires regime fiscale for all Italian sellers.
IT-R-007 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 UBL schema validation
- ·Rejected by SDI (Sistema di Interscambio)
- ·Error returned: IT-R-007
- ·Specification: ubl-2.1
How to Fix It
Identify regime
RF01=Ordinario, RF02=Minimi, etc.
Add code
In seller party information
XML Example
Generic example based on the rule's target XPath. Your actual XML structure may differ.
<!-- Required block is missing --> <!-- <cac:Party note or extension> ... </cac:Party note or extension> -->
<!-- Add the required block --> <cac:Party note or extension> <!-- child elements --> </cac:Party note or extension>
Technical Reference
XPath: //cac:AccountingSupplierParty/cac:Party note or extensionCommon Causes
- ·Missing regime code
- ·Using invalid regime
Seeing this in production? The API handles IT-R-007 automatically. See the fix response →
Frequently Asked Questions
Italian invoices must specify the seller tax regime.
Add RegimeFiscale code (RF01-RF19). You can also use Invoice Navigator's automatic Fixer tool to correct this instantly.
Yes, IT-R-007 is a critical error that will cause invoice rejection. It must be fixed before submission.
Related Errors
Last updated: 27 February 2026
Handle IT-R-007 Automatically in Your Pipeline
The compliance engine auto-remediates this error with controlled safety policies and evidence pack generation.