Authorizations
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.
Headers
Send the signature if IP is not whitelisted.
Body
Find the request parameters to verify if the customer is genuine and not a bot
It is the unique ID you create to identify the verification request. The maximum character limit is 50. Only alphanumeric, period (.), hyphen (-) and underscore ( _ ) are allowed.
"test_verification_id"
Upload the image of the individual to verify the liveliness of the image. Supported types(jpeg/jpg/png)
It is the boolean value to set the strictness check of the image. Default value for strict_check is false.
true
Response
Success response for checking the liveliness of your customer
It displays the unique ID created by Cashfree Payments for reference purposes.
format: int64
1357
It displays the unique ID you created to identify the API request.
"123456789"
It displays the status of the API request. Possible values are:
SUCCESS: A face is detected.FACE_NOT_DETECTED: A face is not detected.MULTIPLE_FACE_DETECTED: Multiple faces are detected.
"SUCCESS"
It displays the result of the liveliness check.
true
It displays the score of the liveliness check.
Range: 0 < x < 1
0.95