einvoicecheck
Menu

Rules / GR-R-006 · Markdown

Peppol BIS Billing 3.0 · rule

GR-R-006

Layer peppol·Checked against Peppol BIS Billing 3.0 2026.5

What does GR-R-006 mean? Greek Suppliers must provide the VAT number of the buyer, if the buyer is Greek

Why did my invoice fail GR-R-006?

When a Greek supplier invoices a Greek buyer, the invoice must contain the buyer's VAT number. This Peppol BIS 3.0 Greek country rule guarantees that domestic Greek transactions carry the buyer's tax identification, carried in UBL under cac:AccountingCustomerParty/cac:Party/cac:PartyTaxScheme/cbc:CompanyID.

Official rule text

Greek Suppliers must provide the VAT number of the buyer, if the buyer is Greek

Common causes

How do I fix it?

<cac:AccountingCustomerParty>
  <cac:Party>
    <cac:PartyTaxScheme>
      <cbc:CompanyID>EL123456789</cbc:CompanyID>
      <cac:TaxScheme><cbc:ID>VAT</cbc:ID></cac:TaxScheme>
    </cac:PartyTaxScheme>
  </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.