TRANSIT FINES CHECK
Description​
IDV solution designed to obtain information on suspensions due to fines in Ecuador, such as registered suspensions, and what type of suspensions they are.
info
Before proceeding, make sure you have your jwt token, if you don't have it, check the login documentation.
Request header parameter​
NAME | REQUIRED | TYPE | DESCRIPTION |
---|---|---|---|
Authorization | ✅ | string | bearer jwt token |
URI request parameter​
NAME | REQUIRED | TYPE | DESCRIPTION |
---|---|---|---|
Plate number | ✅ | string | Driving plate registration number |
Status code responses​
Code | Description |
---|---|
200 | OK |
400 | Bad request |
401 | Unauthorized |
404 | Not found |
500 | Internal server error. |
The full documentation error codes can be found here.
Response 200 status code​
{
"traceId": "c824b59769fec973",
"timestamp": "2024-06-27 08:55:04",
"data": {
"plate": "ABC1234",
"camvCpn": "T012345678",
"colourr1": "-",
"colourr2": "-",
"cylinders": 5193,
"class": "TANQUERO",
"brand": "CHEVROLET",
"model": "FRR 1121 EIII 5.2 2P 4X2 TM DIESEL",
"year": 2021,
"country": "JAPON",
"dateLast car registration": "21/04/2021",
"dateExpiration car registration": "20/04/2026",
"purchaseDate": "16/03/2021",
"revisionDate": "09/06/2022",
"canton": "QUININDE",
"service": "ALQUILER",
"lastYearPaid": 2022,
" prohibited Disposal ": "-",
"exonerationStatus": "-",
"observation": "El vehiculo no tiene registros por pagar",
"fines": [
{
"id": "1",
" infringement ": "123455678",
"entity": "MNO-MANCOMUNIDAD DEL NORTE",
"citation": "IG10237687",
"board": "ABC1234",
"document": "VEH - 1234556789",
"issuedate": "2022-11-10 16:05:00.0",
"notificationdate": "2022-11-11 09:45:33.0",
"paymentdeadline": "20-11-2022 16:05:00",
"points": "0",
"p": "N",
"anu": "N",
"imp": "N",
"sanction": "21.25",
"fine": "0",
"remission": "0",
"totalPay": "10.63",
"literal article": "Art. 392 - Lit. 06. COND. QUE NO UTILICE CINTURON DE SEGURIDAD.",
"image_size": "0",
"blockade": "N"
}
]
}
}
Response 400 status code​
Scenario 1​
{
"traceId": "76b3e0a80adc6585",
"timestamp": "2024-04-04 17:25:44",
"code": "IDV-3001",
"message": "Provider error, contact with the administrator.",
"data": null
}
Note: Error in the source of origin, please contact an administrator
Scenario 2​
{
"traceId": "0829a4407237096a",
"timestamp": "2024-06-25 09:02:15",
"code": "IDV-1002",
"message": "Data not found."
}
Note: Ensure that the request contains the necessary data and try again.
Response 500 status code​
{
"traceId": "86c6eda02b615604",
"timestamp": "2024-01-09 15:44:32",
"code": "IDV-1008",
"message": "Error in the source of origin, please contact an administrator!",
"data": null
}