So, I have some webhook to purchase stocks when I get request to it. I had placed some tradingview alerts on nifty 500.
My app automatically makes the webhook inactive when order gets placed successfully, so it doesn't place other orders when I already have one.
Here comes fyers API, I check whether order was successful based on fyers API response. But for all the orders that happened, it returned:
```
Order Response: {
code: -99,
message: " ",
s: "error",
id: "25012000002697",
}
```
No message, and all the orders were sucessfully placed.
I took like around 12 orders like that, would really like to know why this happened and refund of the lost amount because of this.
This is not the first time I am facing issues with Fyers API, and websocket.
PS: I already have raised ticket regarding this.