NL007051104B01
ASML NETHERLANDS B.V.
NetherlandsVerified against VIES
Valid at query time
Validation result
- VAT number
- NL007051104B01
- Company
- ASML NETHERLANDS B.V.
- Address
- DE RUN 06501 5504DR VELDHOVEN
- Country
- Netherlands
- Registry
- VIES
- VAT format
- NL + 12 digits
- Local name
- BTW-id — Belasting 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":"NL007051104B01"}'Raw API response
{
"data": {
"valid": true,
"vat_number": "NL007051104B01",
"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": "ASML NETHERLANDS B.V.",
"address": "DE RUN 06501\n5504DR VELDHOVEN"
},
"verify_id": null,
"verified_at": "2026-04-26T08:09:10.144Z"
},
"meta": {
"request_id": "019dd537-515b-7629-8f73-b6da54e2cd7e",
"latency_ms": 524,
"cached": true,
"source": "vies",
"source_status": "cached",
"cached_at": "2026-04-26T08:09:10.144Z",
"stale_seconds": 207715
}
}More from Netherlands
All Netherlands VAT detailsFrequently asked
- Is NL007051104B01 valid?
- Yes: NL007051104B01 returned valid:true from VIES at the time of this check and resolved to ASML NETHERLANDS 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":"NL007051104B01"} and an Authorization Bearer header. Free plan: 500 validations per month, no credit card.
This validation is stored 30 days for audit reference — request id 019dd537-515….
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.