I solved this error to change base url of php library in following file.
AngelConfigrationManage
$Configration =
[
//"root" => "https://openapisuat.angelbroking.com",
"root" => "https://apiconnect.angelbroking.com",
]
And it's works for me.
I solved this error to change base url of php library in following file.
AngelConfigrationManage
$Configration =
[
//"root" => "https://openapisuat.angelbroking.com",
"root" => "https://apiconnect.angelbroking.com",
]
And it's works for me.
It's showing following error when i try to login using API
"{"status":"success","http_code":200,"http_error":"","response_data":{"status":false,"message":"YOUR USER ID OR PASSWORD IS INVALID","errorcode":"AB1007","data":null}} ◀
Please help me ASAP.