VAT API
What makes this API different is that it is designed in cooperation with tax experts specialized in VAT. The API is ideal for individuals as well as businesses that want or need an automated solution. The API provides different endpoints depending on the different needs: - Users can get all of the rates applied by a specific country (i.e. standard rate, reduced rates, etc.) by providing the…
VAT API endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
All VAT rates for a specific country /api/rates/{country_code} |
This endpoint will return back all VAT rates (standard and reduced) for a specific country by using the country code. Country codes are AT, BE, BG, HR, CY, CZ, DK, EE, FI, FR,… |
| POST |
Calculate VAT amount and gross amount (incl. VAT) for specific country across all rates /api/calculatevat |
This endpoint will return back the VAT amount and gross amount (VAT inclusive) for a specific country across all VAT rates. Countries with more than one reduced rate will return… |
| POST |
Validate EU VAT Number (Option 1) /api/validate |
This endpoint will return the date and time of the request, whether the VAT number is valid and the company details (name and address) for a specific VAT number. |
| POST |
Validate EU VAT Number (Option 2) /api/validate |
This endpoint will return the date and time of the request, whether the VAT number is valid and the company details (name and address) for a specific VAT number. |
| GET |
Validate EU VAT Number (Option 3) /api/validate/{vatID} |
This endpoint will return the date and time of the request, whether the VAT number is valid and the company details (name and address) for a specific VAT number. Country codes… |
| GET |
All VAT rates by category for a specific country /api/categories/{country_code} |
This endpoint will return back all VAT rates per category of goods/services and the related details for a specific country by using the country code. Country codes are AT, BE,… |
VAT API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $4.99 / month | — |
|
| ULTRA Recommended | $12.99 / month | — |
|
| MEGA | $39.99 / month | — |
|