Mass retail query-Offsite order execution

RomitBatra
Issue 1 - We are developing multi-user platform for basket order execution for which we have been granted access. While placing order we are using publisher - offside order execution process. Our process includes the following steps. 1) Login through Zerodha (we are getting authentication token during this process) 2) Few steps at our end 3)Using authentication token received in step 1, fetching the margin from Zerodha 4) Order placement through offsite order execution using api_key. During step 4, user is asked to login once more despite the user following step 1. Is there any process to pass the authentication token received during step1 in offsite order placement?

Issue 2 - Is there any method to pass redirect_url in offside order execution placement?


  • sujith
    1. Is there any process to pass the authentication token received during step1 in offsite order placement?
    The end user has to click on log into Kite web checkbox during the first login flow.

    You need to pass redirect_url param in the post body for post order placement redirection.
Sign In or Register to comment.