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"
}
]
}