Not receiving Postbacks

Chiran
Chiran edited August 2017 in PHP client
Hi,
I am new to Zerodha Kite connect. I am currently testing different APIs and finding out how the kite connect works.
When I place an order (that I purposely want it to get rejected), the order id is successfully generated and the order gets rejected as expected but I do not receive any postback call from zerodha. What am I doing wrong?
  • Kailash
    INFO:2017/08/21 09:25:24 Postback (3629) x0 YOUR_URL 500
    ^ Postbacks are working but your endpoint is dying with a 500 error.
  • Chiran
    Super!! Thanks for the reply. Managed to get it fixed. It was due to CSRF token invalidation as it was a third party post request.
This discussion has been closed.