☰
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
13.8K
All Categories
0
Incidents
154
Node JS client
40
Go client
793
.Net API client
378
Kite Publisher
537
.Net / VBA / Excel (3rd party)
457
Algorithms and Strategies
993
Java client
1.1K
API clients
404
PHP client
4K
Python client
346
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.3K
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.