ediverse Explore the platform

Spotlight PEPPOL BIS Billing 3.0 The EU e-invoicing mandate is here — France Sept 2026, Belgium Jan 2026, Germany 2025.

VAT (ΦΠΑ) regimes — 19 / 9 / 5 / 0%

Cypriot VAT — in Greek ΦΠΑ (Φόρος Προστιθέμενης Αξίας, "value added tax") — rests on four rates: a standard rate of 19%, two reduced rates (9% and 5%) and a zero rate. It is one of the lowest standard rates in the European Union, which feeds Cyprus's appeal as a business domicile. Every invoice issued in Cyprus must carry the correct rate and, where applicable, the reverse-charge note.

History — from EU accession 2004 to Law N.95(I)/2000

Cyprus introduced VAT as early as 1992, but it was Law N.95(I)/2000 that set the modern framework, ahead of European Union accession. When Cyprus joined the EU on 1 May 2004, the law was aligned with the EU VAT Directive (today 2006/112/EC). The standard rate, initially 10%, was raised in steps (15%, 17%, 18%) to reach 19% in January 2014, as part of the adjustment programme following the 2013 banking crisis.

Governance — Tax Department

VAT is administered by the Tax Department (Τμήμα Φορολογίας), formed in 2014 from the merger of the direct-tax service (Inland Revenue) and the VAT service. Returns (ΦΠΑ) are filed through the TAXISnet portal, accessed via the Ariadni government gateway. The standard filing cycle is quarterly; some large taxable persons fall under a monthly schedule.

The four rates and their scope

text cyprus-vat-rates.txt
Rate        | Value | Main scope
------------|-------|--------------------------------------------------
Standard    | 19%   | Any good/service not covered by a reduced rate
Reduced     | 9%    | Hotels, restaurants, passenger transport
Reduced     | 5%    | Basic foodstuffs, medicines, books, water,
            |       | care services, cultural admission
Zero        | 0%    | Exports outside EU, intra-EU supplies,
            |       | international sea/air transport

The boundary between 9% and 5% often trips people up: restaurants and hotels fall under 9%, while basic foodstuffs bought at retail fall under 5%. Exports to non-EU countries and intra-community supplies of goods are zero-rated (with right to deduct), to be distinguished from exempt operations without right to deduct (financial services, insurance, hospital healthcare).

Reverse charge — the expert note

For an expert audience: the reverse charge (in Greek αντίστροφη χρέωση) shifts VAT collection from the supplier to the customer. In Cyprus it applies notably to intra-EU acquisitions of goods and services (Article 11 of the VAT Law), to certain construction services, and to supplies of mobile phones / integrated circuits above a threshold (carousel anti-fraud measures). On the invoice, the VAT shown is 0% with the explicit note "Reverse charge".

xml cyprus-reverse-charge.xml
<!-- Reverse charge — intra-EU invoice -->
<cac:TaxTotal>
  <cbc:TaxAmount currencyID="EUR">0.00</cbc:TaxAmount>
  <cac:TaxSubtotal>
    <cbc:TaxableAmount currencyID="EUR">5000.00</cbc:TaxableAmount>
    <cbc:TaxAmount currencyID="EUR">0.00</cbc:TaxAmount>
    <cac:TaxCategory>
      <cbc:ID>AE</cbc:ID>            <!-- AE = VAT Reverse Charge -->
      <cbc:Percent>0</cbc:Percent>
      <cac:TaxScheme><cbc:ID>VAT</cbc:ID></cac:TaxScheme>
    </cac:TaxCategory>
  </cac:TaxSubtotal>
</cac:TaxTotal>
<!-- Mandatory note: "Reverse charge / Αντίστροφη χρέωση" -->

Thresholds, returns and invoicing

  • Registration threshold: EUR 15,600 of taxable turnover over a rolling 12 months. Above it, VAT registration is mandatory; below it, voluntary.
  • Intra-EU acquisitions: a separate EUR 10,251.61 threshold for registration on acquisitions of goods.
  • Return: the ΦΠΑ form filed via TAXISnet, in principle quarterly, with payment due 40 days after period end.
  • Invoice particulars: supplier and customer VAT numbers, applicable rate, reverse-charge note where relevant, EUR currency.

Common pitfalls

  • Applying 9% instead of 5% (or vice versa). Restaurants are 9%, retail food is 5%. The error is common in ERPs poorly configured for the Cypriot market.
  • Forgetting the reverse-charge note. An intra-EU 0% invoice without the "Reverse charge" note is formally non-compliant and the customer may refuse to self-account for VAT.
  • Confusing 0% and exempt. Zero-rating grants the right to deduct; exemption does not. Coding a financial service as Z instead of E overstates deductible VAT.
  • VAT number format. The Cypriot number is CY + 8 digits + 1 trailing letter. Truncating the letter breaks VIES validation and PEPPOL routing.