T-Mobile Czech Republic a.s., VAT ID CZ64949681 — Verified

Active and verified against the EU VIES database.

VAT ID

CZ64949681

Czech Republic

IČO

64949681

Company

T-Mobile Czech Republic a.s.

Company type

Joint-stock company (a.s.)

Founded

15 February 1996

Address

Tomíčkova 2144, Praha, 14800
CZECH REPUBLIC

VAT rates in Czech Republic (CZK)

Standard

21%

Reduced

12%

VAT rates as of 8 Jun 2026

Checked 8 Jun 2026, 13:03 UTCID: 019ea755-1918-7b19-8034-a94178670130

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="CZ64949681"></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/CZ64949681" \
  -H "Authorization: Bearer YOUR_API_KEY"
Response200 OK
{
  "valid": true,
  "vatId": "CZ64949681",
  "countryCode": "CZ",
  "companyName": "T-Mobile Czech Republic a.s.",
  "companyAddress": "Tomíčkova 2144, Praha, 14800",
  "companyRegistrationDate": "1996-02-15",
  "companyForm": "Joint-stock company (a.s.)",
  "industryDescription": null,
  "registryCode": "64949681",
  "registryCodeName": "IČO",
  "verifiedAt": "2026-06-08T13:03:52.599Z",
  "checkId": "019ea755-1918-7b19-8034-a94178670130",
  "countryName": "Czech Republic",
  "countryVat": {
    "vatName": "Daň z přidané hodnoty",
    "vatAbbr": "DPH",
    "currency": "CZK",
    "standardRate": 21,
    "reducedRates": [
      12
    ],
    "superReducedRate": null,
    "parkingRate": null,
    "vatNumberFormat": "CZ + 8–10 digits",
    "vatNumberPattern": "^CZ\\d{8,10}$",
    "countryVatUpdatedAt": "2026-06-08"
  },
  "consultationNumber": null,
  "source": "ARES_CZ"
}

Validate a different VAT ID

Example:

Browse Czech Republic VAT number examples and format.

Automate this in your app

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