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

PayPal - You are not signed up to accept payment for digitally delivered goods

I just went from sandbox to live with my PayPal Express Checkout. But when I try to use it, I get the following error: You are not signed up to accept payment for digitally delivered goods. My account is a business account and I have added express…
oliverbj
  • 5,771
  • 27
  • 83
  • 178
8
votes
2 answers

Paypal Login session in iOS with MPL

I would like my user to login his Paypal account after registering in my iPhone app. However I was unable to find any api calls in MPL for this. I checked the REST API calls. Unable to find what I'm looking for. Is there any way to login Paypal and…
someengr
  • 690
  • 4
  • 18
8
votes
1 answer

Paypal adaptive payment return url is calling twice

I have implemented paypal adaptive payment method and using the web flow. After making a payment, when i explicitly clicks on return button, the return url calls twice but if i wait for auto redirect then it calls once only. I am not able to…
8
votes
3 answers

Can't verify CSRF token authenticity in rails

I am using PaypalAdaptive. It sends ipn_notification properly. ipnNotification action method is as following - def ipn_notification ipn = PaypalAdaptive::IpnNotification.new ipn.send_back(request.raw_post.to_json) print…
vajapravin
  • 1,363
  • 3
  • 16
  • 29
8
votes
1 answer

Paypal Adaptive Payments works in sandbox mode but not production

I'm trying to use Paypal's adaptive payments API and having a tough time switching it to production. Everything works as expected on sandbox mode and I get a proper response, but when I switch to my live APP ID it doesn't work. These are the…
JohnP
  • 49,507
  • 13
  • 108
  • 140
7
votes
2 answers

Embed purchase funnel from a website in Ionic app

I am improving my Ionic app, so the users can now buy the products. But those are the same product that are also present on the corresponding website, and I would like to embed the "purchase funnel" or "payment gateway" from this website into my…
7
votes
1 answer

Paypal IPN getting delayed by hours

I'm using paypal adaptive payments to make transaction via paypal. Although few of transactions are taking more than 6 hours too receive IPN. I've gone through forum posts and their documentation, I came through -…
user2475624
  • 451
  • 2
  • 6
  • 27
7
votes
1 answer

Paypal preapproval payments

I see that there are lots of types in Paypal payments api. I am confused that which payment api comes under Paypal's preapproval payments. I have used Paypal's chained payment api and recurring payments api in one of the project. Does anyone knows…
gautamlakum
  • 11,815
  • 23
  • 67
  • 90
7
votes
2 answers

Negative testing on paypal sandbox no more available?

Before 2 weeks ago we were able to simulate negative testing but actually we can't test error condition (pending, error) in PayPal sandbox, the AdaptivePayment API response give always COMPLETED. We followed this guide to set correctly our sandbox…
7
votes
1 answer

PayPal API Error -- This payment request must be authorized by the sender

In the delayed chained adaptive Paypal the primary pay is successfully sent when i execute a payment with the pay key it shows an error like this How could i authorize to send amount to secondary from primary receiver PayPal API…
jackyesind
  • 3,343
  • 14
  • 47
  • 74
6
votes
2 answers

Adaptive Payments payment COMPLETED although actionType is CREATE

Using the Adaptive Payments API I acquired a pay key using the API method Pay with these parameters: actionType: CREATE receiverList.receiver(0).email: ... receiverList.receiver(0).amount: 5 currencyCode: …
AndreKR
  • 32,613
  • 18
  • 106
  • 168
6
votes
4 answers

PayPal AdaptivePayments PaymentDetail PayKey

I am using the PayPal Pay API, with Adaptive (Chained) Payments. I am trying to forward a user to paypal and afterwards back to my predefined return_url. The problem is: I need to have a PayKey within my return-url. Reason for that: I need to call a…
Sven Koluem
  • 61
  • 1
  • 3
6
votes
2 answers

Paypal Adaptive(Chained) Payment with Rails

It is known that PayPal supports Adaptive(Chained) payments where one buyer sends the money and it is processed using one API account holder and the money can be sent to multiple users. My question is, Does this approach also supports accepting…
KannanR
  • 448
  • 5
  • 9
6
votes
1 answer

Split payments to multiple vendors by stripe api?

I am building a website for event planners where vendor register there services and consumer book there services. Consumers can select multiple vendors for their events. I have to get payment from user and split to multiple vendors. Using paypal I…
6
votes
2 answers

Adaptive Payments: Unilateral receiver not allowed in chained payment is restricted

We have integrated the chained payment successfully in our website. Per testing, we have encountered the issue like ‘Account not found. Unilateral receiver not allowed in chained payment is restricted’. Is there further instructions on how to fix…
PS_SHA_Pub
  • 107
  • 1
  • 5
1
2
3
68 69