Best way to do Payment integration in Mobile Platform? [closed]
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 9 years ago.
Improve this questionToday's world is mostly converted to mobile platform from the desktp platform and most of the payment trasaction, purchase and ecommerce facilities available via mobile applicaitons.
So, What is the best way to do payment integration in mobile application specially in iPhone, iPad, Android, Blackberry and Windows platform? There are plenty of third party API available out there but which one is the secure method to do paymaent gateway for mobile application development.
(1) For iOS platf开发者_如何学Corm we have inApp Purchase but it takes almost 30% to the apple and owner will get only 70% of the payment. Still there are some limitations are there as we can't provide the physical goods and services via inApp Purchase. (2) Paypal is the secure method of payment gateway and it is also implemented in many of the mobile applications. (3) Direct credit card payment option is also great one to use. (4) There are many third party APIs available out there.
So, Here for mobile application development which is the best method to use specially for iOS platform like iPhone and iPad application that can be easily approved by apple without any problem.
We have two APIs for payment integration with iOS apps. The first uses app to app integration where transaction data is sent from the developer's app to our payment app. The other API allows developers to seamlessly integrate our payment app functionality into their app. Both APIs allow for easy approval by Apple and removal of the PCI-DSS compliance burden. For more info you can start here: http://developers.moblized.com/.
Update: We'll have similar APIs for Android by April 15, 2012.
If you have in app purchases, they HAVE to use Apple's API or else your app will be rejected.
The only way to (sort of) get around it is to have the purchase be on a website and it will unlock something on your app. You can't link to the website from your app though so it's kind of useless if you don't already have users visiting your website. This is how the Kindle app does it since Apple forced the use of their in-app purchase API.
精彩评论