☰
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.9K
All Categories
0
Incidents
156
Node JS client
40
Go client
793
.Net API client
381
Kite Publisher
537
.Net / VBA / Excel (3rd party)
459
Algorithms and Strategies
1K
Java client
1.1K
API clients
404
PHP client
4K
Python client
348
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.4K
General
In this Discussion
July 2024
jaydeepmarvaniya17
July 2024
sujith
Param data not received on cancelling authorization
jaydeepmarvaniya17
June 2024
edited June 2024
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 2024
User will be redirected to the specified redirect url. You will have to read request token on that.
jaydeepmarvaniya17
July 2024
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 2024
We will add it to APIs soon.
jaydeepmarvaniya17
July 2024
Thanks sujith, its much needed
Sign In
or
Register
to comment.
but when status is successful the redirect params are sent back well.