Error with api

jtm253
Hi, I have used 2000 credits to purchase
the the Kite api yesterday. I have created
the app and I got api and secret key. I
have used
https://kite.trade/connect/login?
v3 api key to login it is redirecting to
kite login and I able to login and it is
redirecting to my redirect url with request
token. As my second post request with
this request token is not working for me.
This is the error I am getting. I tried with
my own code and also tried with php sdk
code you provided in your site.
{"status":"error","message":"Invalid
'checksum'.","data":null,"error type":"Token
I have sent the curl request to
https://api.kite.trade/session/token with
http_build_query(array('api_key' =>
'XXxX',"request_token'=>'YYYY','checksum'=>
)));

Need some help....
Sign In or Register to comment.