GET
/
vehicle-rc
curl --request GET \
  --url https://sandbox.cashfree.com/verification/vehicle-rc \
  --header 'x-client-id: <api-key>' \
  --header 'x-client-secret: <api-key>'
{
"verification_id": "6c617137-6d50-4c59-9302-c453ca42aa8589",
"reference_id": 88,
"status": "VALID",
"reg_no": "PY01MW8675",
"class": "Motor Car",
"chassis": "XDLKHK511VKL59924",
"engine": "L5LCFF4579076",
"vehicle_manufacturer_name": "HYUNDAI MOTOR INDIA LTD",
"model": "PORCHE GDI DCT",
"vehicle_colour": "TITAN GREY",
"type": "PETROL",
"norms_type": "BHARAT STAGE VI",
"body_type": "HATCHBACK",
"owner_count": "1",
"owner": "JOHN DOE",
"owner_father_name": "JOHN DOE",
"mobile_number": null,
"rc_status": "ACTIVE",
"status_as_on": "19/01/2024",
"reg_authority": "BENGALURU CENTRAL RTO, Karnataka",
"reg_date": "24/12/2021",
"vehicle_manufacturing_month_year": "12/2021",
"rc_expiry_date": "23/12/2036",
"vehicle_tax_upto": null,
"vehicle_insurance_company_name": "BAJAJ INSURANCE CO. LTD.",
"vehicle_insurance_upto": "14/12/2024",
"vehicle_insurance_policy_number": "62000344820000",
"rc_financer": "BAJAJ FINANCE",
"present_address": "D-901 Sun APARTMENTS, SARJAPUR, Bangalore, Karnataka, 560103",
"split_present_address": {
"district": [
"BANGALORE"
],
"state": [
[
"KARNATAKA",
"KA"
]
],
"city": [
"BELLANDUR"
],
"pincode": "560103",
"country": [
"IN",
"IND",
"INDIA"
],
"address_line": "D-901 Sun APARTMENTS, SARJAPUR, Bangalore, Karnataka, 560103"
},
"permanent_address": "D-901 Sun APARTMENTS, SARJAPUR, Bangalore, Karnataka, 560103",
"split_permanent_address": {
"district": [
"BANGALORE"
],
"state": [
"KARNATAKA",
"KA"
],
"city": [
"BELLANDUR"
],
"pincode": "560103",
"country": [
"IN",
"IND",
"INDIA"
],
"address_line": "FD-901 Sun APARTMENTS, SARJAPUR, Bangalore, Karnataka, 560103"
},
"vehicle_cubic_capacity": "998",
"gross_vehicle_weight": "1490",
"unladen_weight": "1086",
"vehicle_category": "LMV",
"rc_standard_cap": "0",
"vehicle_cylinders_no": "3",
"vehicle_seat_capacity": "5",
"vehicle_sleeper_capacity": "0",
"vehicle_standing_capacity": "0",
"wheelbase": "2580",
"vehicle_number": "PY01MW5890",
"pucc_number": "Newv4",
"pucc_upto": "23/12/2022",
"blacklist_status": "NA",
"blacklist_details": null,
"challan_details": null,
"permit_issue_date": null,
"permit_number": null,
"permit_type": null,
"permit_valid_from": null,
"permit_valid_upto": null,
"non_use_status": null,
"non_use_from": null,
"non_use_to": null,
"national_permit_number": null,
"national_permit_upto": null,
"national_permit_issued_by": null,
"is_commercial": false,
"noc_details": null
}

Authorizations

x-client-id
string
header
required

Client ID. You can find your ID in the Merchant Dashboard.

x-client-secret
string
header
required

Client secret key. You can find your secret key in the Merchant Dashboard.

Headers

x-cf-signature
string

Send the signature if IP is not whitelisted.

Query Parameters

reference_id
string

Unique ID generated by Cashfree to search for the identity.

verification_id
string

Unique ID generated by the merchant to identify the verification request.

Response

200
application/json

Success response for retrieving vehicle's registration certification information

The response is of type object.