Peppol BIS Billing 3.0 · rule
GR-R-009
What does GR-R-009 mean? Greek suppliers that send an invoice through the PEPPOL network must use a correct TIN number as an electronic address according to PEPPOL Electronic Address Identifier scheme (schemeID 9933).
Why did my invoice fail GR-R-009?
Greek suppliers sending invoices through the Peppol network must use a correct Greek TIN number as their electronic address, using the Peppol Electronic Address Identifier scheme with schemeID 9933. In UBL this is the cbc:EndpointID on the supplier party; the rule ensures Greek senders are addressable by their tax identification number.
Official rule text
Greek suppliers that send an invoice through the PEPPOL network must use a correct TIN number as an electronic address according to PEPPOL Electronic Address Identifier scheme (schemeID 9933).
Common causes
- Supplier EndpointID uses a different scheme (e.g. a GLN) instead of schemeID 9933
- TIN value in the endpoint does not match the correct TIN format
- schemeID attribute missing or misspelled on the EndpointID
How do I fix it?
<cac:AccountingSupplierParty>
<cac:Party>
<cbc:EndpointID schemeID="9933">123456789</cbc:EndpointID>
</cac:Party>
</cac:AccountingSupplierParty>
Related rules
GR-R-001-1 · GR-R-001-2 · GR-R-001-3 · GR-R-001-4 · GR-R-001-5 · GR-R-001-6 · GR-R-001-7 · GR-R-002
Paste it into the live demo, or call POST /v1/validate. See the quickstart.