post https://sandbox.crimescan.ai/v1/api_hub/upi_details_l1
Utilize this API to validate your customers' UPI details. It verifies the IFSC code and the name as registered in the bank records, ensuring accurate and reliable information.
Response Codes
Sub Code | Status | Message | Next Action |
---|---|---|---|
200 | SUCCESS | Vpa verified successfully. | - |
200 | SUCCESS | Vpa entered is invalid. | Enter a valid VPA in the request. |
200 | SUCCESS | Vpa has expired | - |
400 | ERROR | vpa should be valid. | Enter a valid VPA in the request. |
400 | ERROR | vpa is missing in the request. | Enter a value for vpa 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 | Ensure you enter valid x-client-id and x-client-secret information in the API request. |