Order Postback (WebHook) not working

Rithik
We have set a postback url in our app dashboard and given below is a curl request of what we implemented.
curl -X POST "https://xxx/Trading/Zerodha/WebPostback"
-H "Content-Type: application/json"
-H "Accept:*/*"
-d "{
"user_id":"RT0483",
"app_id":1234,
"checksum":"7436a06a039381bdc67e78fe9d7653f52edda422959b0be2be35d0379663f89a",
"placed_by":"AB0012",
"order_id":"210709003691276",
"exchange_order_id":"1300000015536862",
"parent_order_id":null,
"status":"UPDATE",
"status_message":null,
"status_message_raw":null,
"order_timestamp":"2021-07-09 15:00:57",
"exchange_update_timestamp":"2021-07-09 15:00:57",
"exchange_timestamp":"2021-07-09 15:00:57",
"variety":"regular",
"exchange":"NSE",
"tradingsymbol":"SBIN",
"instrument_token":779521,
"order_type":"LIMIT",
"transaction_type":"BUY",
"validity":"DAY",
"product":"MIS",
"quantity":1,
"disclosed_quantity":0,
"price":420,
"trigger_price":0,
"average_price":0,
"filled_quantity":0,
"pending_quantity":1,
"cancelled_quantity":0,
"market_protection":0,
"meta":{},
"tag":null,
"guid":"7831XMQ"
}"

Please let us know when is the postback url called for a order lifecycle, and guide me if we are doing something wrong.

@sujith
Sign In or Register to comment.