Validate Vat
GET
/v1/vat/validateRequest
Query Params
countryCode
string
optional
The country code of the wanted country
Example:
BE
vatNumber
string
optional
The vat registration number
Example:
0835221567
Request samples
Responses
Success(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
object {0}
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"
}
}
Last modified: a month ago