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.
Your unique client identifier issued by Cashfree. You can find this in your Merchant Dashboard.
The secret key associated with your client ID. Use this to authenticate your API requests. You can find this in your Merchant Dashboard.
Send the signature if two-factor authentication is selected as Public Key. More details
Find the request parameters to retrieve employment details
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"
Success response for retreiving employment information
Success response for retreiving employment information
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 recent employment details of the individual.