get https://sandbox.cashfree.com/verification/verification/sdk/otpless/status
Retrieve verification status by session ID and verification ID - Designed to be used by SDK
Response Codes
Sub Code | Status | Message | Next Action |
---|---|---|---|
200 | SUCCESS | When deeplink is created | - |
200 | SUCCESS | When user has opened the modal for truecaller | - |
200 | SUCCESS | When user has approved the usage | - |
200 | SUCCESS | When user has not approved the usage | - |
400 | ERROR | verification_id is missing in the request. | Enter a valid verification_id in the request. |
400 | ERROR | verification_id can include only alphanum, dot, hyphen and underscores. | Only alphanumeric, period (.), hyphen (-), and underscore ( _ ) are allowed. |
400 | ERROR | Mobile number entered is invalid. | Enter a valid mobile number. |
400 | ERROR | mobile_number is missing in the request. | Enter a valid mobile number. |
400 | ERROR | type should be lite/advance. | Enter 'advance' as the value for the type parameter. |
400 | ERROR | type is missing in the request | Enter 'advance' as the value for the type parameter. |
400 | ERROR | consent_desc is missing in the request. | Enter a valid description in the consent_desc parameter. |
400 | ERROR | consent_desc should include a minimum of 20 characters. | The description for consent_desc should be between 20 and 50 characters. |
400 | ERROR | consent_desc can include a maximum of 50 characters. | The description for consent_desc should be between 20 and 50 characters. |
400 | ERROR | name should only contains alphanumeric, space, dot and hyphen. | Only alphanumeric, period (.), hyphen (-), and whitespace ( ) are allowed. |
400 | ERROR | Name can include a maximum of 100 characters. | Enter a value for name that does not exceed 100 characters. (-), and whitespace ( ) are allowed. |
400 | ERROR | name is missing in the request. | Enter a value for name in the request. |
400 | ERROR | x-client-id is missing in the request. | Enter all the header information in the API request. |
400 | ERROR | Client secret belongs to test environment | Enter the correct environment credentials in the request. |
401 | ERROR | Invalid clientId and clientSecret combination | Enter valid client ID and secret key in the request. |
403 | ERROR | IP not whitelisted your current ip is 106.51.91.104.For IP whitelisting assistance, visit our guide at https://docs.cashfree.com/docs/ip-whitelisting-verification | Whitelist the IP address. |
409 | ERROR | verification id already exists | Enter a unique verification ID. |
422 | ERROR | Insufficient balance to process this request. | Ensure you have sufficient balance and then process the request. |
500 | ERROR | something went wrong | Try after some time. |
502 | ERROR | verification attempt failed | Try after some time. |