errorcountryITApeppol-bis-3

BR-IT-01:Missing Codice Fiscale

Fix: Add the Italian Codice Fiscale or VAT number (Partita IVA). Provide the required value in the free validator.

Italian invoices require the Codice Fiscale (tax code) for both seller and buyer. For companies, this is the 11-digit VAT number.

Severity
Fatal
Rule set
peppol-bis-3
Country
ITA
Fix type
INPUT REQUIRED

Engine Classification

Business data required · Explicit input workflow · No assumptions made

Required input: Codice Fiscale

What is BR-IT-01?

BR-IT-01 is a fatal validation rule defined in the peppol-bis-3 specification (ITA national rules). It validates the CompanyID element under Party > PartyTaxScheme in the UBL invoice XML.

When this rule fires, the invoice is rejected by Peppol access points and never reaches the buyer.

Target path: XPath: /Invoice/cac:AccountingSupplierParty/cac:Party/cac:PartyTaxScheme/cbc:CompanyID

Why This Error Matters

SDI (Sistema di Interscambio) requires valid tax identifiers for invoice routing and VAT reporting.

BR-IT-01 is a hard failure — the invoice must be corrected and re-sent before it can reach the recipient.

Validator Behavior

  • ·Causes invoice rejection
  • ·Rejected by PEPPOL Access Points
  • ·Rejected by SDI (Sistema di Interscambio)
  • ·Error returned: BR-IT-01
  • ·Specification: peppol-bis-3

How to Fix It

1.

Get Codice Fiscale

For companies, use the 11-digit Partita IVA. For individuals, use the 16-character fiscal code

2.

Add with correct prefix

Italian VAT numbers should be prefixed with IT

3.

Verify format

Companies: IT + 11 digits. Individuals: 16 alphanumeric characters

Before / After

Failing XML
<FatturaElettronicaHeader>
  <CedentePrestatore>
    <DatiAnagrafici>
      <IdFiscaleIVA>
        <IdPaese>IT</IdPaese>
        <IdCodice>12345678901</IdCodice>
      </IdFiscaleIVA>
    </DatiAnagrafici>
  </CedentePrestatore>
</FatturaElettronicaHeader>
Corrected XML
<FatturaElettronicaHeader>
  <CedentePrestatore>
    <DatiAnagrafici>
      <IdFiscaleIVA>
        <IdPaese>IT</IdPaese>
        <IdCodice>12345678901</IdCodice>
      </IdFiscaleIVA>
      <CodiceFiscale>RSSMRA80A01H501U</CodiceFiscale>
    </DatiAnagrafici>
  </CedentePrestatore>
</FatturaElettronicaHeader>

Technical Reference

XPathXPath: /Invoice/cac:AccountingSupplierParty/cac:Party/cac:PartyTaxScheme/cbc:CompanyID
Specpeppol-bis-3

Code Example

<cac:PartyTaxScheme>\n  <cbc:CompanyID>IT12345678901</cbc:CompanyID>\n  <cac:TaxScheme>\n    <cbc:ID>VAT</cbc:ID>\n  </cac:TaxScheme>\n</cac:PartyTaxScheme>

Common Causes

  • ·VAT not prefixed with IT
  • ·Wrong tax code format
  • ·Missing from customer master data

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

ERP-Specific Causes

Commonly Seen In

Fattura Elettronica softwareSAPOracleTeamSystem

Frequently Asked Questions

Italian invoices require the Codice Fiscale (tax code) for both seller and buyer. For companies, this is the 11-digit VAT number.

Add the Italian Codice Fiscale or VAT number (Partita IVA). Invoice Navigator detects this error and prompts for the required business data before applying a safe fix.

Yes, BR-IT-01 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.

BR-IT-01 requires specific business data to resolve. Invoice Navigator detects the error and guides you through providing the needed information, then applies the fix with full audit documentation.

BR-IT-01 is commonly seen in exports from Fattura Elettronica software, SAP, Oracle, TeamSystem. These software packages sometimes generate invoices that need adjustment to meet full compliance standards.

Related Errors

Related Content

Last updated: 3 March 2026

Share this guide:

Validate your invoice

Drop your XML here to check for BR-IT-01

Fix BR-IT-01 with guided input

Upload your invoice and we'll ask for the missing data, then apply a safe, auditable fix.