Valid EU VAT number

Active and verified against the EU VIES database

NIPC

500273170

Company

SONAE SOC GESTORA PARTICIPACOES SOCIAIS SA

Address

VIA NORTE ESPIDO
MAIA
4470-150 MAIA
PORTUGAL

VAT rates in Portugal (EUR)

Standard

23%

Reduced

22%

Reduced

16%

Reduced

13%

Reduced

6%

Super reduced

6%

Parking

13%

VAT rates as of 12 May 2026

Checked 12 May 2026, 18:35 UTCID: 019e1d79-6891-7d24-9666-933d14467ebc

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="PT500273170"></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/PT500273170" \
  -H "Authorization: Bearer YOUR_API_KEY"
Response200 OK
{
  "valid": true,
  "vatId": "PT500273170",
  "countryCode": "PT",
  "companyName": "SONAE SOC GESTORA PARTICIPACOES SOCIAIS SA",
  "companyAddress": "VIA NORTE ESPIDO\nMAIA\n4470-150 MAIA",
  "companyRegistrationDate": null,
  "companyForm": null,
  "industryDescription": null,
  "registryCode": "500273170",
  "registryCodeName": "NIPC",
  "verifiedAt": "2026-05-12T18:35:56.433Z",
  "checkId": "019e1d79-6891-7d24-9666-933d14467ebc",
  "countryName": "Portugal",
  "countryVat": {
    "vatName": "Imposto sobre o Valor Acrescentado",
    "vatAbbr": "IVA",
    "currency": "EUR",
    "standardRate": 23,
    "reducedRates": [
      22,
      16,
      13,
      6
    ],
    "superReducedRate": 6,
    "parkingRate": 13,
    "vatNumberFormat": "PT + 9 digits",
    "vatNumberPattern": "^PT\\d{9}$",
    "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.