Skip to content

.NET client for the VIES - European Commission - VAT validation service

License

Notifications You must be signed in to change notification settings

emberstack/ES.FX.Vies

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ES.FX.Vies build package

.NET client for the VIES - European Commission - VAT validation service

Installation

Package Manager:

Install-Package ES.FX.Vies

.NET CLI:

dotnet add package ES.FX.Vies

Usage

Checking a VAT number using the VIES service

var vatService = new VatCheckService();
var result = await vatService.CheckAsync(new VatCheckRequest {CountryCode = "RO", VatNumber = "1234567"});    

Documentation

Additional documentation may be found in the Project Wiki