php - VAT number validation API -



php - VAT number validation API -

what can guys recommend?

found 1 http://isvat.appspot.com/ can validate european union numbers, seems not work properly.. returns false on valid dk vat numbers?

i need validate vat numbers outside eu

you can utilize european union website validate them directly: http://ec.europa.eu/taxation_customs/vies/

outside european union states don't have standardized number system, have validate each individually, see formats on wikipedia

php api validation

Comments

Popular posts from this blog

delphi - blogger via idHTTP : error 400 bad request -

c++ - compiler errors when initializing EXPECT_CALL with function which has program_options::variables_map as parameter -

How do I check if an insert was successful with MySQLdb in Python? -