Italy B2B/B2G: 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.

Use the PayeePartyExtension (Extn) element to add the following information:

ElementDescription
Payee Extension Group (Invoice/PayeeParty/UBLExtensions/UBLExtension/ExtensionContent/ PayeePartyExtension)Groups extended Payee information.
Family Name (Invoice/PayeeParty/UBLExtensions/UBLExtension/ExtensionContent/ PayeePartyExtension/PersonConfirmingPayment/FamilyName)The family name of the person who confirmed the payment.
First Name (Invoice/PayeeParty/UBLExtensions/UBLExtension/ExtensionContent/ PayeePartyExtension/PersonConfirmingPayment/FirstName)The first name of the person who confirmed the payment.
Title (Invoice/PayeeParty/UBLExtensions/UBLExtension/ExtensionContent/ PayeePartyExtension/PersonConfirmingPayment/Title)The title of the person who confirmed the payment.
Fiscal Code (Invoice/PayeeParty/UBLExtensions/UBLExtension/ExtensionContent/ PayeePartyExtension/PersonConfirmingPayment/FiscalCode)The Fiscal Code of the person who confirmed the payment.

Use the PayeeParty element to model the name:

ElementDescription
Payee Name (/Invoice/PayeeParty/PartyName/Name)The Payee's name. This is not part of the Extension.

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>