VIES (Vat Validation)
The VAT Information Exchange System (VIES) is a tool developed by the European Commission to facilitate the validation of VAT (Value Added Tax) identification numbers issued by EU Member States
{
"isValid": true,
"userError": null,
"name": "John Doe",
"address": "123 Main St, Anytown, Country",
"requestIdentifier": "REQ123456789",
"originalVatNumber": "ABC123456",
"vatNumber": "XYZ987654",
"requestDate": "2023-10-01T12:34:56Z",
"viesApproximate": {
"name": "John's Company",
"street": "456 Elm St",
"postalCode": "12345",
"city": "Big City",
"companyType": "LLC",
"matchName": "John's Company LTD",
"matchStreet": "789 Pine St",
"matchPostalCode": "67890",
"matchCity": "Another City",
"matchCompanyType": "Corporation"
}
}