Italy: Buyer's Fiscal Code

You must specify a Buyer's Fiscal code if you do not specify a VAT number for them.

Use the PartyIdentification/ID [@schemeID='{ISO_Code}' element and attribute to specify the Buyer's Fiscal code.

Italian Specification

DetailValue
Italian Specification1.4.1.2 (CodiceFiscale)

Element

ElementDescription
Invoice/AccountingCustomerParty/Party/PartyIdentification/IDSpecify the buyer's fiscal code.
Invoice/AccountingCustomerParty/Party/ PartyIdentification/ID[@schemeID='{ISO_Code}']Specify the type of code using one of the ISO code for the @schemeID attribute.

Restrictions

Example

The following example uses 0210 for the @schemeID attribute and 98765432101 for the code:


<ubl:Invoice>
    <cac:AccountingCustomerParty>
        <!-- Code omitted for clarity -->
        <cac:Party>
            <!-- Code omitted for clarity -->
            <cac:PartyIdentification>
                <cbc:ID schemeID="0210">98765432101</cbc:ID>
            </cac:PartyIdentification>
            <!-- Code omitted for clarity -->
        </cac:Party>
    </cac:AccountingCustomerParty>
</ubl:Invoice>