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

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

Android soft keyboard reverts to default keyboard on orientation change -

jquery - javascript onscroll fade same class but with different div -