Abstract API · Example Payload

Vat Validation Vat Calculate Response Example

AvatarsCompany EnrichmentContactsCurrenciesEmail ValidationExchange RatesIBAN ValidationImage ProcessingIP GeolocationIP IntelligencePhone ValidationPublic HolidaysScreenshotsTimezonesVAT ValidationWeb Scraping

Vat Validation Vat Calculate Response Example is an example object payload from Abstract API, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

amount_excl_vatvat_amountamount_incl_vatvat_categoryvat_ratecountry_codecountry_name

Example Payload

Raw ↑
{
  "amount_excl_vat": 100,
  "vat_amount": 19,
  "amount_incl_vat": 119,
  "vat_category": "standard",
  "vat_rate": 19,
  "country_code": "DE",
  "country_name": "Germany"
}