☰
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
14.1K
All Categories
0
Incidents
158
Node JS client
43
Go client
801
.Net API client
386
Kite Publisher
538
.Net / VBA / Excel (3rd party)
465
Algorithms and Strategies
1K
Java client
1.1K
API clients
408
PHP client
4.1K
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.