Italy: Payee Data

You can specify the details of the person who confirms a payment in Italy.

Use the PayeePartyExtension Extension and its sub-elements to model this information.

Details

ElementItalian Specification
FamilyName2.4.2.8 (CognomeQuietanzante)
FirstName2.4.2.9 (NomeQuietanzante)
Title2.4.2.11 (TitoloQuietanzante)
FiscalCode2.4.2.10 (CFQuietanzante)
Name2.4.2.1 (Beneficiario)

Elements

Use the following elements if the Tax Representative is an organization:

ElementDescription
Invoice/PayeeParty/UBLExtensions/UBLExtension/ExtensionContent/ PayeePartyExtension/PersonConfirmingPayment/FamilyNameThe family name of the person who confirmed the payment.
Invoice/PayeeParty/UBLExtensions/UBLExtension/ExtensionContent/ PayeePartyExtension/PersonConfirmingPayment/FirstNameThe first name of the person who confirmed the payment.
Invoice/PayeeParty/UBLExtensions/UBLExtension/ExtensionContent/ PayeePartyExtension/PersonConfirmingPayment/TitleThe title of the person who confirmed the payment.
Invoice/PayeeParty/UBLExtensions/UBLExtension/ExtensionContent/ PayeePartyExtension/PersonConfirmingPayment/FiscalCodeThe Fiscal Code of the person who confirmed the payment.
/Invoice/PayeeParty/PartyName/NameThe Payee's name.

Example

The following example shows the detail for the person who confirmed the payment:

<ubl:Invoice>
    <cec:UBLExtensions>
        <cec:UBLExtension>
            <cec:ExtensionContent>
                <vrbl:PayeePartyExtension>
                    <vrbl:PersonConfirmingPayment>
                        <cbc:FamilyName>Rossi</cbc:FamilyName>
                        <cbc:FirstName>Mario</cbc:FirstName>
                        <cbc:Title>Dott.</cbc:Title>
                        <vrbl:FiscalCode>5566778899</vrbl:FiscalCode>
                    </vrbl:PersonConfirmingPayment>
                </vrbl:PayeePartyExtension>
            </cec:ExtensionContent>
        </cec:UBLExtension>
    </cec:UBLExtensions>
</ubl:Invoice>

The following example shows the Payee name:

<ubl:Invoice>
    <cac:PayeeParty>
        <!-- Code omitted for clarity -->
        <cac:PartyName>
            <cbc:Name>Payee SRL</cbc:Name>
        </cac:PartyName>
    </cac:PayeeParty>
</ubl:Invoice>