SI82646716
KRKA, D.D., NOVO MESTO
SloveniaVerified against VIES
Valid at query time
Validation result
- VAT number
- SI82646716
- Company
- KRKA, D.D., NOVO MESTO
- Address
- ŠMARJEŠKA CESTA 6, 8501 NOVO MESTO
- Country
- Slovenia
- Registry
- VIES
- VAT format
- SI + 8 digits
- Local name
- DDV — Davek na dodano vrednost
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":"SI82646716"}'Raw API response
{
"data": {
"valid": true,
"vat_number": "SI82646716",
"country": {
"code": "SI",
"name": "Slovenia",
"vat": {
"name": "Davek na dodano vrednost",
"abbreviation": "DDV",
"currency": "EUR",
"standard_rate": 22,
"reduced_rates": [
5,
9.5
],
"super_reduced_rate": null,
"parking_rate": null,
"number_format": "SI + 8 digits",
"number_pattern": "^SI\\d{8}$",
"updated_at": "2026-04-01"
}
},
"company": {
"name": "KRKA, D.D., NOVO MESTO",
"address": "ŠMARJEŠKA CESTA 6, 8501 NOVO MESTO"
},
"verify_id": null,
"verified_at": "2026-04-26T08:09:12.622Z"
},
"meta": {
"request_id": "019dd537-58be-73ed-9237-44d1238c94e2",
"latency_ms": 525,
"cached": true,
"source": "vies",
"source_status": "cached",
"cached_at": "2026-04-26T08:09:12.622Z",
"stale_seconds": 207715
}
}More from Slovenia
All Slovenia VAT detailsFrequently asked
- Is SI82646716 valid?
- Yes: SI82646716 returned valid:true from VIES at the time of this check and resolved to KRKA, D.D., NOVO MESTO.
- What does DDV stand for?
- DDV is short for Identifikacijska številka za DDV (Davek na dodano vrednost). It is the local name for Slovenia'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":"SI82646716"} 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-58b….
Automate Slovenia 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.