valvat icon indicating copy to clipboard operation
valvat copied to clipboard

Validates european vat numbers. Standalone or as a ActiveModel validator.

Results 13 valvat issues
Sort by recently updated
recently updated
newest added

This pull request is one of the suggesting resulting from my work to integrate the HMRC API (see #99 for the discussion on the other options). On this PR I...

First of all thanks for your awesome work! I would like to ask the maintainers what do they think about making the gem more modular, by what I mean splitting...

Since they are not working wtih VIES, UK gov has their own API https://developer.service.hmrc.gov.uk/api-documentation/docs/api/service/vat-registered-companies-api/1.0 I think everyone will appreciate if this check will be implemented. Thanks

If anyone wants to develop checksum support of additional countries you can use this source: http://www.braemoor.co.uk/software/vat.shtml

Réunion is an outermost region of the European Union and, as an overseas department of France, part of the eurozone. It should be included in the EU Countries.

Applies more rules to SPAIN VAT Number validation: - CIF: If first digit is in [ABCDEFG], check-digit can be both a letter or a number. - CIF: If first digit...

## Why this PR? Looking to extend Valvat with CH VAT numbers. ## What's changed? - CH was used as a previous test case for VAT outside EU. This was...

Hello! First off, thanks for all the work put into this gem. Big fan! I'm looking to do Swiss (CH) validations and lookups as well. Would you consider extending Valvat...

I know the error is not caused by this gem, but how we can handle this? VIES global limit for Germany is a joke, wondering if there's an alternative provider...

After bumping valvat from 1.1.5 to 1.4.0, we cannot set a proxy for the Net::HTTP request. My suggestion is to add `proxy` option to `http` option to set proxy for...