Custom Connector for VIES for European Vat Number validation.
As companion piece to my custom connector blog for HMRC:
I wanted to do the same thing for European VAT numbers via VIES API which is documented here:
https://ec.europa.eu/taxation_customs/vies/technicalInformation.html
First thing to be aware with the API to get the WSDL file from here:
https://ec.europa.eu/taxation_customs/vies/checkVatService.wsdl
In a chromium browser use the save page as:
Then save it as a WSDL file:
I made adjustments to the collection that was created, by adding 2 variables here.
Do some testing you can find the different formats based on country on vies website, then I loaded as a customer connector using a postman collection which is detailed here.
When I tested I used a raw body same defined in postman.
Comments
Post a Comment