Validate Vat
GET
/v1/vat/validate
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/v1/vat/validate?countryCode=BE&vatNumber=0835221567'
Response Response Example
{
"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"
}
}
Request
Query Params
countryCode
string
optional
Example:
BE
vatNumber
string
optional
Example:
0835221567
Responses
Modified at 2025-02-09 13:59:59