MIrfan
MIrfan

Reputation: 123

integrate paypal standard in iphone application

I am developing iphone application for a shopping cart, i have done all stuffs but now its turn for online payment, the web version support paypal standard and the client want to stick with paypal standard the user will be redirected and paypal site and log and complete order. Is this possible on iphone?

Upvotes: 1

Views: 1135

Answers (3)

Girish
Girish

Reputation: 4712

Some days before apple does not allow any third party payment gateway. But now apple allows it to use the third party payment gateway like Paypal. You can used paypal library which allows you to pay your payment of products which you purchased from the app. For doing all this, paypal provides the library for mobile application development. I had used it in my 3-4 apps & works fine for me.

may be this could help you link link

Download Mobile Express Checkout Library from library and add the same to your project.

Upvotes: 2

Mohd Kalimullah Sheikh
Mohd Kalimullah Sheikh

Reputation: 363

https://developer.paypal.com/

You need to implement paypal on your web server first.

Then go to that link from UIWebview….

Upvotes: 0

Siba Prasad Hota
Siba Prasad Hota

Reputation: 4789

Why not you using PayPal SDk for Mobile device ? I have integrated PayPal in my app through their MPL library and Modified some stuffs like App Key and price,Store name Receiver account details etc. And its working fine for me.

check this link which is Already answered.

Also you can have a look at Getting started Guide.

PayPal API : How to integrate it in my App? IOS5

Upvotes: 1

Related Questions