get https://services.taxamo.com/api/v2/tax/vat_numbers/:tax-number/validate
Validate VAT number
Authentication
Private token is required.
Examples
$ curl -H "Private-Token: priv_***********" https://services.taxamo.com/api/v2/tax/vat_numbers/6388047V/validate?country_code=IE
{
"invoice_address": {
"country": "IE",
"freeform_address": "3RD FLOOR ,FAKE STREET ,DUBLIN 78"
},
"buyer_name": "ACME HAMMERS LIMITED",
"tax_deducted": true,
"buyer_tax_number_valid": true,
"buyer_tax_number_format_valid" : false,
"buyer_tax_number": "IE123112348V",
"billing_country_code": "IE"
}
{
"billing_country_code" : null,
"buyer_tax_number" : "IE123112348V",
"tax_deducted" : false,
"buyer_tax_number_valid" : false,
"buyer_tax_number_format_valid" : false
}