VAT API
VAT categories.
This endpoint allows you to get the latest VAT rates for certain product categories in a country.
Description
The VatAPI.categories()
method is used to communicate with this endpoint as seen below:
VatAPI.categories(country_code)
Query Parameters
The two letter ISO 3166-1 alpha-2 code of the country in which the transaction takes place.
Usage
Below is a code snippet to query the VatAPI.categories()
method:
Below is the response object:
Response Fields
The two letter ISO 3166-1 alpha-2 code of the country in which the transaction takes place.
The VAT rate for this specific category.
The name of the category.
A description about the category.