Abstract API · Example Payload

Vat Validation Vat Validation Response Example

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

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

Top-level fields

vat_numbervalidcompanycountry

Example Payload

Raw ↑
{
  "vat_number": "GB123456789",
  "valid": true,
  "company": {
    "name": "Example Ltd",
    "address": "1 Example Street, London, UK"
  },
  "country": {
    "code": "GB",
    "name": "United Kingdom"
  }
}