Questions tagged [paypal-adaptive-payments]

The Adaptive Payments API enables an entity to send money in many different scenarios, from simple to complex. For example, you might build a small send money application for a social networking site or a robust payroll system.

Adaptive Payments was deprecated by PayPal in December of 2017, and is no longer available for new integrations. Possible alternatives include PayPal Checkout for receiving payments, and PayPal Payouts (with approval) for sending payments. There are also some PayPal for Marketplace offerings that are only available to certain PayPal partners, contact PayPal for more information.

Related Tags

1024 questions
-3
votes
1 answer

PayPal Adaptive payment using Access Token

I want to make a Adaptive payment from one account to other account.I can get a Access token .But i don't know how to make a Pay API call using Access token. Actually I want to bypass PayPal login screen. global $token; $url =…
-3
votes
1 answer

NetworkOnMainThreadException Error even with AsyncTask

I have problem with the http post. This method works for other usage in my other classes/activities but now that I am integrating with paypal, it don't seem to work. Is it because I am applying it in onActivityResult? If so, how do I rectify…
-3
votes
1 answer

How to receive a success response once the PayPal Adaptive Payments pay operation is completed?

I am trying to integrate PayPal Adaptive Payments into my localhost project. Until now I have managed to perform the paying process. However I need to receive a success response once the payment has been completed in order to update my database. I…
JEPAAB
  • 166
  • 3
  • 14
-4
votes
2 answers

PayPal Adaptive Payment (Chained Payment) Integration in Android

I am integrating PayPal Adaptive payment in my apps and searching for solution of my problem.If any one had implemented chained payment in android please provide me help. Problem:- When integrating chained payment in my app using PayPal_MPL.jar.Its…
PankajSharma
  • 1,529
  • 14
  • 27
1 2 3
68
69