Urgent Fix for UDAPI100500 Intraday order is not allowed on this scrip

Hi Team,
I am looking for a fix for the above issue .

See the request and response:

https://api-hft.upstox.com/v2/order/place

{
    "quantity": 182,
    "product": "I",
    "validity": "DAY",
    "price": 0,
    "tag": "dynamic_trading_intraday",
    "instrument_token": "NSE_EQ|IN9623B01058",
    "order_type": "MARKET",
    "transaction_type": "BUY",
    "disclosed_quantity": 0,
    "trigger_price": 0,
    "is_amo": false
}

The response I get :


Failed to place order: {'status': 'error', 'errors': [{'errorCode': 'UDAPI100500', 'message': 'Intraday order is not allowed on this scrip. Place a delivery order instead.', 'propertyPath': None, 'invalidValue': None, 'error_code': 'UDAPI100500', 'property_path': None, 'invalid_value': None}]}

Plase suggest me the API to check if intraday is supported or not for a particular stock . Also, you can tell me on how can I check it from the app and I also see security is under surveillance .How can I check that from the API ?

Hi @Kaustubh_A

This API is currently in our backlog pipeline, and we will notify you once it is released.

Thank you.