SK2020317068
ESET, spol. s r.o.
SlovakiaVerified against VIES
Valid at query time
Validation result
- VAT number
- SK2020317068
- Company
- ESET, spol. s r.o.
- Address
- Einsteinova 24 85101 Bratislava - mestská časť Petržalka Slovensko
- Country
- Slovakia
- Registry
- VIES
- VAT format
- SK + 10 digits
- Local name
- IČ DPH — Daň z pridanej hodnoty
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":"SK2020317068"}'Raw API response
{
"data": {
"valid": true,
"vat_number": "SK2020317068",
"country": {
"code": "SK",
"name": "Slovakia",
"vat": {
"name": "Daň z pridanej hodnoty",
"abbreviation": "DPH",
"currency": "EUR",
"standard_rate": 23,
"reduced_rates": [
5,
10
],
"super_reduced_rate": null,
"parking_rate": null,
"number_format": "SK + 10 digits",
"number_pattern": "^SK\\d{10}$",
"updated_at": "2026-04-01"
}
},
"company": {
"name": "ESET, spol. s r.o.",
"address": "Einsteinova 24\n85101 Bratislava - mestská časť Petržalka\nSlovensko"
},
"verify_id": null,
"verified_at": "2026-04-25T10:16:15.568Z"
},
"meta": {
"request_id": "019dd537-58a1-7740-aa9c-75755f463cfe",
"latency_ms": 521,
"cached": true,
"source": "vies",
"source_status": "cached",
"cached_at": "2026-04-25T10:16:15.568Z",
"stale_seconds": 286492
}
}More from Slovakia
All Slovakia VAT detailsFrequently asked
- Is SK2020317068 valid?
- Yes: SK2020317068 returned valid:true from VIES at the time of this check and resolved to ESET, spol. s r.o..
- What does IČ DPH stand for?
- IČ DPH is short for IČ DPH (Daň z pridanej hodnoty). It is the local name for Slovakia'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":"SK2020317068"} and an Authorization Bearer header. Free plan: 500 validations per month, no credit card.
This validation is stored 30 days for audit reference — request id 019dd537-58a….
Automate Slovakia 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.