☰
Login
Signup
Home
›
Python client
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
July 1
jaydeepmarvaniya17
July 1
sujith
Param data not received on cancelling authorization
jaydeepmarvaniya17
June 27
edited June 27
in
Python client
When a user cancel the kite authorization the only payload a client app receive on redirection URL is "status: cancelled" but when status is successful the client app receive param as well. How to get the params on status cancelled?
Tagged:
parameters
Redirect URL Postback URL
sujith
July 1
User will be redirected to the specified redirect url. You will have to read request token on that.
jaydeepmarvaniya17
July 1
Yes user is able to redirected to URL but the params which we passed with request are not returning back when status is cancelled,
but when status is successful the redirect params are sent back well.
sujith
July 1
We will add it to APIs soon.
jaydeepmarvaniya17
July 1
Thanks sujith, its much needed
Sign In
or
Register
to comment.
but when status is successful the redirect params are sent back well.