Ok. I will look into that. But how is it related to this issue?
On Oct 5th, its just 2-3 mins (9:15 to 9:18) where I didn't get callbacks, rest of the day fine. Please note that those are very first orders of the day.
On Oct 8th (today), It worked…
@themohammedfaisal Thanks Faisal for your inputs.
1. Yes resending the cancel order seems to be the solution.
2. This is ATM Strike. Should be more liquid than anything else.
Ok. Finally, I was able to resolve this issue. As mentioned in the above thread, Postback request’s content-type was set to application/x-www-form-urlencoded. This messed up my endpoint. I got carried away because the default parser worked fine with…
@sujith Both options didn't work.
Rejected order: Getting rejected immediately through an exception
AMO order and cancel: These updates not coming to postback
I think I have to try the solution mentioned in this thread
https://kite.trade/forum/discussion/comment/24282/#Comment_24282
Is there any way to test postback response post-market hours?
Could you able to check the postback response sent for this ordereId at your end?
I am using node+express for this. Don't think its anything to do with response length. But it's failing to parse tags array and breaking JSON.
No. It's still same for me. I tried again for the nth time. In your response tags are coming as array for you. For me, it's coming as an object.
{ '{"placed_by":"WZ**33","order_id":"200427005489994","exchange_order_id":"1000000041391151","parent_o…
This is a fresh log from my server.
{"body":{"{\"placed_by\":\"WZ**33\",\"order_id\":\"200427004540731\",\"exchange_order_id\":\"1000000030643963\",\"parent_order_id\":\"\",\"status\":\"COMPLETE\",\"status_message\":\"\",\"status_message_raw\":\"\"…
Hi Sujit,
I have double-checked this. I am aware of the postback format and been using it for a while.
Please try to parse postback JSON for an order with Tag.
Thanks,
Ramesh
Here is working one without passing tag
{"body":{"{\"placed_by\":\"WZ**33\",\"order_id\":\"200427000552047\",\"exchange_order_id\":\"1000000002038995\",\"parent_order_id\":\"\",\"status\":\"COMPLETE\",\"status_message\":\"\",\"status_message_raw\":…
Please find below the payload I got.
{\"placed_by\":\"WZ**33\",\"order_id\":\"200427000396707\",\"exchange_order_id\":\"1100000000373349\",\"parent_order_id\":\"\",\"status\":\"COMPLETE\",\"status_message\":\"\",\"status_message_raw\":\"\",\"order_…
Ok. I have noticed this is broken because I have introduced tag property while placing the order. Postback response is fine without tag property.
Could anyone from Zerodha team confirm whether it will be fixed? If not I have to find an alternative.