Vignette ID API updates
NEXT updates
September 2025
- We integrate rate limit policies on selected API endpoints to maintain system stability and ensure that all users enjoy fair and consistent access to our services.
Rate Limits - We have introduced two Partner Tieres —
Standard
andPremium
.
Standard users benefit from baseline access limits, while Premium users receive higher thresholds and extended capabilities. These tiers allow us to balance fair usage with enhanced performance for partners who require more intensive API interaction.
August 2025
- We have updated and improved our documentation to provide clearer parameter descriptions, usage examples, and integration guidelines.
- We provide search module for faster navigation in our developer documentation.
- Improved iframe configuration options, including support for
email=
andsubaccount=
parameters. Read here Iframe Integration - The
subaccount
field was also added to POST /public/orders API route, allowing partners to track and differentiate requests programmatically.
June 2025
- add route for MCP server
/mcp
. You can use this with your LLMs agents. - updated internal infrastructure
April 2025
- add
Payouts
section in Partner Panel. Payouts - add option for
Flexible Service
to POST /public/orders.
Flexible Service (Click to open) is paid feature.
March 2025
- add new structure for user data, property
email
now insideuser
.email
required for all orders. For Moldova required all properties.
Code
September 2024
-
launch Partner Panel. Login
You can use this tool during integration testing, as well as track all real orders.
August 2024
-
added status
DEFERRED
Check Statuses List
July 2024
- You can use GET
/public/orders/{id}/status
(Click to open) route to get status of order without another information. - Now you have to option to provide payment method of users:
- If
order_has_been_paid: true
its mean that you collect payment on your side - If
order_has_been_paid: false
API return payment link in response. We process payment on our side. You can use GET/public/orders/{id}/status
(Click to open) to check status of this order.
- If
June 2024
- added
7
,15
and30
days vignettes 2B category forMoldova
.
May 2024
- From 6th May we change processing for Austrian vignettes and data what we return (Please check emails to read description)
- We remove vignette-hu-2c (bus category) from API
- added
7
,15
and30
days vignettes 2A category forMoldova
. In May and June we test this orders and later add 2B category
April 2024
-
added a
Hungarian
1
day vignette for all Vehicle types. -
Now you can check National provider system status.
You can use GET /public/products/status (Click to open) route
March 2024
- added a
Czech
1
day vignette. - from March 1st the cost of all Czech vignettes will be changed
- added a
Romanian
1
day vignette.
Februar 2024
-
Added automation for checking partner payments.
How it works:
The system keeps records of the partner’s debt. If a partner's debt reaches 2,000 euros, the partner automatically receives a reminder that payment needs to be made and the amount due. From this moment on, the partner has 72 hours to make the payment.
When the amount specified in the email is credited to the bank account, the partner receives another notification of a successful transaction.
If no payment has been made within 72 hours, access to the API is automatically disabled.
From the moment the API is disabled, the fine begins to accrue. The calculation is based on the agreement that was signed at the beginning of cooperation.
When the debt is paid, the partner receives an email with the amount of the fine due and an invoice. The partner has 72 hours to pay the fine to avoid being disconnected from the API again.
Januar 2024
-
added a new product in Switzerland - tunnel Munt La Schera /
tunnel-ch-muntlaschera
-
deprecate
start_from
in all endpoints -
add filters by
country
and bytype
to GET /public/products -
add filters by
status
to GET /public/orders -
added status
WILL BE ACTIVE
. This status is set if the vignette has been successfully registered and is considered active, but we are still waiting for a unique identifier from the national provider’s system. This happens when there is a heavy load on the national provider API.Check Statuses List
-
the logic for checking orders has been changed to prohibit the creation of duplicates. It is impossible to buy more than 1 vignette with the same country, palte and country of the vehicle, where periods may overlap.
Request for data verification
- if the national provider’s system does not respond for more than 5 minutes, we disable the ability to register immediate vignettes in the system. We ask all partners to increase the number of product requests in the system at least once every 30 minutes and no more than once every 5 minutes.
- vignette prices change very rarely, but in any case, we ask you to set up an automatic check once a day.
December 2023
-
added
1
day vignettes forAustria
. -
added
3
days (weekend) vignette forBulgaria
. -
added
30
,90
and365
days vignettes forRomania
.Required send vin-code for this periods for Romanian vignettes
August 2023
- added
Switzerland
vignettes for partners.
June 2023
-
added vehicle plate validation. About patterns
You can use POST /public/validate-vehicle (Click to open) route