Dhan order api orderStatus: "TRANSIT" but the order fails

My order Fails every time. is there any issue with the data
orderStatus: “TRANSIT” then its fails
this is my bracket order request
{
“dhan”: {
“dhanClientId”: “7844556545”,
“correlationId”: 94551515551,
“transactionType”: “BUY”,
“exchangeSegment”: “NSE_FNO”,
“productType”: “BO”,
“orderType”: “LIMIT”,
“validity”: “DAY”,
“securityId”: 51460,
“quantity”: 75,
“price”: 92.34,
“afterMarketOrder”: true,
“amoTime”: “OPEN”,
“boProfitValue”: 8.57,
“boStopLossValue”: 5.54
}
}

this is the response

{
“order”: {
“orderId”:“5525032434141”,
“orderStatus”:“TRANSIT”
}
}