Valid EU VAT number

Active and verified against the EU VIES database

VAT ID

MT13043536

Malta

Company

APS Bank P.L.C

Address

APS Centre
Triq it-
Torri Swatar
BKR 4012
Birkirkara
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:14 UTCID: 019da128-72d5-7f3a-9bde-b612fd328904

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/MT13043536" \
  -H "Authorization: Bearer YOUR_API_KEY"
Response200 OK
{
  "valid": true,
  "vatId": "MT13043536",
  "countryCode": "MT",
  "companyName": "APS Bank P.L.C",
  "companyAddress": "APS Centre\nTriq it-\nTorri   Swatar\nBKR 4012\nBirkirkara",
  "companyRegistrationDate": null,
  "companyForm": null,
  "industryDescription": null,
  "verifiedAt": "2026-04-18T15:14:35.860Z",
  "checkId": "019da128-72d5-7f3a-9bde-b612fd328904",
  "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.