Hi, Our app allows user to place trade on zerodha kite page,after placing the order user is being directed to a redirect url where we are only getting data such as status i.e success/failure,request_token & action. We need information about trades placed by the user(price at which the trade was placed,quantity and trading symbol of trade placed). We know that there is an option of keeping readonly=true but we don't want to restrict our users. Kindly suggest steps to implement the above process.
@saurabharas The Basket order will redirect back to redirect_login along with a request_key. After which, you are free to use this request_key to create a new Kite Connect session for further API interactions(may be request order book and check specific orders detail).Tag these orders while placing,for easy to filter order detail at end. Have a look to this part of the documentation.
@rakeshr When I am trying to log-in a user with a kite connect + kite publisher account it is asking the user to authorize and when an authorize button is clicked it is saying "The user is not enabled on the app".
@rakeshr Have mailed you our project requirements to rainmatter , previous support from rainmatter was limited,kindly request you to look into the matter.
The Basket order will redirect back to redirect_login along with a request_key. After which, you are free to use this request_key to create a new Kite Connect session for further API interactions(may be request order book and check specific orders detail).Tag these orders while placing,for easy to filter order detail at end.
Have a look to this part of the documentation.
When I am trying to log-in a user with a kite connect + kite publisher account it is asking the user to authorize and when an authorize button is clicked it is saying "The user is not enabled on the app".
You need to have multi-user access.Can you mail brief detail about required project to [email protected].
Have mailed you our project requirements to rainmatter , previous support from rainmatter was limited,kindly request you to look into the matter.