T

Taxamo

by Taxamo

Taxamo’s elegant suite of APIs and comprehensive reporting dashboard enables digital merchants to easily comply with EU regulatory requirements on tax calculation, evidence collection, tax return creation and data storage.

storagetaxamo

Quick Reference

Base URL https://api.taxamo.com/ Auth type API Key Header Auth header Token: YOUR_API_KEY Rate limit Not officially published Pricing Enterprise / contact sales Free quota None Documentation https://api.taxamo.com/ Endpoint status Live — HTTP 200 — endpoint is accessible14.11s (checked Mar 29, 2026) Builder score D 38% builder-friendly
Pricing
28
Latency
8
Depth
68

Authentication

API key in the request header (Token)

Token: YOUR_API_KEY

Pricing

Model subscription Starting price Enterprise / contact sales Free quota None

Pay-as-you-go digital VAT/tax calculation. $0.006/transaction. No monthly minimum.

Key Endpoints

MethodPathDescription
GET /api/v1/dictionaries/countries Countries
GET /api/v1/dictionaries/currencies Currencies
GET /api/v1/dictionaries/product_types Product types
GET /api/v1/geoip Locate IP
GET /api/v1/geoip/{ip} Locate provided IP
GET /api/v1/reports/domestic/summary Calculate domestic summary
GET /api/v1/reports/eu/vies Calculate EU VIES report
GET /api/v1/settlement/detailed_refunds Detailed refunds

Sample Request

curl -X GET 'https://api.taxamo.com//api/v1/dictionaries/countries' \
  -H 'Token: YOUR_API_KEY'

Sample Response

{}

Data sourced from API Map. Always verify pricing and rate limits against the official Taxamo documentation.