How does TollGuru calculate the fuel cost?
Yes, our API provides VAT information in the response for Europe. The response includes the following values:
- isTaxIncluded: Indicates whether VAT is included in the toll amount (true/false).
- taxValue: The actual VAT value for the toll.
- taxPercent: The VAT percentage applied to the toll.
- taxName: The name of the tax applied (e.g., VAT).
With these values, you can easily calculate the pre-VAT toll amount. For example, if a toll costs €10 with 20% VAT included, the taxValue would be €1.67. This allows you to determine the pre-VAT amount, which in this case would be €8.33.
