ATverify

Python SDK

Official vatverify Python SDK, coming soon.

The Python SDK is coming soon. In the meantime:

  • For offline format + checksum + rates lookup, install vatverify-rates from PyPI: pip install vatverify-rates. Zero dependencies, fully typed, no API key required.
  • For live registry validation, use the REST API directly. It works with any HTTP client.
cURL example
curl "https://api.vatverify.dev/v1/validate?vat_number=IE6388047V" \
  -H "Authorization: Bearer vtv_live_xxx"

See the API reference for the full endpoint documentation.