Vehicle Challan Information

Vehicle Challan Information API gives information about all the E-Challans associated with a vehicle.

Overview

In India, when a vehicle owner violates traffic rules, he/she is handed over a ticket called a manual traffic police challan that mentions the violation and the penalty for disobeying traffic rules and regulations. However, issuing physical traffic challans is not only cumbersome, but there are high chances that the violator may go scot-free by paying a fraction of the original amount. Also, with a physical traffic challan, the payment process is time-consuming as the vehicle owner has to go to the nearest RTO office to make the e challan payment.
To solve this problem, the Ministry of Road Transport and Highways (MoRTH) introduced traffic e challan, which is simply a traffic challan in electronic form. This integrated information technology-based enforcement platform can be used by traffic personnel to issue traffic e-challans in real-time and levy fines according to the rules set forth by the New MV Act of 2019.
This new technology driven RTO challan system ensures that there is transparency in the way fines are collected from road users. E challans also make sure that the e challan payment is credited directly to the concerned RTO’s account.

Goals

Vehicle Challan Information API gives information about all the E-Challans associated with a vehicle like challan no, date of challan, owner name, offense name, penalty amount.

Specifications

● Vehicle challan information API is very efficient, trusted and hence, is fully capable of operating in High demanding environments. 
● When you use our Vehicle challan information API, you just have to enter the Vehicle number and chassis number the system will give you the result like Vehicle number, owner name, penalty amount, etc.

Steps Involved

1.Partner will integrate our Vehicle challan information API.
2.Use case of the verification API would be defined by the partner itself
3.An individual would be providing his/her vehicle number along with chassis number to the merchant, or in some cases, the customer himself will provide the vehicle number to the partner.

Authentication API’s Outcome:

Response parameters

{
    "request_id": "test",
    "vehicleId": "MH01XXXXXX",
    "total": 2,
    "challans": [
      {
        "challan_no": "MH11XXXXXXXXXXXXXXXX",
        "date": "XXXX-XX-XX 06:24:49",
        "rc_dl_no": "MH01XXXXXX",
        "vehicle_class": "Goods Carrier",
        "transaction_id": "NA",
        "owner_name": "XXXXXX XXXXXX XXXXXX",
        "accused_name": "XXXXXX XXXXXX XXXXXX",
        "challan_status": "Cash",
        "payment_source": "ON ROAD",
        "amount": 1000,
        "state": "MH",
        "area": "THANDE",
        "offences": [
          {
            "offence_name": "Custom offence 1",
            "penalty": "1000"
          }
        ]
      },
      {
        "challan_no": "MH11XXXXXXXXXXXXXX",
        "date": "XXXX-XX-XX 02:23:59",
        "rc_dl_no": "MH01XXXXXX",
        "vehicle_class": "Goods Carrier",
        "transaction_id": "NA",
        "owner_name": "XXXXXX XXXXXX XXXXXX",
        "accused_name": "XXXXXX XXXXXX XXXXXX",
        "challan_status": "Pending",
        "payment_source": null,
        "amount": 1000,
        "state": "MH",
        "area": "THANE",
        "offences": [
          {
            "offence_name": "Reflectors not fitted",
            "penalty": "1000"
          }
        ]
      }
    ]
}

Process Flow

1292