Zephiel API

VAT & Tax Validation

Free tier

Validate tax IDs and calculate rates for every EU member state.

4.612 reviewsby Zephiel Labs12k subscribers
vattaxviescomplianceinvoicing

Starts at

$13/mo

Choose a plan

Create a free account to subscribe.

Latency
520ms
Uptime
99.94%
Endpoints
3

About this API

Real-time VIES-backed VAT number validation with company name and address returns, plus current standard and reduced VAT rates, digital-goods rules, and price calculation endpoints for compliant invoicing.

Common use cases

B2B checkout
Invoice compliance
Reverse-charge handling
Accounting automation

Quickstart

Every Zephiel API uses the same base URL, the same key header, and the same error envelope.

curl -X GET "https://zephiel.com/api/v1/vat-validation/validate" \
  -H "X-Zephiel-Key: $ZEPHIEL_API_KEY" \
  -H "Accept: application/json"

Example response

{
  "vat_number": "IE6388047V",
  "valid": true,
  "company_name": "GOOGLE IRELAND LIMITED",
  "country_code": "IE",
  "standard_rate": 23
}

Related APIs in Finance & Currency