Adaptive PayPal on iOS

Is there any documentation for adaptive PayPal payment with iOS?

I have documentation, but I can not find any source code to implement PayPal parallel payment with iOS. Can anyone help me find out about responsive payment with iOS.

Thanks in advance.

+4
source share
1 answer

You can use paypal sdk for ios found here for mobile payments. The zip file contains the library, code samples, and documentation. Basically, to use concurrent payments, you simply set up multiple payees. There is also an example of how to implement a simple payment, a constrained payment, and prior approval.

0
source

Source: https://habr.com/ru/post/1415814/


All Articles