You may know of the VIES site where you can manually validate EU VAT numbers but did you know that the European Commission also has an API for programmatically doing this?1 So that’s the good news. The bad news is that it’s SOAP. I’ll wait until you’re done retching… ok, feeling better? Let’s move on. Example Here’s how you consume it in Node.js: Install the soap package: npm install soap Create the web service by consuming the WSDL file and calling the right method:2 import soa...| Aral Balkan
GNU AFFERO GENERAL PUBLIC LICENSE| www.gnu.org