Page 1 of 1

Zero tolls in Austria

Posted: Fri Apr 28, 2023 1:37 pm
by VeeTennis
Hi,

We have couple of questions to you :)
1) in our system we receive that tolls in Austria are equal to 0.39 EUR in the route attached to this post. Could you pls look into it and advise why we are getting zero? As tolls should be priced more in Austria.

2) and another one in Switzerland where route goes from "Grenzstrasse, Basel, Switzerland" to "Chiasso, Switzerland". And we receive 361.49 EUR where in fact customer is being charged 267.88 for the same route. Here is the JSON what we receive from PTV:

Code: Select all

{
   "summary":{
      "costs":[
         {
            "amount":361.49,
            "currency":"EUR"
         }
      ],
      "countries":[
         {
            "country":"CH",
            "cost":{
               "amount":356.97,
               "currency":"CHF"
            },
            "convertedCost":{
               "amount":361.49,
               "currency":"EUR"
            }
         }
      ]
   },
   "sections":[
      {
         "cost":{
            "amount":356.97,
            "currency":"CHF",
            "paymentMethods":[
               "ELECTRONIC_TOLL_COLLECTION",
               "CASH",
               "CREDIT_CARD",
               "ELECTRONIC_TOLL_COLLECTION_SUBSCRIPTION"
            ],
            "electronicTollCollectionSubscriptions":[
               "CH_LSVA"
            ],
            "convertedCost":{
               "amount":361.49,
               "currency":"EUR"
            }
         },
         "tollRoadType":"GENERAL",
         "country":"CH",
         "tollSystemIndex":0,
         "displayName":"LSVA"
      }
   ],
   "systems":[
      {
         "name":"Leistungsabhängige Schwerverkehrsabgabe LSVA",
         "operatorName":"Eidgenössische Zollverwaltung",
         "tariffVersion":"2021 rate",
         "tariffVersionValidFrom":"2021-07-01T00:00:00.000Z"
      }
   ]
}
Your help is much appreciated.

Re: Zero tolls in Austria

Posted: Fri Apr 28, 2023 3:25 pm
by Maximilian Vogel
Hi,

toll tariffs may vary depending on the time of the day. As far as I know this is the case for Austria. Therefore, if you do specify a time consideration mode in the request, you will not receive toll prices. You can simply switch between different modes in the showcase. See the radio buttons on the left side in the following screenshot.
toll_austria.png
Note, that not all of the available time consideration modes can be selected in this showcase. Time dependency may also influence the course of the route, so if you do not wish this to be influenced but want to avoid getting no toll prices, you might be interested in the TollOnlyTimeConsideration. For further reading on time dependency there is also a technical concept.

The toll prices in Switzerland depend on the weight of the vehicle. I've attached a request that you can use in the Raw Request Runner. If you change the total permitted weight of the vehicle then also the reported toll price will change. The default vehicle has a total permitted weight of 40 tonnes and it seems you used that one and maybe the customer has a lighter vehicle?
toll_switzerland.json.txt
(745 Bytes) Downloaded 184 times

Re: Zero tolls in Austria

Posted: Tue May 02, 2023 10:37 am
by Bernd Welter
maybe this article also gives some proper samples ;-)

PS: Screenshots may help - but in most cases we really need the requests / responses to ensure that we know all settings that you applied,

Bernd