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
0 answers

Bundler could not find compatible versions for gem "rails" with PayPal's adaptive_payments_samples

Getting the following error while trying to install 'adaptive_payments_samples' gem: https://github.com/paypal/adaptivepayments-sdk-ruby/tree/master/samples I'm not sure what gem I am missing or what dependency problem I should solve. Did bundle…
Ben
  • 2,957
  • 2
  • 27
  • 55
3
votes
1 answer

Primary receiver refunds a chained payment from their PayPal account; what happens?

I'm developing a PayPal chained payment app where Primary receiver = the service provider, gets 90% of payment Secondary receiver = marketplace, gets 10% of payment It's all working in the Sandbox environment, but there's a snag - when the primary…
skegs
  • 33
  • 5
3
votes
0 answers

Paypal peer to peer transaction with commisson

I'm trying to implement a PoC in iOS related with peer to peer payments. I'm in the initial stage of this project and my first idea was the adaptive payments by PayPal. This is the scenario: User A (normal user) sells the product. User B (normal…
Rice
  • 155
  • 3
  • 11
3
votes
0 answers

ASP.NET PayPal Parallel Payments

I am needing some assistance with paypal Parallel payments C# I have tried the Classic API and the REST API that paypal has. I am running into cycles and don't know what else to do, I have tried to get chained payments working and I have google'd…
3
votes
1 answer

Use Paypal to accept payments in ASP.NET MVC

Hi I want to use Paypal to accept payments in my applications. I feel like I'm going around in circles. What I have gathered is that there is very little documentation and a lot of marketing guff that you need to wade through - no disrespect to…
3
votes
1 answer

Paypal payflow link setup no "PayPal Express Checkout" feildset

I'm trying to learn and setup embedded payments. I'm following the tutorial at : https://www.youtube.com/watch?v=qyiv3ndRcZI In part of that tutorial in paypal manager there is an "PayPal Express Checkout" feildset where you can set a live account…
3
votes
1 answer

PayPal Adaptive Payments - User is not allowed to perform this action

I am using paypal adaptive payments and i had sandbox account for this to be test for last 2 months it was working very much fine and all the transactions were successfully made by using sandbox. Now what i'm trying to do is want to go live with…
Salman Shahid
  • 318
  • 4
  • 13
3
votes
2 answers

Delayed chained payments vs. Authorize/Capture + Mass Pay - use case scenario

My use case: buyer buys service from seller, our app facilitates and guaranties the transaction. It should work in the way that buyer sends the money to us, we check if buyer received the service, in that case we send the money to seller. Otherwise…
3
votes
0 answers

Paypal checkout. Customize "Cancel and return to" text.

I'm developing a marketplace which allows users to list items for sell. When an user buys something my application calls the PayPal API and sends the buyer to the Express Checkout page. I've been able to change the logo on the header and some other…
ablazq
  • 35
  • 5
3
votes
1 answer

PayPal Adaptive Payments - retrieving sender's billing address via IPN / API?

I'm using the Adaptive Payments API to redirect the user from my web-site to a PayPal page to finish the payment. I've hooked this up with a 3rd party Invoicing service which listens via IPN. For some reason, the Billing Address does not appear in…
Omer Raviv
  • 11,409
  • 5
  • 43
  • 82
3
votes
1 answer

PayPal Adaptive Payments: transactionStatus vs senderTransactionStatus

I am using PayPal adaptive payments. I am retrieving PaymentDetails details here https://developer.paypal.com/docs/classic/api/adaptive-payments/PaymentDetails_API_Operation/ What isn't clear to me is the difference between senderTransactionStatus…
GWed
  • 15,167
  • 5
  • 62
  • 99
3
votes
1 answer

Does paypay parallel payment sends mail to receiver in android sdk?

I have integrated paypal sdk for parallel payment, I did everything and made payment to two different receivers. When I make payment I get successful message of payment and also I receive PayKey, my problem is that I am not receiving mail of payment…
rahul
  • 2,613
  • 8
  • 32
  • 55
3
votes
0 answers

How to do server verification for PayPal Adaptive (MPL) Payment

We got PayPal Adaptive payments working on our iOS app using MPL due to the requirement to support Parallel payments to PayPal accounts other than our own. My question is where do I find documentation that teaches server side verification of the…
snowbound
  • 1,692
  • 2
  • 21
  • 29
3
votes
0 answers

error- require(PPAutoloader.php) [function.require]: failed to open stream paypal

I want to pay money to users when they click on a button. So i have two options adaptive payments and masspay. However, when i used both's SDK based on php, it will give us an error equire(PPAutoloader.php) [function.require]: failed to open stream…
smart developer
  • 224
  • 2
  • 14
3
votes
1 answer

Execute tasks after PayPal chained payment is successful

Current Status I'm quite new to PayPal and I'm currently integrating chained adaptive payments on our website. Already successfully called the PAY API call via the .NET SDK. Money (sandbox enviroment) will be correctly transferred to each…
Robar
  • 1,929
  • 2
  • 30
  • 61