France: Buyer's Electronic Address

You must include the Buyer's electronic address.

The ID must be a SIRET code.

Elements

Name (Technical Name)CardinalityDescription
Buyer Electronic Address (/Invoice/AccountingCustomerParty/Party/EndpointID)0..1Identifies the Buyer's electronic address.
Buyer Electronic Address Identification Scheme Identifier (/Invoice/AccountingCustomerParty/Party/EndpointID)0..1Identifies the scheme to which the Buyer's electronic address belongs. Use 0009.

Restriction

The @schemeID attribute must be set to 0009, representing the ChorusPro SIRET number.

Example

<Invoice>
    <!-- code omitted for clarity -->
    <cac:AccountingCustomerParty>
        <cac:Party>
            <!-- Peppol ID: combination of schemeID and unique party ID -->
            <cbc:EndpointID schemeID="0009">78467169500087</cbc:EndpointID>
            <!-- code omitted for clarity -->
        <cac:Party>
        <!-- code omitted for clarity -->
    </cac:AccountingCustomerParty>
    <!-- code omitted for clarity -->
</Invoice>