Validate up to 50 VAT numbers in a single request. Each VAT number is validated independently against the appropriate upstream service (VIES, HMRC, BFS, BRREG, or ABR). Results are returned in the same order as the input array.
Duplicate VAT numbers are deduplicated internally. Only unique numbers count against your monthly quota. Per-item errors are returned inline in the results array; the overall response is always 200.
Available to Pro and Business tiers only.
Documentation Index
Fetch the complete documentation index at: https://docs.vatly.dev/llms.txt
Use this file to discover all available pages before exploring further.
Array of VAT numbers to validate (max 50)
1 - 50 elements1[
"NL123456789B01",
"DE987654321",
"GB123456789",
"CHE123456789MWST",
"NO123456789MVA",
"AU51824753556"
]Your own VAT number, to receive consultation numbers. For EU targets, provide an EU requester. For UK targets, provide a UK requester.
"DE987654321"
Set to false to bypass the cache and force fresh lookups. Defaults to true.
true