Kite Postback API does not work

rahul582
I have been trying this for many days now.

I just can not see any POST variables in my Postback API requests. I am getting the requests on COMPLETE or CANCEL events but I dont see any variables.

Is this functionality working as it was described in the API.
Any one using it successfully ?
  • sujith
    Hi @rahul582,
    Postbacks are sent only after an order is complete, canceled or rejected.
    Payload is hashed, take a look at doucumentation to know how to parse it.
  • rahul582
    @sujith

    I am getting a Postbacks through my webserver.
    But the Postback page (destination) is not getting any POST data.
    Only the POST request is coming.

    My question is whether this functionality is working correctly for anyone ?
  • sujith
    @rahul582,
    It is working fine. Can you paste your code here?
Sign In or Register to comment.