Paypal API for iOS -
I am working on the iOS project that has functionality like the user can sell the product to another user. I've integrated the PayPal API to make a payment. I did an R & D on this subject and I came to know that I do not have to apply the Adaptive PAI, rather the Simple Payment API. I have integrated under PayPal SDK:
It has a simple payment and parallel payment method but there is no way to fund transfer or adaptive payment. So if anyone has the idea that how can I transfer money directly from the buyer to the seller's account, please give me some advice.
Thanks in advance.
I believe that you are using the new "mobile SDK" which is the REST API And has not fully supported adaptive payments so far. Instead, you have been built on the "classic" API and supports all the features.
You can find more information about two here:
Comments
Post a Comment