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.
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
API key in the request header (Token)
Token: YOUR_API_KEY
Pay-as-you-go digital VAT/tax calculation. $0.006/transaction. No monthly minimum.
| Method | Path | Description |
|---|---|---|
| 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 |
curl -X GET 'https://api.taxamo.com//api/v1/dictionaries/countries' \ -H 'Token: YOUR_API_KEY'
{}
Data sourced from API Map. Always verify pricing and rate limits against the official Taxamo documentation.