Melita Limited, VAT ID MT10210507 โ€” Verified

Active and verified against the EU VIES database.

Company

Melita Limited

Address

GASAN CENTRE
Triq Il-
Merghat (Zona Industrijali, Mriehel)
CBD1020
Birkirkara
MALTA

VAT rates in Malta (EUR)

Standard

18%

Reduced

7%

Reduced

5%

Parking

12%

VAT rates as of 3 Jun 2026

Checked 3 Jun 2026, 23:06 UTCID: 019e8fbc-e16a-7390-be3b-03c2c297de58

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="MT10210507"></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/MT10210507" \
  -H "Authorization: Bearer YOUR_API_KEY"
Response200 OK
{
  "valid": true,
  "vatId": "MT10210507",
  "countryCode": "MT",
  "companyName": "Melita Limited",
  "companyAddress": "GASAN CENTRE\nTriq Il-\nMerghat (Zona Industrijali, Mriehel)\nCBD1020\nBirkirkara",
  "companyRegistrationDate": null,
  "companyForm": null,
  "industryDescription": null,
  "registryCode": null,
  "registryCodeName": "Maltese Registration Number",
  "verifiedAt": "2026-06-03T23:06:20.906Z",
  "checkId": "019e8fbc-e16a-7390-be3b-03c2c297de58",
  "countryName": "Malta",
  "countryVat": {
    "vatName": "Taxxa tal-Valur Miลผjud",
    "vatAbbr": "VAT",
    "currency": "EUR",
    "standardRate": 18,
    "reducedRates": [
      7,
      5
    ],
    "superReducedRate": null,
    "parkingRate": 12,
    "vatNumberFormat": "MT + 8 digits",
    "vatNumberPattern": "^MT\\d{8}$",
    "countryVatUpdatedAt": "2026-06-03"
  },
  "consultationNumber": null,
  "source": "VIES"
}

Validate a different VAT ID

Example:

Browse Malta 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.