Preconfigured Journeys to verify Vehicle RC.

This is the pre-configured journey to perform the Vehicle RC Verification using RC Number.

Journey Input and Output

JourneysInputOutput
Vehicle RC Verification Journey1. Vehicle RC Number1. Owner Details
2. Vehicle Registration Details
3. Vehicle Details
4. Manufacturer Details
5. State Permit Details
6. National Permit Details
7. Finance Details
8. Tax Details
9. PUCC Details
10. Insurance Details

Vehicle RC Verification

The businesses can configure these checks with our Vehicle RC Verification journey

Journey Input Data

{
  "vehicle_rc_number": "<RC Number of the vehicle>"
}

Journey Output Data

{
  "transaction_id": "",
  "journey_transaction_id": "",
  "journey_id": "",
  "status": "SUCCESS|FAILURE|IN_PROGRESS",
  "status_code": "Refer to the table below",
  "message": "Refer to the table below",
  "decision": "CLEAR|MUST REVIEW|NEEDS REVIEW",
  "checks": [],
  "data": {
    "keys": {
      "vehicle_rc": [
        {
          "name": "XXXX XXXX",
          "swd": "XXXXX XXXX",
          "norms_desc": "XXXX",
          "owner_serial_no": "XX",
          "chassis_no": "XXXXXXXX",
          "vehicle_make": "XXXXXXXXXX XXXXXXX",
          "vehicle_model": "XXXX",
          "fuel_desc": "XXXXXX",
          "puc_valid_till": "XXXXXXX",
          "insurance_valid_till": "",
          "registration_number": "XXXXXX",
          "registration_date": "XXXXXX",
          "registration_validity": "",
          "emission_norms": "",
          "registered_at": "XXXXXX",
          "insurance_valid": "XXXXX",
          "insurance_validity_upto": "XXXXXXX",
          "registered_color": "XXXXXX",
          "commercial": "XXXXX",
          "fitness_certificate": "XXXX",
          "permanent_address": "XXXXXX XXXXX",
          "current_address": "XXXXXX XXXXX",
          "vehicle_class_description": "XXXXXXX",
          "vehicle_category": "XXXXX",
          "insurance_company": "XXXXXXXXX",
          "insurance_policy_number": "XXXXXXXX",
          "equal_artefact": "",
          "engine_no": "",
          "blacklist_status": "",
          "body_type": "XXXX",
          "cubic_capacity": "",
          "financier": "",
          "fitness_upto": "",
          "gross_vehicle_weight": "",
          "manufactured_month_year": "",
          "mv_tax_upto": "",
          "national_permit_number": "",
          "national_permit_issued_by": "",
          "national_permit_valid_upto": "",
          "noc_details": "",
          "number_of_cylinder": "",
          "state_permit_number": "",
          "puc_number": "",
          "rc_status": "",
          "seating_capacity": "",
          "sleeper_capacity": "",
          "standing_capacity": "",
          "state_permit_type": "",
          "unladen_weight": "",
          "wheelbase": "",
          "source": "",
          "issuer_name": "Ministry of Road Transport and Highways",
          "decision": "",
          "checks": []
        }
      ]
    }
  }
}

📘

This journey does not include any pre-configured Ownership or Fraud Checks. To configure these checks, please contact your Account Manager.

Status Codes

ScenarioHttpStatusstatusstatus_codemessage
When request is successful and Vehicle RC details are available.200SUCCESSsuccessRequest successful
When Vehicle RC is not valid200FAILUREinvalid_inputVehicle RC Number is Invalid
When no details found at Source for given Vehicle RC Number200FAILUREdocument_not_foundEntity not found
When Input doesn't contain the Vehicle RC Number400FAILUREinvalid_inputVehicle RC Number is required
Any unhandled error from Equal's end500FAILUREinternal_server_errorSomething went wrong, please try again.
Too many requests429No object will be sent, throttling happens at the gateway level.
Service Unavailable503
Invalid Client Credentials401FAILUREinvalid_credentialsInvalid Client Credentials

Status (Journey Status)

Possible ValuesDescription
SUCCESSShows that the verification process was completed successfully.
FAILUREIndicates that the verification process did not succeed.
IN_PROGRESSSignifies that the verification process is currently underway and has not yet been completed.

Decision

Possible ValuesDescription
CLEARIndicates that the verification has been completed and the information is confirmed as accurate and legitimate.
MUST REVIEWSignifies that further review is needed due to potential issues or inconsistencies in the verification results.
NEEDS REVIEWSuggests that the verification has identified areas that require further investigation or clarification before a final determination can be made.

📘

Journey ID will be shared as part of Onboarding

Language
Credentials
Basic
base64
:
Click Try It! to start a request and see the response here!