Description
TheVatAPI.categories() method is used to communicate with this endpoint as seen below:
VatAPI.categories(country_code)
Query Parameters
String
required
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 theVatAPI.categories() method:
Response Fields
String
The two letter ISO 3166-1 alpha-2 code of the country in which the transaction takes place.
String
The VAT rate for this specific category.
String
The name of the category.
String
A description about the category.