☰
Login
Signup
Home
›
General
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In
Register
Categories
Recent Discussions
Activity
Categories
14.1K
All Categories
0
Incidents
157
Node JS client
41
Go client
797
.Net API client
385
Kite Publisher
537
.Net / VBA / Excel (3rd party)
463
Algorithms and Strategies
1K
Java client
1.1K
API clients
407
PHP client
4.1K
Python client
349
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.4K
General
In this Discussion
January 2018
sanjayjain85
January 2018
tonystark
Login issue
sanjayjain85
January 2018
in
General
I am not able to obtain the access token after multiple attempts.
I am getting below error
{
"status": "error",
"message": "Invalid checksum",
"error_type": "TokenException"
}
Steps followed:
1) Obtained request token
2) Create SHA256 online by giving api_key, request_token,secret without space
3) Invoked
https://api.kite.trade/session/token?api_key=mykeyvalue&request_token=requesttokenvalue&checksum=1F4770D9D7D9A5B0DFCF5FD266234EFB72E3D86265A376CD898A3C951C903DBE
Could you let me know what is wrong with this approach?
Tagged:
login
invalid checksum
@tokenexception
tonystark
January 2018
Can you give the snippet that shows how you generate SHA256 checksum? And which language you are using?
sanjayjain85
January 2018
i am using
http://passwordsgenerator.net/sha256-hash-generator/
sanjayjain85
January 2018
it is resolved using java
This discussion has been closed.