LT117910113
UAB "Lidl Lietuva"
LithuaniaVerified against VIES
Valid at query time
Validation result
- VAT number
- LT117910113
- Company
- UAB "Lidl Lietuva"
- Address
- Viršuliškių skg. 34-1, 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":"LT117910113"}'Raw API response
{
"data": {
"valid": true,
"vat_number": "LT117910113",
"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": "UAB \"Lidl Lietuva\"",
"address": "Viršuliškių skg. 34-1, Vilniaus m., Vilniaus m. sav."
},
"verify_id": null,
"verified_at": "2026-04-26T08:09:08.912Z"
},
"meta": {
"request_id": "019dd537-511a-732b-99e2-af67b3033663",
"latency_ms": 515,
"cached": true,
"source": "vies",
"source_status": "cached",
"cached_at": "2026-04-26T08:09:08.912Z",
"stale_seconds": 207717
}
}More from Lithuania
All Lithuania VAT detailsFrequently asked
- Is LT117910113 valid?
- Yes: LT117910113 returned valid:true from VIES at the time of this check and resolved to UAB "Lidl Lietuva".
- 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":"LT117910113"} 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.