Valid EU VAT number

Active and verified against the EU VIES database

VAT ID

LT120212314

Lithuania

JAR kodas

112021238

Company

AB SEB bankas

Company type

Public limited company (AB)

Founded

29 November 1990

Industry

Kitas piniginis tarpininkavimas

Address

Konstitucijos pr. 24, Vilniaus m., Vilniaus m. sav.
LITHUANIA

VAT rates in Lithuania (EUR)

Standard

21%

Reduced

12%

Reduced

5%

VAT rates as of 12 May 2026

Checked 12 May 2026, 18:36 UTCID: 019e1d7a-355c-7286-8c91-1cbd2f59e5ac

Embed this verification on your site

Paste the inline tag where the badge should appear (impressum, footer, About page) and drop the script anywhere on the same page — it works even if your framework moves <script> to the end of <body>.

Preview

Snippet

HTML
<script async src="https://vatnode.dev/badge.js"></script>
<span data-vatnode-vat="LT120212314"></span>

Loads asynchronously, ~1 KB, no tracking, no dependencies.

Validating VAT in your app? Get an API key — 100 free calls, no credit card required.

Get API Key
Request
curl "https://api.vatnode.dev/v1/vat/LT120212314" \
  -H "Authorization: Bearer YOUR_API_KEY"
Response200 OK
{
  "valid": true,
  "vatId": "LT120212314",
  "countryCode": "LT",
  "companyName": "AB SEB bankas",
  "companyAddress": "Konstitucijos pr. 24, Vilniaus m., Vilniaus m. sav.",
  "companyRegistrationDate": "1990-11-29",
  "companyForm": "Public limited company (AB)",
  "industryDescription": "Kitas piniginis tarpininkavimas",
  "registryCode": "112021238",
  "registryCodeName": "JAR kodas",
  "verifiedAt": "2026-05-12T18:36:48.860Z",
  "checkId": "019e1d7a-355c-7286-8c91-1cbd2f59e5ac",
  "countryName": "Lithuania",
  "countryVat": {
    "vatName": "Pridėtinės vertės mokestis",
    "vatAbbr": "PVM",
    "currency": "EUR",
    "standardRate": 21,
    "reducedRates": [
      12,
      5
    ],
    "superReducedRate": null,
    "parkingRate": null,
    "vatNumberFormat": "LT + 9 or 12 digits",
    "vatNumberPattern": "^LT(\\d{9}|\\d{12})$",
    "countryVatUpdatedAt": "2026-05-12"
  },
  "consultationNumber": null
}

Check another VAT number

Example:

Validate VAT numbers in your app

Use the vatnode API to automate VAT validation in your invoicing or checkout flow. Free plan available, no credit card required.