why postback url is mandatory.

maddy123
I want to create kite app for my own trading. the problem is now I need public domain (with ssl certificates) so that I can configure postback and redirect urls.
Is there any alternative for individual developer ?
  • sujith
    sujith edited December 2018
    Hi @maddy123,
    Only redirect URL is mandatory, a postback URL is an optional parameter for creating a Kite Connect app.
  • maddy123
    maddy123 edited December 2018
    @sujith thanks.
    if I don't provide postback url how I ll receive my order modification updates?
  • maddy123
    maddy123 edited December 2018
    as I mentioned in another thread, in websocket order updates data is not received. I put a debugger in regular kite application websocket code as well and there also only order response json is received which has no order data.
    {
    "type": "order",
    "data": {}
    }


    I don't want to poll every minute for order status.
  • sujith
    Can you mention what is the meaning of regular kite application?
  • maddy123
    kite web application. kite.zerodha.com
    is the websocket different for kite web application and kite connect application
  • sujith
    Yes, the behavior is different.
Sign In or Register to comment.