WebHook Implementation

shahvj7
Hi. I was wondering if you could help me implement WebHook connection for getting order updates.
I read somewhere that only orders placed through actual API and not through Zerodha's Mobile or Web App can receieve updates using Webhook. Is that true?
I am currently placing orders through Web Application and since I do not intend to pay for Websocket, I had a plan of using Webhook to get these order updates.
  • Nivas
    The Postback API is designed to send notifications only for orders placed using the app’s specific API key. You may refer to the documentation for more details.
  • shahvj7
    Also, I do not need to subscribe to websocket as I have no need for marketdata. All I want is to be able to listen to orders update realtime and I have been suggested to use webhook. Is it possible?
  • nagavenij
    If you intend to use the Kite Connect Personal API, you can receive order updates through Postback/Webhook.
  • shahvj7
    But the orders needs to be placed via Kite Connect Personal API only, right? @nagavenij
Sign In or Register to comment.