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

Getting L_ERRORCODE0=10001& Timeout processing request

I am trying to simulate a dummy parallel payment to 2 users using curl. I have done everything as per documentation but the problem is I am getting Getting L_ERRORCODE0=10001& Timeout processing request I dont know why. My code is as…
techie_28
  • 2,123
  • 4
  • 41
  • 62
3
votes
3 answers

Paypal adaptive payments no longer accepting new applications?

After a lot of digging we have paypal adaptive payments working in the sandbox with embedded/chained payments using the paypal_adaptive gem. Now the time has come to try out the live payment system, and as far as I can tell it seems that paypal is…
recurser
  • 105
  • 1
  • 8
3
votes
1 answer

Paypal adaptive payments: unsupported country code error 580022

Just reporting this error that has occurred on any paypal response to preapproval requests in the adaptive payments environment since september 17 in the morning (Italy time): errorId: 580022 domain: PLATFORM subdomain: Application severity:…
3
votes
0 answers

Can a payout, using PayPal Payouts API, be funded directly from the associated Bank account instead of PayPal account?

I have been building a marketplace application with an iOS app as front-end that drives the business. The app can accept payment either through a paypal account or a credit card. I have integrated Braintree iOS SDK into my app and linked the paypal…
3
votes
1 answer

Google is going to remove the PayPal trusted URL

I'm currently working on a project, which uses PayPal for it's payments. And I'm a bit concerned about this notification which Chrome trows. The SSL certificate used to load resources from https://www.paypalobjects.com will be distrusted in M70.…
3
votes
2 answers

Paypal Payments - 500 Error

I am trying to make a automatic payment in my system, and got it to work perfectly in sandbox mode. As soon, as I switch to live mode I am receiving a 500 error. I am not sure if maybe the URL's I've copied are maybe from a legacy site or something.…
BCLtd
  • 1,459
  • 2
  • 18
  • 45
3
votes
1 answer

Paypal is not overriding the return URL?

I need to override the given default Auto return URL from the paypal button HTML code. I followed these steps: Check the Auto return Url section and gave a default URL Generate a Buy Now button and left the Return and Cancel URL options as it…
Amit Pal
  • 10,604
  • 26
  • 80
  • 160
3
votes
1 answer

How to track recurring payment details with paypal in php?

I am using paypal as my payment gateway in one of my cakephp 3.3. I have already done with recurring payment and it is working fine.But i am not able to track every payment of specific user after the recurring payment start. So please help me on…
3
votes
0 answers

Change the Business Name to use the PrimaryReceiver's name in Preapproval interface for Adaptive Payments

I would like to change the Business Name to use the name of the PrimaryReceiver. Is it possible via Adaptive Payments API?
3
votes
0 answers

Getting Error with adaptive payment using Paypal MPL library in android

I m getting below message with adaptive payment using Paypal MPL library in android. This app contain payment capabilities that aren't compatible with your device is adaptive payment using this library is deprecated ?
3
votes
1 answer

Perform a PayPal payment automatically using PHP

How can I automate a PayPal payment using PHP? I have the email of my PayPal business account, the PayPal email of the receiver and the amount to transfer. Is there a way to make the money transfer without my interaction? (the payment originates…
Gianluca Ghettini
  • 11,129
  • 19
  • 93
  • 159
3
votes
1 answer

PayPal IPN - Queued

I'm using paypal sandbox to do some test payments and they have all been coming though fine until today. I'm not receiving an IPN from paypal and when I check in the IPN notification history all the messages are showing as Queued If I resend an IPN…
3
votes
0 answers

why does paypal lightbox open new tab

I am implementing paypal adaptive payments chained embedded flow with lightbox. I follow instruction for lightbox described here. The problem is: when I click 'login' or 'pay as a guest', a new tab in browser opens and a message like 'continue your…
3
votes
1 answer

Refreshing PayPal OAuth token

I develop payout system which is based on PayPal's payouts. To make a call to PayPal API it is neccessary to get OAuth token as described in https://developer.paypal.com/docs/integration/direct/make-your-first-call/ I found that repeatedly calls to…
3
votes
1 answer

"your account is restricted or locked. Go to www.paypal.com to resolve this issue." this error is shown when try to make high-value payments

I am making an e-commerce app for android. And i have used MPL for make parallel payment. When i tried to make payment greater then $3000 by android device using MPL then it does not able to login. It show an error(your account is restricted or…
Aman Gupta - ΔMΔN
  • 2,971
  • 2
  • 19
  • 39