Skip to content

Validate VAT ID using member state and VAT ID ​

GET
/v1/support/vat/{member_state}/{vat_id}

Authorizations​

api_key
Type
API Key (header: X-Api-Key)

Parameters​

Path Parameters

member_state*

EU country code

Type
string
Required
Min Length
2
Default
null
vat_id*

VAT ID

Type
string
Required
Min Length
2
Default
null

Responses​

OK

application/json
JSON
{
  
"valid": null,
  
"name": null,
  
"address": null
}

Playground​

Server
Authorization
Variables
Key
Value

Samples​