Peppol BIS Billing 3.0 · rule
GR-R-005
What does GR-R-005 mean? Greek Suppliers must provide the full name of the buyer
Why did my invoice fail GR-R-005?
Greek suppliers must provide the full name of the buyer on the invoice. This Peppol BIS 3.0 Greek country rule ensures the customer party is fully identified; in UBL the buyer name is carried in cac:AccountingCustomerParty/cac:Party/cac:PartyLegalEntity/cbc:RegistrationName.
Official rule text
Greek Suppliers must provide the full name of the buyer
Common causes
- Missing PartyLegalEntity/RegistrationName on the customer party
- Only a trading name (cac:PartyName) supplied without the legal registration name
- Empty buyer name element
How do I fix it?
<cac:AccountingCustomerParty>
<cac:Party>
<cac:PartyLegalEntity>
<cbc:RegistrationName>Buyer Company S.A.</cbc:RegistrationName>
</cac:PartyLegalEntity>
</cac:Party>
</cac:AccountingCustomerParty>
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
Check your invoice against this rule
Paste it into the live demo, or call POST /v1/validate. See the quickstart.