callback when my order gets executed

shankar1318
Is there any way to get my function called when the order gets executed. I dont see any such parameter in the order_place() or order_modify() functions.
  • sujith
    You can use postbacks. You need to setup endpoint to accept post request and Kite trade will send postbacks like this. You can go to developers console and set postback URL.
Sign In or Register to comment.