post https://sandbox.crimescan.ai/v1/api_hub/mobile_to_upi_l1
Use this API to retrieve the account holder's name and associated UPI Virtual Payment Address (VPA) information by providing the customer's phone number. This service ensures accurate linkage between the mobile number and UPI details, aiding in seamless verification and validation processes. It is designed to enhance the efficiency of customer identity verification for financial transactions.
Response Codes
Sub Code | Status | Message | Next Action |
---|---|---|---|
200 | SUCCESS | VALID | - |
200 | SUCCESS | No UPI ID found linked to the Mobile Number | Enter a mobile number linked to at least one UPI VPA. |
200 | SUCCESS | Unable to validate, please retry later | Try again after some time. |
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 in the API 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 | Ensure you enter valid x-client-id and x-client-secret information in the API request. |
409 | ERROR | verification id already exists | Create a unique verification ID to identify the request. |
422 | ERROR | Insufficient balance to process this request | Ensure you have sufficient balance and then process the request. |
500 | ERROR | something went wrong | Try again after some time. |