VAT validation and tax rates

FREEMIUM
By StandingAPI | Updated 25 days ago | Business
Popularity

8.7 / 10

Latency

806ms

Service Level

100%

Health Check

N/A

README

VAT validation endpoint - API responses

The API response is returned in a universal and lightweight JSON format.

vat_number : The VAT number to validate.

is_ vat_valid : Is true if the submitted VAT number is valid.

company_name : The name of the company associated with the VAT number.

company_address : The address of the company associated with the VAT number.

company_country : The country of the company associated with the VAT number.

company_country _code : The two letter ISO 3166-1 alpha-2 code of the country associated with the VAT number.

VAT price calculation endpoint - API response

The API response is returned in a universal and lightweight JSON format.

amount_excl _vat : The amount excluding the VAT.

vat_amount: The calculated amount of VAT.

amount_incl _vat : The sum of the base amount and the VAT, i.e., amount_excl_vat + vat_amount

vat_rate: The VAT rate, from 0.01 to 0.99…

vat_category: The optional category of the purchase, used to determine whether it qualifies for a reduced rate. See below for a list of supported categories.

country_code: The two letter ISO 3166-1 alpha-2 code of the country in which the transaction takes place.

country_name: The name of the country the VAT is being calculated from.

VAT rates endpoint - API responses

The API response is returned in a universal and lightweight JSON format.

country_code : The two letter ISO 3166-1 alpha-2 code of the country in which the transaction takes place, which is returned from the request.

country_ name : The full plain text name of the country specified by the country_code

standard_rate : The standard VAT rate for the requested country.

reduced_rates : A JSON object containing categories as the keys and the reduced VAT rate for that category as the values.

Followers: 1
API Creator:
Rapid account: Standing API
StandingAPI
standingapi
Log In to Rate API
Rating: 5 - Votes: 1