1

For mobile app , after payment is instantiated , which method we should use to check success and failure response from 3rd party . And send order confirmation mail .

mobile order success action is which method for mobile app?

1
  • which API are you talking about? Commented Jun 25, 2015 at 9:42

1 Answer 1

0

If you are using soap, you can do it with http://www.magentocommerce.com/api/soap/sales/salesOrder/sales_order.info.html

But I wouldn't do this, because you don't want to give your users (inside of your app) the credentials to check all orders.

So the alternative is to implement your own api which logs in as the customer and then is only allowed to see their orders.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.