Get Employment Details
Use this API to to retrieve an individual’s recent employment details such as member ID, joining date, and exit date of the company. Verifying the employment information of the individual mitigates risk and prevents fraud. View the test data and use the information to trigger the validations. The test data are usable only in the sandbox environment.
Authorizations
Client ID. You can find your ID in the Merchant Dashboard.
Client secret key. You can find your secret key in the Merchant Dashboard.
Headers
Send the signature if IP is not whitelisted
Body
Find the request parameters to retrieve employment infomration
It is the unique ID you create to identify the API request. The maximum character limit is 50. Only alphanumeric, period (.), hyphen (-), and underscore ( _ ) are allowed.
"ABC00123"
It is the phone number of the employee. (conditonal mandatory)
"9988776655"
It is the PAN information of the employee. (conditonal mandatory)
"AZJPG7110R"
It is the unique number assigned to every employee contributing to the Employees' Provident Fund (EPF). (conditonal mandatory)
"101340612345"
It is the date of birth information of the employee. The format is YYYY-MM-DD.Employee date of birth. (conditonal mandatory)
"1995-11-10"
It is the name of the employee. (conditonal mandatory)
"John Doe"
It is the name of the employer. (conditonal mandatory)
"Cashfree India Pvt Ltd"
Response
Success response for Get Employment Details
It displays the unique ID you created to identify the verification request.
"test_verification_id"
It displays the unique ID created by Cashfree Payments for reference purposes.
format: int64
1358
It displays the list of status of the API request.
Possible values are:
SUCCESS
EMPLOYMENT_DETAILS_NOT_FOUND
"SUCCESS"
It contains the information entered in the API request.
It contains the list of UAN details.
It contains the information in individual components.
It contains the recent employment details of the individual.
Was this page helpful?