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
48
votes
2 answers

How to send money to any paypal account

Is it possible to send money using paypal API to any paypal account (not just to API credentials owner). I know that it's possible to do that using IPN, but I need to use SOAP.
Martin Rázus
  • 4,615
  • 5
  • 30
  • 33
29
votes
1 answer

How do I get an application id for the Paypal sandbox?

I've been going around in circles with the paypal documentation. How do I get a paypal app id for the paypal sandbox using the Adaptive Payment API? I already have a username/password/signature for the sandbox. Adaptive Payments has been deprecated.…
NatGordon
  • 956
  • 2
  • 10
  • 17
21
votes
4 answers

Paypal Adaptive payment for mobile web

Im integrating Paypal Adaptive Payment API for a mobile website. But when Im submitting payment to https://www.paypal.com/webscr?cmd=_ap-payment&paykey=value ( For Sandbox : https://www.sandbox.paypal.com/cgi-bin/webscr ) Its always redirecting to…
Sency
  • 2,818
  • 8
  • 42
  • 59
20
votes
2 answers

Paypal REST API Adaptive / Multiple Payments (change payee)

I've just started looking at Paypal's REST api. One thing I can't seem to see is a feature paypal call Adaptive Payments. This allows me to register my app with my developer account, but not be involved in the actual payments. e.g. my app allows my…
GWed
  • 15,167
  • 5
  • 62
  • 99
17
votes
3 answers

PayPal API - Verify that an account is valid / exists / verified

Has anyone been able to verify the validity of a PayPal account only by the email address? AdaptiveAccounts GetVerifiedStatus (in PayPal's own words) is only for use by their key strategic customers (see below), and I cannot find any other way to…
Jordan
  • 327
  • 1
  • 3
  • 15
15
votes
5 answers

Using Paypal Adaptive Payments API like Kickstarter uses Amazon Payments?

I'm wondering if it's possible to use Paypal Adaptive Payments in the way that Kickstarter.com are using Amazon Payments to collect/fundraise. For example: A user sets up a project. People pledge $5 to that project, and if it meets a goal, the…
paravion
  • 171
  • 1
  • 5
12
votes
1 answer

What are the differences between Paypal's API and BrainTrees v.zero API, and Which would work more efficiently for a Node.JS Marketplace Website?

Please explain the difference between all the different PayPal API's that are offered, and why they have so many different ones. If you were to build a new marketplace website in comparison to Amazon or Etsy, or an SaaS such as Volusion or Shopify,…
Tim
  • 1,583
  • 13
  • 27
12
votes
1 answer

PayPal payments with both PayPal Accounts and Credit Cards on iOS as a third-party merchant

I'm trying to add payments to an iOS App I'm developing, where some people sell physical goods, and other ones buy them, but I didn't find any solution that fits my needs. Currently, I've added the PayPal MPL SDK, as described here. However, the…
leonardfactory
  • 3,353
  • 1
  • 18
  • 25
11
votes
5 answers

Where are "My Selling Tools", "Website preferences", and "Instant payment notifications" in new Paypal website?

I'm pretty confused with new PayPal. I have sandbox accounts, but now I needed to create production (business) account for actual real payment. But all look and feel are different now and all the links are different. Seems Paypal changed their web.…
10
votes
1 answer

PayPal Adaptive Payments Service 550001 Error

I have implemented a functionality into the admin panel where the admin can release the fund to seller (I am not sure but think this is what we called Adaptive Payments). A buyer is paying some amount to the admin of application now the admin can…
Anshul Mishra
  • 1,706
  • 2
  • 15
  • 38
9
votes
1 answer

PayPal Adaptive Payments IMPLICIT Pay API

I am basically trying to use the PAY call of Adaptive Payments to programmatically and immediately send funds from my own paypal account to other accounts. According to the documentation, so long as I specify the senderEmail (my own paypal address,…
Authman Apatira
  • 3,994
  • 1
  • 26
  • 33
9
votes
2 answers

PayPal Adaptive Payments - description field

I'm using paypal adaptive payments for my website. I have different sellers and different products but the problem is that when a user buy something from my website in the payment summary there is the name and surname of the seller instead of the…
Luca Pennisi
  • 631
  • 2
  • 10
  • 14
9
votes
1 answer

PHP example for PayPal Adaptive Payments ConvertCurrency API

Trying to wrap my head around the new PayPal Adaptive Payments API - specifically the ConvertCurrency functionality. Has anyone had any luck with this in PHP? Documentation: https://www.x.com/docs/DOC-1400
user217764
9
votes
3 answers

How do you get the payKey from a transactionId?

I've been using PayPals IPN to receive and process payments, storing the transactionId as a reference. The time has come to be able to refund payments through the system I'm developing and here lies the struggle. When using entering a transactionId…
9
votes
2 answers

Paypal Embedded Flow not using returnUrl or cancelUrl

I am using Paypals Adaptive Payments and Embedded flow feature to provide checkout via a minibrowser. Everything seems to be working correctly in the sandbox environment except that when the payment is completed successfully, the user is never…
1
2 3
68 69