☰
Login
Signup
Home
›
PHP client
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In
Register
Categories
Recent Discussions
Activity
Categories
14K
All Categories
0
Incidents
156
Node JS client
40
Go client
794
.Net API client
383
Kite Publisher
537
.Net / VBA / Excel (3rd party)
462
Algorithms and Strategies
1K
Java client
1.1K
API clients
405
PHP client
4K
Python client
349
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.4K
General
In this Discussion
May 2018
bhumi
May 2018
sujith
Order Id not getting
bhumi
May 2018
in
PHP client
$order_id = $kite->orderPlace(array(
"tradingsymbol" => "RCOM",
"exchange" => "NSE",
"quantity" => "1",
"transaction_type" => "BUY",
"order_type" => "MARKET",
"product" => "MIS",
"validity" => "DAY"
), "regular");
By using above method order is placed and it is also shown at Zerodha Account.
But, when I try to get $order_id, it returns NULL value.
sujith
May 2018
You can check out an example for placing the order
here
.
bhumi
May 2018
I am using version v1, so can you please confirm this issue is related to the version or not?
sujith
May 2018
You need to use
the latest version
.
Old APIs are deprecated.
Sign In
or
Register
to comment.
Old APIs are deprecated.