Meena
Meena

Reputation: 47

payment gateway integration for android app of magento site

I am developing android app for my magento site. I am using REST api. I did upto cart page using rest. Payment and order related things integration is challenging for me , since we need more secured and careful module development.I am blank now. Kindly explain the workflow how to do it along with the things i have to keep in mind.

Upvotes: 1

Views: 615

Answers (1)

MrDumb
MrDumb

Reputation: 2178

For answering this properly, you should provide more information about what problem you are facing and what workflow you are fallowing

Anyways, In cart you must be having all the product and their total price sum. What you can do is you can pass all the information to the payment getway. CCAvanue is a batter option to implement getway. They have awesome support. I have written a post here explaing how to integrate CCAvanue.

After transaction you will be notified by the getway in terms of Successful or failure transaction. If you get a success status you can call the magento web-service to update the database and also you can send email to admin and customer in worker thread. And show status of their transaction on a screen

Upvotes: 1

Related Questions