Get details of orders placed via Publisher

nvineeth
Hi,

We are implementing the zerodha publisher integration and had a question on this.

In the publisher UI, the user is free to edit, ignore specific assets before placing the order.

Is there a way to get back the exact order details that user has placed?

In the publisher response, we see there is a request token. How do you recommend we use this for achieving the above usecase?
Tagged:
  • sujith
    Hi @nvineeth,
    You have two options,
    1. Pass param as readonly=true as mentioned here.
    2. Subscribe for KiteConnect and add postback url to get postbacks which includes order details.
    You can pass param called "tag" while generating custom button and you can find same order from your postback data.
  • sujith
    In the publisher response, we see there is a request token. How do you recommend we use this for achieving the above usecase?
    You can use the same request token to get access token, if you have KiteConnect app.
  • nvineeth
    Thanks a lot, Sujith. This helps.
This discussion has been closed.