 |
| VIES vat number validation |
If you are hosting a webshop or an adminsystem to manage your customers contact details, you might collect the VAT-ID of your commercial clients. Usually you would like them to enter valid ids. Moreover, in some cases you have to check this number.
First of all, you can check the number
manually at this address:
http://ec.europa.eu/taxation_customs/vies/
However, it would be perfect, if the system could validate the VAT-ID every time, a new customer creates an account on your website,
automatically, for example. Well this can be done. You will find the PHP-Code below the break.