get https://sandbox.cashfree.com/verification/upi
Use this API to get the status of UPI VPA verification request. You need to enter the verification ID you created or reference_id that you received in the response of the UPI Verification V2 API.
Response Codes
Sub Code | Status | Message | Next Action |
---|---|---|---|
200 | SUCCESS | VALID | - |
200 | SUCCESS | INVALID | Enter a valid VPA in the request. |
200 | SUCCESS | EXPIRED | - |
200 | SUCCESS | NPCI_NAME_INCORRECT | - |
400 | ERROR | provide verification_id or reference_id | Enter a valid verification ID or reference ID in the request. |
400 | ERROR | Bad request, please check API documentation | Enter a valid reference 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 | x-client-id is missing in the request. | Enter all the header information in the API request. |
400 | ERROR | x-client-secret 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 | Ensure you enter valid x-client-id and x-client-secret information in the API 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. |
404 | ERROR | reference_id does not exist. | Enter a valid reference ID in the request. |
404 | ERROR | verification_id does not exist. | Enter a valid verification ID in the request. |
500 | ERROR | something went wrong | Try again after some time. |