Questions tagged [paypal-mpl]

PayPal Mobile Payment Libraries.

The PayPal Mobile Payment Libraries (MPL) provides a secure, extensible, and scalable way to add PayPal functionality to your native mobile apps. Using MPL, you place a Pay with PayPal button in your app's payment flow, which lets customers use their PayPal accounts for payment transactions. MPL completely integrates the payment flow into your app, and customers complete their checkouts without needing to open a webview to process the payment.

4 questions
2
votes
0 answers

PayPal MPL library's preapprovalWithKey method neither returns any error nor calls any delegate. How to handle?

I am using PayPal MPL in my project. The server fetches me a key for preapproval and I open up the MPL UI for authorizing the key. For opening the UI I call the following method: [[PayPal getPayPalInst] preapprovalWithKey:payPalPreAprovalKey…
GKK
  • 232
  • 1
  • 3
  • 15
1
vote
0 answers

Pod install PayPalMPL results in empty pod

I've created a new sample iOS project and this pod file: target 'PayPalSample' do pod 'PayPalMPL', '~> 2.1' end After executing "pod install" I get this output: Analyzing dependencies Downloading dependencies Installing PayPalMPL…
user2549803
  • 333
  • 1
  • 3
  • 15
0
votes
1 answer

"System unavailable please try later " - error in PAYPAL MPL SDK in iphone

I am integrating Paypal into an iphone application using the Adaptive payment option from PAYPAL MPL SDK, but am getting this error message: System Unavailable . please try again later I used PAYPAL MPL SDK downloaded from this link:…
Hiren Dhamecha
  • 658
  • 5
  • 15
0
votes
1 answer

PayPal adaptive payments error: incorrect credentials

I'm implementing PayPal payments in iOS application. I need to transfer money from customer to merchant account so I'm using old MPL SDK with adaptive payments. All works. Now I need to verify payment on server side. For this I'm using…