get_vat_info {vatcheckapi}R Documentation

Validates any given vat number and returns its validity and company information

Description

Validates any given vat number and returns its validity and company information

Usage

get_vat_info(vat_number, country_code = NULL)

Arguments

vat_number

(required) The vat number you want to query (Either: including the country prefix, or without and you specify the country_code)

country_code

An ISO Alpha 2 Country Code for the vat number (e.g. LU)

Value

Returns all available information about the VAT ID.


[Package vatcheckapi version 0.1.0 Index]