Hi,
Can we send one extra parameter i.e "tag" while placing an order using Publisher Js plugin?
Example : kite.add({
"exchange": "NSE",
"tradingsymbol": "INFY",
"quantity": 5,
"transaction_type": "BUY",
…
Hi ajinasokan,
This is my implemented java code.
{code}
@PostMapping("/api/v2/aggregators/postbackorders")
public ResponseEntity getOrderStatusFromZerodha(@RequestBody ZerodhaOrderPostbackResponse response) {
}
Here is response that i am expec…
Hi Sujith,
For example, if i register postback call as "https://example.com/api/v2/postback". According to previous example logs should be available at "https://example.com/api/v2/postback/". But i am not able to see the logs. So from whe…