Skip to main content
GET
Validate a VAT number

Query Parameters

vat_number
string
required

The VAT number to validate (e.g. NL123456789B01, GB123456789, CHE-123.456.789 MWST, NO123456789MVA, AU51824753556). Supports EU, UK, CH, LI, NO, and AU formats. Will be normalized to uppercase with spaces and dots removed.

Minimum string length: 1
Example:

"NL123456789B01"

requester_vat_number
string

Your own VAT number, to receive a consultation number. For EU targets, provide an EU requester. For UK targets, provide a UK requester.

Example:

"DE987654321"

cache
enum<string>
default:true

Set to false to bypass the cache and force a fresh lookup from the upstream service. The fresh result is still cached for subsequent requests. Defaults to true.

Available options:
true,
false
Example:

"true"

Response

VAT number validated successfully

data
object
required
meta
object
required