Valid EU VAT number

Active and verified against the EU VIES database

VAT ID

NL817154243B01

Netherlands

Company

ADYEN N.V.

Address

SIMON CARMIGGELTSTRAAT 00006 50 5E ETAGE
1011DJ AMSTERDAM
NETHERLANDS

VAT rates in Netherlands (EUR)

Standard

21%

Reduced

9%

VAT rates as of 12 May 2026

Checked 12 May 2026, 18:39 UTCID: 019e1d7c-a821-7b10-8c31-816a963686e2

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="NL817154243B01"></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/NL817154243B01" \
  -H "Authorization: Bearer YOUR_API_KEY"
Response200 OK
{
  "valid": true,
  "vatId": "NL817154243B01",
  "countryCode": "NL",
  "companyName": "ADYEN N.V.",
  "companyAddress": "SIMON CARMIGGELTSTRAAT 00006 50 5E ETAGE\n1011DJ AMSTERDAM",
  "companyRegistrationDate": null,
  "companyForm": null,
  "industryDescription": null,
  "registryCode": null,
  "registryCodeName": "RSIN",
  "verifiedAt": "2026-05-12T18:39:29.313Z",
  "checkId": "019e1d7c-a821-7b10-8c31-816a963686e2",
  "countryName": "Netherlands",
  "countryVat": {
    "vatName": "Belasting over de toegevoegde waarde",
    "vatAbbr": "btw",
    "currency": "EUR",
    "standardRate": 21,
    "reducedRates": [
      9
    ],
    "superReducedRate": null,
    "parkingRate": null,
    "vatNumberFormat": "NL + 9 digits + B + 2 digits",
    "vatNumberPattern": "^NL\\d{9}B\\d{2}$",
    "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.