post https://business-api.test.equal.in/ie/transaction/journey/execute
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
Journeys | Input | Output |
---|---|---|
Vehicle RC Verification Journey | 1. Vehicle RC Number | 1. 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
Scenario | HttpStatus | status | status_code | message |
---|---|---|---|---|
When request is successful and Vehicle RC details are available. | 200 | SUCCESS | success | Request successful |
When Vehicle RC is not valid | 200 | FAILURE | invalid_input | Vehicle RC Number is Invalid |
When no details found at Source for given Vehicle RC Number | 200 | FAILURE | document_not_found | Entity not found |
When Input doesn't contain the Vehicle RC Number | 400 | FAILURE | invalid_input | Vehicle RC Number is required |
Any unhandled error from Equal's end | 500 | FAILURE | internal_server_error | Something went wrong, please try again. |
Too many requests | 429 | No object will be sent, throttling happens at the gateway level. | ||
Service Unavailable | 503 | |||
Invalid Client Credentials | 401 | FAILURE | invalid_credentials | Invalid Client Credentials |
Status (Journey Status)
Possible Values | Description |
---|---|
SUCCESS | Shows that the verification process was completed successfully. |
FAILURE | Indicates that the verification process did not succeed. |
IN_PROGRESS | Signifies that the verification process is currently underway and has not yet been completed. |
Decision
Possible Values | Description |
---|---|
CLEAR | Indicates that the verification has been completed and the information is confirmed as accurate and legitimate. |
MUST REVIEW | Signifies that further review is needed due to potential issues or inconsistencies in the verification results. |
NEEDS REVIEW | Suggests 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