LT212154314
Telia Lietuva, AB
LithuaniaVerified against VIES
Valid at query time
Validation result
- VAT number
- LT212154314
- Company
- Telia Lietuva, AB
- Address
- Saltoniškių g. 7A, Vilniaus m., Vilniaus m. sav.
- Country
- Lithuania
- Registry
- VIES
- VAT format
- LT + 9 digits
- Local name
- PVM — Pridėtinės vertės mokestis
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":"LT212154314"}'Raw API response
{
"data": {
"valid": true,
"vat_number": "LT212154314",
"country": {
"code": "LT",
"name": "Lithuania",
"vat": {
"name": "Pridėtinės vertės mokestis",
"abbreviation": "PVM",
"currency": "EUR",
"standard_rate": 21,
"reduced_rates": [
5,
9
],
"super_reduced_rate": null,
"parking_rate": null,
"number_format": "LT + 9 or 12 digits",
"number_pattern": "^LT(\\d{9}|\\d{12})$",
"updated_at": "2026-04-01"
}
},
"company": {
"name": "Telia Lietuva, AB",
"address": "Saltoniškių g. 7A, Vilniaus m., Vilniaus m. sav."
},
"verify_id": null,
"verified_at": "2026-04-26T08:09:08.788Z"
},
"meta": {
"request_id": "019dd537-511e-77ee-9403-b223c5591850",
"latency_ms": 516,
"cached": true,
"source": "vies",
"source_status": "cached",
"cached_at": "2026-04-26T08:09:08.788Z",
"stale_seconds": 207717
}
}More from Lithuania
All Lithuania VAT detailsFrequently asked
- Is LT212154314 valid?
- Yes: LT212154314 returned valid:true from VIES at the time of this check and resolved to Telia Lietuva, AB.
- What does PVM stand for?
- PVM is short for PVM mokėtojo kodas (Pridėtinės vertės mokestis). It is the local name for Lithuania'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":"LT212154314"} 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-511….
Automate Lithuania 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.