---
title: "Vehicle Challan Lookup"
method: POST
path: "/vehicleChallan"
---

# Vehicle Challan Lookup

`POST /vehicleChallan`

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.

## Headers

- `X-Ipay-Auth-Code` string
- `X-Ipay-Client-Id` string
- `X-Ipay-Client-Secret` string
- `X-Ipay-Endpoint-Ip` string

## Request body

- object
  - `vehicleRegistrationNumber` string — Vehicle Registration Number
  - `latitude` string — End Customer Latitude.
  - `longitude` string — End Customer Longitude.
  - `externalRef` string — Your Unique Transaction id
  - `consent` string — Consent should be accepted by customer

## Response `200`

200

- object
  - `statuscode` string
  - `actcode` unknown
  - `status` string
  - `data` object
    - `vehicalData` object[]
      - `userName` unknown
      - `accusedFatherName` string
      - `accusedName` string
      - `rcRegistrationNumber` string
      - `challanNumber` string
      - `challanId` integer
      - `challanDate` string
      - `challanStatus` string
      - `challanAmount` string
      - `rcStateCode` string
      - `challanReceiptUrl` unknown
      - `challanPaymentSource` unknown
      - `challanPaymentDate` unknown
      - `offences` object[]
        - `offenceName` string
        - `offenceFine` unknown
        - `motorVehicleAct` string
    - `poolReferenceId` string
    - `pool` object
      - `openingBal` string
      - `mode` string
      - `amount` string
      - `closingBal` string
  - `timestamp` string
  - `ipay_uuid` string
  - `orderid` string
  - `environment` string

## Other responses

- `400` — 400

---

[API](https://skmtc.net/instantpay/apis/identity.md) · [All operations](https://skmtc.net/instantpay/apis/identity/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/instantpay/identity/versions/1d0672797b14/schema)
