Italy: Buyer's Permanent Italian Establishment

You can specify the permanent address of a buyer who is not resident in Italy.

Buyers who are not resident in Italy, they may have a permanent address in Italy.

Use the PostalAddress element to specify the address of the non-resident Buyer's permanent establishment.

📘

Note

This corresponds to AgID's suggested implementation.

Italian Specification

DetailValue
Italian Specification1.4.3 (StabileOrganizzazione)

Elements

ElementDescription
Invoice/AccountingCustomerParty/Party/AgentParty/PostalAddress/StreetNameThe name of the street.
Invoice/AccountingCustomerParty/Party/AgentParty/PostalAddress/CityNameThe name of the city.
Invoice/AccountingCustomerParty/Party/AgentParty/PostalAddress/PostalZoneThe postal zone.
Invoice/AccountingCustomerParty/Party/AgentParty/PostalAddress/CountrySubentityThe subdivision. For example IT-VR
Invoice/AccountingCustomerParty/Party/AgentParty/PostalAddress/ Country/IdentificationCodeThe country and State or Province code. For example IT.

Restrictions

  • You must use one of the codes listed on the ISO 3166-2:IT page for the CountrySubEntity element.

🚧

Warning

You can only use codes that represent provinces, free municipal consortiums, metropolitan cities, decentralized regional entities, and autonomous provinces.

Example

<ubl:Invoice>
    <cac:AccountingCustomerParty>
        <!-- Code omitted for clarity -->
        <cac:Party>
            <!-- Code omitted for clarity -->
            <cac:AgentParty>
                <cac:PostalAddress>
                    <!-- 1.4.3.1 <Indirizzo>  --> 
                    <!-- 1.4.3.2 <NumeroCivico> -->
                    <cbc:StreetName>Via Test 99</cbc:StreetName>
                    <!-- 1.4.3.4 <Comune>  -->
                    <cbc:CityName>Verona</cbc:CityName>
                    <!-- 1.4.3.3 <CAP>  -->
                    <cbc:PostalZone>37100</cbc:PostalZone>
                    <!-- 1.4.3.5 <Provincia>  -->
                    <cbc:CountrySubentity>IT-VR</cbc:CountrySubentity>
                    <!-- 1.4.3.6 <Nazione>  -->
                    <cac:Country>
                        <cbc:IdentificationCode>IT</cbc:IdentificationCode>
                    </cac:Country>
                </cac:PostalAddress>
            </cac:AgentParty>
            <!-- Code omitted for clarity -->
        </cac:Party>
    </cac:AccountingCustomerParty>
</ubl:Invoice>