validate-vat
validate-vat copied to clipboard
A European VAT number validating lib.
Summary: * Reformat as ES6 JS instead of Coffee script, removing further dependencies * Support `await` * Do simple syntax check first, before asking server * If state server is...
Hi! I import, in my angular project, the library 'validate-vat': "^0.8.0" and I use it in my .ts file as following: `let validate = require('validate-vat');` but the compilator generate an...
Getting this error in the response. There is also a soap message "soapMessage: 'soap:ServerThe given SOAPAction urn:ec.europa.eu:taxud:vies:services:checkVat/checkVat does not match an operation.'"
Trying to validate a VAT number and i get this CORS error: > Access to fetch at 'https://ec.europa.eu/taxation_customs/vies/services/checkVatService' from origin 'https://domain.test' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header...
Required for Danish law compliance, see #33
Hi Mr. Cup, Amazing work... we've been using it for a long time as it works like a champ... Could you add a new field in the object response that...
Its an amazing package, but it will be more helpful if you enhance it please @remy @bultas @suprememoocow @viruschidai @red15
Great package! Would it be possible to have the "requestIdentifier" (Consultation Number) in the response when checking a VAT no? See attached example from the VIES web interface. For Danish...
I have updated the use of the deprecated url.parse() function in favor of the modern alternative new URL().