java - How to handle shopping cart and payment in an android app? -


i have app writing , have code implement shopping car, add products list/database when user clicks buy button , display list them.

the problem don't know how implement payment process there sought of middle ware or api can use achieve this. thinking send card data website has php script link api or middle ware transaction.

all appreciated. thanks.

so many payment gateways available. can use paypal sdk this. paypal have android sdk.

please check below links

sdk https://developer.paypal.com/docs/integration/mobile/mobile-sdk-overview/

and

https://github.com/paypal/paypal-android-sdk

doc https://developer.paypal.com/docs/integration/direct/accept-credit-cards/

some links shopping cart api payment gateway? (paypal @ least required)

ex: http://www.androidhive.info/2015/02/android-integrating-paypal-using-php-mysql-part-2/ and

http://androiddevelopmentanddiscussion.blogspot.in/2014/05/paypal-integration-in-android.html


Comments

Popular posts from this blog

user interface - how to replace an ongoing process of image capture from another process call over the same ImageLabel in python's GUI TKinter -

javascript - Using jquery append to add option values into a select element not working -

javascript - Restarting Supervisor and effect on FlaskSocketIO -