Employment History Journeys

Preconfigured Journeys to verify Employment History.

These are the pre-configured journey to perform Employment History Verification using Mobile Number or UAN Number or PAN Number.

JourneysInputOutput
Employment History Journey1. Mobile Number1. Full Name
or2. D.O.B
1. UAN Number3. Employment History
4. UAN Number

Employment History Verification Journey

The businesses can configure these checks with our Employment History Verification journeys

Journey Input Data

{
  "mobile_no": "XXXXXXXXXX",
}

OR

{
  "uan_no": "XXXXXXXXXX",
}

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": {
    "employment_history": [
      {
        "uan": "",
        "employer": [
          {
            "name": "",
            "memberId": "",
            "settled": "",
            "isNameUnique": "",
            "matchName": "",
            "lastMonth": "",
            "isRecent": "",
            "isNameExact": "",
            "isEmployed": "",
            "nameConfidence": "",
            "emplrScore": "",
            "uanNameMatch": ""
          }
        ],
        "source": "",
        "issuer": "",
        "decision": "",
        "checks": []
      }
    ]
  }
}

📘

These journeys do not include any pre-configured Ownership or Fraud Checks. To add these checks, please contact your Account Manager.

Status Codes

ScenarioHttpStatusstatusstatus_codemessage
When request is successful and Mobile details are available.200SUCCESSsuccessRequest successful
When no details found at Source for given Mobile/ UAN/ Number200FAILUREdocument_not_foundEntity not found
When the Mobile/ UAN Number is not valid200FAILUREinvalid_inputMobile/ UAN/ Number is invalid
When Input doesn't contain the Mobile/ UAN Number field.400FAILUREinvalid_requestMobile/ UAN/ Number is required
Any unhandled error from Equal 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

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!