vat icon indicating copy to clipboard operation
vat copied to clipboard

PHP library for dealing with European VAT

Results 18 vat issues
Sort by recently updated
recently updated
newest added

Adding Weighted Checksum Check i.e. for polish VAT ID

As of 01/01/2021 (Brexit) the Vies validator no longer supports GB VAT numbers. Currently this library still supports validateVatNumberFormat('GB000000000') as true, but running validate on any GB code throws a...

https://tulli.fi/en/-/brexit-and-country-codes-from-1-january-2021-#:~:text=The%20country%20code%20for%20Northern,be%20used%20in%20customs%20declarations.

https://ec.europa.eu/taxation_customs/system/files/2021-06/soap_webservice_documentation.pdf

For some countries, like ours, the VIES data service returns linked company info. We would like to be able to retrieve that info too, if a VAT number exists. VIES...

some countries has a modulus 11 check build into the number The VAT validator should be able to check that

enhancement
help wanted

being able to check if here is a pattern for a country would it possible to add fx VAT number format check for Norway so I could first do a...

enhancement

Pleas rollback composer changes: https://github.com/ibericode/vat/commit/bf3dcf265c55e98e0b5907e5cef928bd85c7dd83

question

Refactored part of isCountryCodeInEU to a separate method.