Order rejected "bo is not allowed for this stock. Kindly place an order with a different product type."


  • My order rejected and showing this message
    "bo is not allowed for this stock. Kindly place an order with a different product type."

    I am using PHP SDK, Please help me

    my order parameters are
    $params=[
    'variety' => 'ROBO',
    'tradingsymbol' => $order['symbol'],
    'symboltoken' => $order['token'],
    'exchange' => 'NSE',
    'transactiontype' => 'BUY',
    'ordertype' => 'LIMIT',
    'quantity' => $order['qnt'],
    'producttype' => 'INTRADAY',
    'price' => $order['price'],
    'squareoff' => $order['squareoff'],
    'stoploss' => $order['stoploss'],
    'triggerprice'=>0,
    'duration' => 'DAY'];


  • Hi @asiyaafreen01992

    Apologies for delayed response.
    Kindly share us the trading symbol to analyze on this.

    Regards,
    SmartAPI team