Endpoints for interacting with orders.
Get Orders
This endpoint allows you to obtain a list of all partner orders with all the necessary information about the order.
⚠️ Rate limit policy applies to this endpoint Check Rate Limits
query Parameters
statusReturns filtered orders by status.
• Statuses
Each vignette can have one of the statuses:
PENDING, WILL BE ACTIVE, ACTIVE, EXPIRED, REFUNDED, DELETED
bug_reportUse with all endpoints to inform us for bugs in API
Headers
AuthorizationThe Authorization header is used to authenticate with the API using your API key. Value is of the format Bearer YOUR_KEY_HERE.
Get Orders › Responses
Successful operation
idemailcreated_dateCreate order
New paid order on partner side initiate request for processing in Vignette ID system.
⚠️ Once an order moves to the pending status, it can no longer be modified.
Headers
AuthorizationThe Authorization header is used to authenticate with the API using your API key. Value is of the format Bearer YOUR_KEY_HERE.
Content-TypeSpecifies the format of the request body. Must be 'application/json' for requests with a JSON body.
Create order › Request Body
terms_and_privacy_acceptedMust be true to indicate that terms and privacy are accepted. Partner need to store this information in the user order.
order_has_been_paid• true - this means that the partner accepted and processed the payment on his side.
• false - to pay for an order, the API generates a link and returns it to the response in payment_link, which the partner must display to the user.
The payment is processed on our side.
Array of Vehicles with vehicle plate and registration country.
Array of vignettes with custom id, name, period, and start date.
User data.
subaccountPartner can provide different sub-account names which mean different user UI or apps
Create order › Responses
Successful operation
Error can be null, a simple string code, or an object with details.
Get Order
• id - order id in Vignette ID system
• custom_id - order id in Partner system
• provider_id - unique vignette id in national (government) providers systems
• cars -> provider_id - unique vignette identificator in national provider system
• cars -> pdf - confirmation file from national provider system.
⚠️ Rate limit policy applies to this endpoint Check Rate Limits
path Parameters
idid of order in Vignette ID system or custom_id from Partner system
query Parameters
bug_reportUse with all endpoints to inform us for bugs in API
Headers
AuthorizationThe Authorization header is used to authenticate with the API using your API key. Value is of the format Bearer YOUR_KEY_HERE.
Get Order › Responses
Specific order description test
Error can be null, a simple string code, or an object with details.
Get Order Status
Returns only the order status. Applicable in cases where you need to check only the status without other information.
⚠️ Rate limit policy applies to this endpoint Check Rate Limits
path Parameters
idid of order in Vignette ID system or custom_id from Partner system
query Parameters
bug_reportUse with all endpoints to inform us for bugs in API
Headers
AuthorizationThe Authorization header is used to authenticate with the API using your API key. Value is of the format Bearer YOUR_KEY_HERE.
Get Order Status › Responses
Specific order description test
Error can be null, a simple string code, or an object with details.
Cancel Pending Order
The ability to cancel an order that has a PENDING status if it is not processed within the specified time period
• PENDING - only.
⚠️ Rate limit policy applies to this endpoint Check Rate Limits
path Parameters
idid of order in Vignette ID system or custom_id from Partner system
query Parameters
bug_reportUse with all endpoints to inform us for bugs in API
Headers
AuthorizationThe Authorization header is used to authenticate with the API using your API key. Value is of the format Bearer YOUR_KEY_HERE.
Cancel Pending Order › Responses
Specific order description test
errorCancel Deferred Order
The ability to cancel an order that has a DEFERRED status if it is not processed within the specified time period
• DEFERRED - only.
⚠️ Rate limit policy applies to this endpoint Check Rate Limits
path Parameters
idid of order in Vignette ID system or custom_id from Partner system
query Parameters
bug_reportUse with all endpoints to inform us for bugs in API
Headers
AuthorizationThe Authorization header is used to authenticate with the API using your API key. Value is of the format Bearer YOUR_KEY_HERE.
Cancel Deferred Order › Responses
Specific order description test
error