v1

latestOpenAPI 3.1.02026-07-2414704.6 MB

Vehicle 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

vehicleRegistrationNumberstring

Vehicle Registration Number

latitudestring

End Customer Latitude.

longitudestring

End Customer Longitude.

externalRefstring

Your Unique Transaction id

consentstring

Consent should be accepted by customer

Response

200

statuscodestring
{"stackTrail":"paths:/vehicleChallan:post:responses:200:content:application/json:schema:properties:actcode","oasType":"schema","type":"unknown"}
statusstring
timestampstring
ipay_uuidstring
orderidstring
environmentstring

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"
}