vatverify home

CY10385260T

PETROLINA ELECTRIC LTD

CyprusVerified against VIES

Valid at query time

Last verified 2 d agocached807 ms019dd537-494Live status →

Validation result

VAT number
CY10385260T
Company
PETROLINA ELECTRIC LTD
Address
ΚΙΛΚΙΣ 1 6015 ΛΑΡΝΑΚΑ
Country
Cyprus
Registry
VIES
VAT format
CY + 9 digits
Local name
ΦΠΑΦόρος Προστιθέμενης Αξίας

Reproduce this check

curl -X POST "https://api.vatverify.dev/v1/validate" \  -H "Authorization: Bearer $VATVERIFY_KEY" \  -H "Content-Type: application/json" \  -d '{"vat_number":"CY10385260T"}'

Raw API response

{
  "data": {
    "valid": true,
    "vat_number": "CY10385260T",
    "country": {
      "code": "CY",
      "name": "Cyprus",
      "vat": {
        "name": "Φόρος Προστιθέμενης Αξίας",
        "abbreviation": "ΦΠΑ",
        "currency": "EUR",
        "standard_rate": 19,
        "reduced_rates": [
          5,
          9
        ],
        "super_reduced_rate": null,
        "parking_rate": null,
        "number_format": "CY + 8 digits + 1 letter",
        "number_pattern": "^CY\\d{8}[A-Z]$",
        "updated_at": "2026-04-01"
      }
    },
    "company": {
      "name": "PETROLINA ELECTRIC LTD",
      "address": "ΚΙΛΚΙΣ 1\n6015 ΛΑΡΝΑΚΑ"
    },
    "verify_id": null,
    "verified_at": "2026-04-26T08:38:23.043Z"
  },
  "meta": {
    "request_id": "019dd537-4944-705f-a8d8-e9fd5748d33e",
    "latency_ms": 520,
    "cached": true,
    "source": "vies",
    "source_status": "cached",
    "cached_at": "2026-04-26T08:38:23.043Z",
    "stale_seconds": 205960
  }
}

More from Cyprus

All Cyprus VAT details

Frequently asked

Is CY10385260T valid?
Yes: CY10385260T returned valid:true from VIES at the time of this check and resolved to PETROLINA ELECTRIC LTD.
What does ΦΠΑ stand for?
ΦΠΑ is short for Αριθμός Εγγραφής Φ.Π.Α. (Φόρος Προστιθέμενης Αξίας). It is the local name for Cyprus's VAT identification number.
How is this checked?
vatverify queries VIES directly for every validation. Valid responses are cached for 30 days; invalid responses are cached for 24 hours. The "Re-check now" button bypasses the cache and forces a fresh registry call.
Can I integrate this in my own code?
Yes. POST /v1/validate with {"vat_number":"CY10385260T"} and an Authorization Bearer header. Free plan: 500 validations per month, no credit card.

This validation is stored 30 days for audit referencerequest id 019dd537-494.

Automate Cyprus VAT checks in your stack

Replace manual lookups with one API call against VIES. Drops into invoicing, checkout, and signup flows in any language. 500 free validations per month, no credit card.