Greece (Peppol): Supplier Information
Greece requires specific information for Greek suppliers
You must specify the following information:
- Electronic address: You specify the supplier's TIN in the
ÈndpointIDelement. This is the electronic address to which the application-level response to the invoice may be delivered. Greek suppliers who use PEPPOL must specify their TIN. - Supplier's Name: You specify the supplier's full name in the
PartyName/Nameelement. - Supplier's Tax Scheme: You specify
VATas the Tax Scheme that the supplier belongs to in thePartyTaxSchemeelement.
Elements
Use the following subelements of the AccountingSupplierParty element to model this information.
| Element | Description |
|---|---|
Invoice/AccountingSupplierParty/Party/EndpointID | Specify the TIN of the Greek Supplier. |
Invoice/AccountingSupplierParty/Party/EndpointID[@schemeID] | Use 9933. |
Invoice/AccountingSupplierParty/Party/PartyName/Name | Specify the Greek supplier's name. |
Invoice/AccountingSupplierParty/Party/PartyTaxScheme/CompanyID | Specify the TIN, prefixed by EL. For example EL123456789. |
Invoice/AccountingSupplierParty/Party/PartyTaxScheme/TaxScheme/ID | Specify VAT. |
Restrictions
- Greek suppliers that send an invoice through the PEPPOL network must use a correct TIN in the
EndpointIDelement. - You must use
9933as the value for the@schemeIDattribute. - Greek suppliers must provide their full name as it appears in the Greek Business Registry (G.E.MH.) as a legal entity or in the Tax Registry as a natural person.
- The TIN used in the
EndpointIDandCompanyiDelements must begin withELand use a valid TIN.
Example
<ubl:Invoice>
<!-- Code omitted for clarity -->
<cac:AccountingSupplierParty>
<cac:Party>
<cbc:EndpointID schemeID="9933">EL123456789</cbc:EndpointID>
<cac:PartyName>
<cbc:Name>CompanyFullName</cbc:Name>
</cac:PartyName>
<cac:PartyTaxScheme>
<cbc:CompanyID>EL123456789</cbc:CompanyID>
<cac:TaxScheme>
<cbc:ID>VAT</cbc:ID>
</cac:TaxScheme>
</cac:PartyTaxScheme>
<!-- Code omitted for clarity -->
<cac:Party>
<!-- Code omitted for clarity -->
<cac:AccountingSupplierParty>
<!-- Code omitted for clarity -->
</ubl:Invoice>
Updated 6 days ago
