Unable to transact Permission Error

RomitBatra
Hi,
I am using Rest API using Postman to test the API integration and it gives an error as below
{
"status": "error",
"message": "Insufficient permission for that call.",
"data": null,
"error_type": "PermissionException"
}
Below is what I am hitting on Postman
{
"tradingsymbol": "ACC",
"exchange": "NSE",
"transaction_type": "BUY",
"order_type": "MARKET",
"quantity": "1",
"product": "MIS",
"validity": "DAY"
}

I have purchased both API and Historical Data and tried regenerating the access token as well

Kindly help
  • sujith
    It seems like you don't have order place permission. You can speak to compliance team by writing to kiteconnect(at)zerodha.com

    PS: All third party platforms need to use Kite Publisher to place order.
Sign In or Register to comment.