Validates an Euopean VAT code against European Comission VIES Database
http://ec.europa.eu/taxation_customs/vies/faqvies.do#item_16
It's inspired by: http://isvat.appspot.com/
Copy all php files to the same directory of your web server. You can delete vat.php if you do not plan to allow access to the validator directly.
Call http://yourdomain.com/vat.php?country=ES&number=B63920920
Parameters are passed via GET and both are mandatory:
You can also instantiate a VatValidator object to use it in your app:
$validator = new VatValidator(); $validator->check('ES','1111111');
You'll need to require_once('VatValidator.php') or use an autoloader.
The output is a json object like:
{ is_valid: true/false }
There is a minimal error reporting. Log messages are reported like:
{ error_message: "XXXXX" }
The errors logged are: