Abstract API · Arazzo Workflow
Abstract API VAT Validation to Rates and Calculation
Version 1.0.0
Validate a VAT number, fetch its country rates, then calculate VAT on an amount.
View Spec
View on GitHub
AvatarsCompany EnrichmentContactsCurrenciesEmail ValidationExchange RatesIBAN ValidationImage ProcessingIP GeolocationIP IntelligencePhone ValidationPublic HolidaysScreenshotsTimezonesVAT ValidationWeb ScrapingArazzoWorkflows
Provider
Workflows
vat-validation-to-rates-and-calculation
Validate a VAT number then resolve rates and calculate VAT for its country.
Validates a VAT number and, for a valid number, branches to retrieve the country's VAT rates and calculate the VAT due on the supplied amount using the resolved country code.
1
validateVat
validateVATNumber
Validate the VAT number and retrieve the associated company and country details.
2
getRates
getVATRates
Retrieve the VAT rates for the country resolved from the validated VAT number.
3
calculateVat
calculateVAT
Calculate the VAT due on the supplied amount for the resolved country.