Endpoint ID

Endpoint IDs are used to identify e-invoicing systems such as buyers.

You can use the EndpointID sub-element of the Party element when you want to send a Document to that recipient.

The following example is from the Germany: Buyer Information topic:

<ubl:Invoice>
    <!-- Code omitted for clarity -->
    <cac:AccountingCustomerParty>
        <cac:Party>
            <cbc:EndpointID schemeID="VRBL:DE:EM">[email protected]</cbc:EndpointID>
            <!-- Code omitted for clarity -->
        </cac:Party>
    </cac:AccountingCustomerParty>
    <!-- Code omitted for clarity -->
</ubl:Invoice>