skip to Main Content

Php – Using EU VIES REST Service to check VAT Number

So i'm trying to check VAT Numbers using the REST Service the EU provides. Here is some documentation about it: https://ec.europa.eu/taxation_customs/vies/#/technical-information I'm using Postman for a check. Using this URL: https://ec.europa.eu/taxation_customs/vies/rest-api/check-vat-test-service The request body JSON example: { "countryCode": "DE", "vatNumber":…

VIEW QUESTION
Back To Top
Search