Magento – Magento 2: Error during VAT Number verification

magento-2.1magento2vat

I'm trying to set VAT code for my shop in Store>Configuration and then General>General>Store Information.

I've set country, region, city, zip, street and, of course, VAT number (without country code) all correctly but when I click on "Validate VAT Number" it gives me "Error during VAT Number verification." and I can't work out why it says so.

Best Answer

Just to add to webninjas's answer (as it worked for me, I was also missing SOAP), specifically run:

apt install php 7.0-soap

service apache2 restart
Related Topic