I am trying to generate the Authentication code which is required to generate the Access Token, but as soon as i enter my pin on the login page, it gives UDAPI100016 error saying invalid credentials.
Here is the full error
{
“status”: “error”,
“errors”: [
{
“errorCode”: “UDAPI100016”,
“message”: “Invalid Credentials”,
“propertyPath”: null,
“invalidValue”: null,
“error_code”: “UDAPI100016”,
“property_path”: null,
“invalid_value”: null
}
]
}
The initial step to send a request to “https://api.upstox.com/v2/login/authorization/dialog” works fine and I get the login page but when i enter my pin, it will show above error, I have cross checked all my credentials and they are correct.
Please help me out
My Dep UCC is 12081801 and my UCC is 3JCQED
and my redirect_uri is “https://localhost:8000”