Hi @sujith,
There is an api to capture browser close events https://api.jquery.com/unload/. Would it be possible to use this and propagate that back to the parent window?
@sujith,
A user would have performed a few activities in our app before/after placing an order on KITE. We want to tie these activities to that order. If there is any other means to enable kite buttons apart from the kite publisher api we can try th…
@sujith It is good to know that we can get order_id from the publisher api. Could you please help us figure out how to do it?
We are using this https://kite.trade/docs/connect/v1/#generating-dynamic-buttons-with-javascript
api in particular to cre…
@sujith Yes we do get the order id from the web hooks. What we are trying is to connect other actions a user performed while placing that order with the web hook data. So we will need that order id from the kite publisher API as well
By going through other discussions I see that request token has nothing to do with the order details. If we can just get an order_id along with the status it will be of great help.