Valid EU VAT number

Active and verified against the EU VIES database

VAT ID

MT28581016

Malta

Company

MULTITUDE BANK P.L.C.

Address

9th floor
120, ST Business Centre,
THE
STRAND,
GZR 1027
Gzira
MALTA

VAT rates in Malta (EUR)

Standard

18%

Reduced

7%

Reduced

5%

Parking

12%

VAT rates as of 18 Apr 2026

Checked 18 Apr 2026, 15:05 UTCID: 019da120-4fe8-7d85-9112-48d250bad0a2

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

Get API Key
Request
curl "https://api.vatnode.dev/v1/vat/MT28581016" \
  -H "Authorization: Bearer YOUR_API_KEY"
Response200 OK
{
  "valid": true,
  "vatId": "MT28581016",
  "countryCode": "MT",
  "companyName": "MULTITUDE BANK P.L.C.",
  "companyAddress": "9th floor\n120, ST Business Centre,\nTHE\nSTRAND,\nGZR 1027\nGzira",
  "companyRegistrationDate": null,
  "companyForm": null,
  "industryDescription": null,
  "verifiedAt": "2026-04-18T15:05:42.632Z",
  "checkId": "019da120-4fe8-7d85-9112-48d250bad0a2",
  "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-04-18"
  }
}

Check another VAT number

Examples:,,

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.