Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

which is the best payment gateway for service purchasing in iOS app?

I am developing one application for iOS. In that user can purchase doctor services. I dont have any idea about payment gateways. So, please suggest me which is the best payment gateway method and how to implement that in my iOS app. ( I am from India), i heard payment gateway methods depends upon the country.

like image 739
Anilkumar iOS - ReactNative Avatar asked Jul 24 '14 09:07

Anilkumar iOS - ReactNative


People also ask

What is payment gateway in iOS?

Simply speaking, a payment gateway happens to be a business application handling online transactions and transferring amounts between the seller and the customer. Customers make use of this technology for integrating debit cards and credit cards for making payments using mobile apps.

Which is the most popular payment gateway?

1. PayPal. Paypal is an eCommerce payments platform designed to help people and companies to send and receive payments without providing financial information. It is one of the top-rated payment gateways that allow users to send or receive payments across the globe with just email address instantly.

Can iOS apps use Stripe?

You can use any of Stripe's supported payment methods and Apple Pay in your iOS app to sell physical goods (for example, groceries and clothing) or for services your business provides (for example, club memberships and hotel reservations).


1 Answers

There are quite a few - also depends on your country as not all providers cover all countries. Take a look at:

https://stripe.com/

https://www.braintreepayments.com/

and probably http://www.paypal.com

What you want is something that's easy to code for (securely) in iOS. All the above (as well as many others) have APIs and sample code that make connecting to process payments easy and secure.

EDIT

Just seen you've added that you're in India. Assuming that means that you want to process payments in India, then I think your options (as at July 2014) are more limited. Certainly stripe and braintree don't cover India. I believe PayPal do (although maybe not with their latest APIs), so that might be your best bet.

like image 143
CharlesA Avatar answered Sep 18 '22 02:09

CharlesA