Facing issue while implementing Postback( webhook ) with PHP.

amitk
I am trying to use Postback ( webhook ), But i don't see any incoming call from kite on specified Postback URL.
I have tried with POSTMAN with POST body response and it is working fine.

Am i missing something?
Please help,
  • sujith
    Hi @amitk,
    Your endpoint for postbacks looks fine.
    Now that you have setup endpoint, you just need to listen to post request from your end point.
    To test if you are actually getting postbacks, you need to place an order from your app.
    You will only get postback if you place an order from your app.
    We send postbacks for an order with status completed, canceled and rejected.

    Once you do these steps, you will get postback in the body of the request. If you don't get postback, then you can let us know the time of order, we will check logs and get back to you.
  • amitk
    17:09:48 SUZLON NSE BUY 0 / 1 18.6 MIS

    Just tried this ... which got REJECTED. but haven't received any callback.
  • sujith
    @amitk,
    You will only get postback if you place an order from your app.
  • amitk
    Thank you. Its working fine. :smile:
This discussion has been closed.