get_vat_info: Validates any given vat number and returns its validity and...

View source: R/getVatInfo.R

get_vat_infoR 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.


vatcheckapi documentation built on May 31, 2023, 9:45 p.m.