vatverify home

NL001632541B01

HEINEKEN INTERNATIONAL B.V.

NetherlandsVerified against VIES

Valid at query time

Last verified 2 d agocached750 ms019dd537-512Live status →

Validation result

VAT number
NL001632541B01
Company
HEINEKEN INTERNATIONAL B.V.
Address
TWEEDE WETERINGPLANTSOEN 00021 1017ZD AMSTERDAM
Country
Netherlands
Registry
VIES
VAT format
NL + 12 digits
Local name
BTW-idBelasting over de toegevoegde waarde

Reproduce this check

curl -X POST "https://api.vatverify.dev/v1/validate" \  -H "Authorization: Bearer $VATVERIFY_KEY" \  -H "Content-Type: application/json" \  -d '{"vat_number":"NL001632541B01"}'

Raw API response

{
  "data": {
    "valid": true,
    "vat_number": "NL001632541B01",
    "country": {
      "code": "NL",
      "name": "Netherlands",
      "vat": {
        "name": "Belasting over de Toegevoegde Waarde",
        "abbreviation": "BTW",
        "currency": "EUR",
        "standard_rate": 21,
        "reduced_rates": [
          9
        ],
        "super_reduced_rate": null,
        "parking_rate": null,
        "number_format": "NL + 9 digits + B + 2 digits",
        "number_pattern": "^NL\\d{9}B\\d{2}$",
        "updated_at": "2026-04-01"
      }
    },
    "company": {
      "name": "HEINEKEN INTERNATIONAL B.V.",
      "address": "TWEEDE WETERINGPLANTSOEN 00021\n1017ZD AMSTERDAM"
    },
    "verify_id": null,
    "verified_at": "2026-04-26T08:09:10.085Z"
  },
  "meta": {
    "request_id": "019dd537-5120-716d-8546-28566a198184",
    "latency_ms": 523,
    "cached": true,
    "source": "vies",
    "source_status": "cached",
    "cached_at": "2026-04-26T08:09:10.085Z",
    "stale_seconds": 207715
  }
}

More from Netherlands

All Netherlands VAT details

Frequently asked

Is NL001632541B01 valid?
Yes: NL001632541B01 returned valid:true from VIES at the time of this check and resolved to HEINEKEN INTERNATIONAL B.V..
What does BTW-id stand for?
BTW-id is short for BTW-identificatienummer (Belasting over de toegevoegde waarde). It is the local name for Netherlands's VAT identification number.
How is this checked?
vatverify queries VIES directly for every validation. Valid responses are cached for 30 days; invalid responses are cached for 24 hours. The "Re-check now" button bypasses the cache and forces a fresh registry call.
Can I integrate this in my own code?
Yes. POST /v1/validate with {"vat_number":"NL001632541B01"} and an Authorization Bearer header. Free plan: 500 validations per month, no credit card.

This validation is stored 30 days for audit referencerequest id 019dd537-512.

Automate Netherlands VAT checks in your stack

Replace manual lookups with one API call against VIES. Drops into invoicing, checkout, and signup flows in any language. 500 free validations per month, no credit card.