Request
The country code of the wanted country
The vat registration number
Request samples
curl --location --request GET 'https://sandbox.complyt.io/v1/vat/validate?countryCode=BE&vatNumber=0835221567'
Responses
application/json {
"countryCode": "BE",
"countryName": "Belgium",
"vatNumber": "0835221567",
"valid": true,
"name": "BV BE³-PROJECTS",
"address": "Kasteeldreef 9 2940 Stabroek",
"internalTimestamps": {
"createdDate": "2025-02-09T16:17:42.834300",
"updatedDate": "2025-02-09T16:17:42.834300"
}
}
Modified at 2025-02-09 13:59:59