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
6
votes
1 answer

Paypal adaptive payment php

I have this problem. I've follow this tutorial -> http://www.youtube.com/watch?v=rzRR1i-F_VA and after setting everything, I have some problem with getting through the authentification process. And After some research on authentification, I've…
Carl Boisvert
  • 2,173
  • 3
  • 17
  • 19
6
votes
1 answer

Adaptive Payments without modal box or popups?

Is it possible to launch the payflow entirely inline (a la Express Checkout)? How? We're using chained payments and everything works on non-iOS-mobile devices (and in Chrome for iOS), but we're making a web app, so we need this to work on phones. …
Ben Y
  • 1,711
  • 1
  • 25
  • 37
6
votes
1 answer

Paypal preapproval payment using embeded Light box

I am working in embedded adaptive preapproval payment now the issue I am facing is how to implement preapproval payment using light box. I have implemented pay action by setting paykey using light box its working good, but same the thing I have…
6
votes
1 answer

Paypal Embedded Flow - POP window blocked

I have successfully integrated Paypal Embedded Chained Adaptive Payment system. I have been testing it in sandbox environment. On GOOGLE Chrome, when user initiates the payment procedure, a light box gets opened with a login button inside it, but…
sandeep Kumar
  • 121
  • 1
  • 8
6
votes
2 answers

Error #520009 - Account is restricted

I get a 520009 error (Account xx@xx.com is restricted) when trying to make a parallel payment. My code worked fine using the sandbox but I switched to the live endpoint and it began failing. The account in question is a valid paypal account and I…
Avinash
  • 790
  • 2
  • 11
  • 26
6
votes
1 answer

PayPal IPN response not getting a payKey or trackingId?

I'm trying to get the whole PayPal AdaptivePayments#Pay working, that part works. I pass a bunch of stuff in, get a paykey, which I pass to the approval url: {returnUrl: urls[:return], cancelUrl: urls[:cancel], requestEnvelope: {errorLanguage:…
Michael Baldry
  • 1,990
  • 2
  • 14
  • 28
6
votes
2 answers

Paypal error: user is not allowed to perform this action

I am trying to implement chained adaptive payment with the Paypal SOAP API. In my sandbox it works fine. Now I moved the code to the live API. When I make a payment with a primary receiver it return this error: user is not allowed to perform this…
Nisam
  • 2,275
  • 21
  • 32
5
votes
1 answer

Embedded Payment return url shown in iframe

I'm trying to implement adaptive payments as embedded payment with lightbox. It works fine until a user makes a payment, but after user completes the payment page specified by return url gets loaded within the iframe. I'm expecting it to be loaded…
TAT
  • 113
  • 1
  • 6
5
votes
1 answer

Correct PayPal Adaptive Payments flow in crowd-funding site. I'm stuck

I am developing a crowd-funding site (similar to Kickstarter) using the CodeIgniter framework. I "successfully" implemented PayPal's adaptive payments using this library. But, I'm just not sure how to correctly and securely check for…
Jonathan
  • 8,676
  • 20
  • 71
  • 101
5
votes
1 answer

Workflow with PayKey using PayPal Adaptive Payment

I'm trying to implement a payment system using the new PayPal API (Adaptive Payment). So far, I have this workflow : Send a request to PayPal for : AdaptivePayments/Pay This create a Pay request, and return a payKey that is valid 3 hours…
Cyril N.
  • 38,875
  • 36
  • 142
  • 243
5
votes
1 answer

Paypal transfer money from one account to another

I am aware of this recommendation How to send money to any paypal account but what I've tried so far seems unsatisfiable to me... I am working on a social networking site on which I want to allow users to pay for services via paypal account. The…
draganstankovic
  • 5,382
  • 1
  • 27
  • 33
5
votes
0 answers

How to fix "520002 Internal Error" response of GetPaymentOptions API?

I am supporting eCommerce project that uses PayPal Adaptive Payments. Suddenly, GetPaymentOptions production API began to respond with 520002 Internal Error. The same Sandbox API works fine, but production one crashes with that error. Official…
5
votes
2 answers

Integrate Paypal in multi merchant website

I have a multi merchant website and in that what i need to do is when customer purchase a product 5% of the money is gone to website paypal account for service and rest of the money will be gone to seller paypal account. I need to integrate paypal…
Rajat
  • 486
  • 1
  • 10
  • 35
5
votes
1 answer

PayPal Sandbox 500 Proxy Error- PayPal Adaptive

We are aware that PayPal rolling out upgrades to make use of SSL/TLS SHA256 for security purposes. Today i met with strange issue on PayPal Sandbox mode for my PayPal Adaptive Application even though my site follows HTTPS. To add further, same…
Jahir
  • 93
  • 7
5
votes
1 answer

Paypal refund api for paypal adaptive payments when sender is more than one?

I have paypal adaptive payments enabled in my website. When customer buy any product from a third party seller then about 90% of the amount seller gets and about 10% amount is transferred to me. Bu in case customer wants refund for that product then…
1 2
3
68 69