API Reference ExVatcheck v0.3.1

Modules

ExVatcheck is a library for validating VAT identification numbers using the VIES service. Because the VIES service is not always reliable, and is frequently unavailable, ExVatcheck falls back to Regex in the case when the service can't be reached.

A module for checking to see whether or not a VAT matches one of the expected patterns for EU countries. Countries handled include

The ExVatcheck.VAT module provides a struct that encapsulates the properties of a VAT identification number after validation.

The ExVatcheck.Vies module provides a client for the VIES VAT identification number service.

A module for parsing XML responses from VIES client requests into Elixir maps.