v1
latestOpenAPI 3.1.02026-07-2414704.6 MBVehicle Challan Lookup
This API allows you to access information related to vehicle traffic violations (challans) in a structured, automated way. When a vehicle owner is fined for a traffic rule violation, a challan is issued. The Vehicle Challan API provides a way to fetch this challan information on the basis of registration number, without manually visiting transport department websites.
post/vehicleChallan
Headers
X-Ipay-Auth-Codestring
Auth Code
X-Ipay-Client-Idstring
Unique Client Id Provided by Instantpay
X-Ipay-Client-Secretstring
Unique Client Secret Provided by Instantpay
X-Ipay-Endpoint-Ipstring
End Customer IP Address
Request body
Response
200
Example response
{
"statuscode": "TXN",
"status": "Transaction Successful",
"data": {
"vehicalData": [
{
"accusedFatherName": "TEJVxxx",
"accusedName": "Rxx KUxxx",
"rcRegistrationNumber": "UP85BX1180",
"challanNumber": "UP912241012xxxxxx",
"challanId": 1,
"challanDate": "2024-10-12",
"challanStatus": "Pending",
"challanAmount": "1000",
"rcStateCode": "UP",
"offences": [
{
"offenceName": "Violation of not wearing Helmet (Notification Dt : 30-07-2020)",
"motorVehicleAct": "194 D"
}
]
}
],
"poolReferenceId": "1241023050006CBXKG",
"pool": {
"openingBal": "99083.14",
"mode": "DR",
"amount": "5.90",
"closingBal": "99077.24"
}
},
"timestamp": "2024-10-23 10:30:06",
"ipay_uuid": "h0009d4fc6a1-76db-470d-8e93-9ddd99d8495a-SKjSP0QA98WZ",
"orderid": "1241023050006CBXKG",
"environment": "SANDBOX"
}