where I can set postback_url

yskonde
Hi, I am doing my app coding in .NET framework, I need some help regarding Postback (WebHooks) like 1) where I can set postback_url? 2) Can I created restAPI so that you will call my API once update order status? Can this restAPI URL be postback_url? 3) Please explain in details about WebHooks since your https://kite.trade/docs/connect/v3/postbacks/websocket is not working
  • sujith
    You need to provide a valid HTTPS endpoint that will accept a POST request and with data in the body. You need to set the URL on the developers console. It can't be your localhost. Kite Trade will make a POST request to the provided endpoint.
  • yskonde
    You mean, Postback URL should be Post API, am I right? But can you please tell me which post parameter you are going to send in Body? Else, where I can set parameters or Expected in put Post object ? Supposed My Post API is http://xyz.com/orderUpdates and Parameter are OrderID & OrderStatus . So where I can set these parameters?

    Please help me
  • sujith
    It is not something you set. It is something that Kite Trade will send and you will just read.
    You can check out the documentation and you can see the demo by setting up a bin here.
  • sujith
    Make sure to set the correct URL on the developers console.
Sign In or Register to comment.