I implemented it and it's working fine, except for the values that I am getting for my Order.
The "status" field is giving the correct value - for e.g. "Rejected" but the "status_message" field is not giving the same value as what I get from the Order details API (like for e.g. "RMS:Margin Exceeds, Required:0, Available:0"). Instead, the "status_message" is giving the same value as the "status" field which is not very helpful to the user.
Hi @KUL , I used the Google AppEngine for my Backend Server which receives the Postback Calls. See https://cloud.google.com/appengine/ . And then used Google Cloud Messaging to send these notifications from the AppEngine to my mobile (Refer: https://developers.google.com/cloud-messaging/ ). With the new version of Google Cloud Messaging called "Firebase Cloud Messaging", the implementation has become easier it seems, though I haven't tried it out.
@Kailash, thats great news. My free AWS account is expiring in a few months. If this is done, then I can run it from my local machine itself, without the need to poll the order status.
On a side note, I had sent an email for enquiring about the multi user support. Though right now, I am not considering a startup, I was planning to extend the service to a couple of other accounts. I haven't got any response on that.
Thanks for providing the Postback API.
I implemented it and it's working fine, except for the values that I am getting for my Order.
The "status" field is giving the correct value - for e.g. "Rejected" but the "status_message" field is not giving the same value as what I get from the Order details API (like for e.g. "RMS:Margin Exceeds, Required:0, Available:0"). Instead, the "status_message" is giving the same value as the "status" field which is not very helpful to the user.
Could you please look into this?
Thanks & Regards,
Ishwar.
On a side note, I had sent an email for enquiring about the multi user support. Though right now, I am not considering a startup, I was planning to extend the service to a couple of other accounts. I haven't got any response on that.