You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Verify the validity of a VAT number against the VIES database
Example
require"checkVAT.inc";
$vatNumber = "NL123456789B01";
if (checkVAT($vatNumber))
echo"The entered VAT number is valid";
elseecho"The entered VAT number is not valid";
About
Verify the validity of a VAT number against the VIES database