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

PayPal setup with multiple receivers

I'm trying to make paypal payments available on my site where different people can sell their stuff. I know a lot of websites let you specify what your paypal address is and you get paid. I have paypal pro set up, but the receiver info in paypal…
user1122025
  • 426
  • 5
  • 15
2
votes
1 answer

Paypal payment gateway add flutter app with magento 2 web details username , password , signature Magento 2?

I have Magento 2 details username , password , signature ( Paypal payment gateway ). How to add Paypal payment gateway in flutter app with this ( Magento 2 Paypal ) details. Already implement with clientId and secretKey in flutter app successfully…
2
votes
1 answer

transactions history using my secret in a live PayPal application

I have a PayPal application that I just got to live mode using the developer console in PayPal In this application I will using my PayPal application to transfer money between our users. So far so good and the transactions are working , the money is…
2
votes
2 answers

Android PayPal adaptive payment integration

Hello everyone, I need to integrate paypal guest payment via credit card. The android paypal sdk as far as i know, allows you to pay via paypal account. So what I searched, I will be needing adaptive payments to achieve it, but I didn't got…
viv
  • 6,158
  • 6
  • 39
  • 54
2
votes
0 answers

please explain how to use paypal_adaptive gem in rails3?

I am new to ruby and I need to work with the paypal_adaptive gem. Environment: Ruby 1.9.2 and Rails 3.0.7 Does any one have sample code for using the paypal_adaptive gem with Rails 3?
2
votes
0 answers

How to transfer the amount to two different merchants in single transaction in paypal using node js?

note:- parallel payment is depreciated so, Is there any other way to implement?
2
votes
0 answers

how to Send payment to Custom payee in paypal using c# asp.net?

I am building a ecommerce c# mvc Asp.net app where i want that payer can pay on different accounts from which he/she has bought item. I want to send payment from payer to custom payee i have used paypal.api sdk i added payee in it but it gives error…
2
votes
1 answer

No action is performed after PayPal Adaptive Payment

I was trying this (Method) for Paypal adaptive payments first part goes well but after completing second part nothing happening and no error to view. I know this is already posted but I view all other answers but all in vain. I tried to look other…
Mr Perfect
  • 116
  • 8
2
votes
1 answer

PayPal Adaptive Payments is automatically refunding orders

On some occasions our customers are reporting that their payments from their customers are being automatically refunded. We've noticed that this seems to be increasing over time. When the refund occurs sometimes the users are presented with an…
Sadthermal
  • 35
  • 4
2
votes
1 answer

What the paypal adaptive payments future will be?

More than a question this is going to be a long story and a call for all those professionals, developers and merchants that are actively using paypal adaptive payments (preapprovals and chained). I (and my team with me) strongly think that adaptive…
2
votes
1 answer

Integrating payments with Firebase for Android and iOS

I'm developing an app that will have to process payments that can potentially even be international. The first payment gateway that comes to mind is PayPal. Is there a simple guide about how to integrate PayPal with Android Studio or Xcode with…
2
votes
1 answer

How to verify PayPal business email is correct or not in asp.net mvc

We are developing seller based system. In which seller can add there PayPal business email for getting payment in directly into there account. Is there any way we can check seller added business email is correct or not using PayPal API? So we can…
Jatin Gadhiya
  • 1,955
  • 5
  • 23
  • 42
2
votes
0 answers

Paypal Adaptive Payment Incomplete Status

I am using the adaptive delayed chain payment. I have tested the processes using sandbox account and it was successfully executed. However, When I tested the same process by using live credentials, endpoints and live Paypal account. I got INCOMPLETE…
mubeen
  • 813
  • 2
  • 18
  • 39
2
votes
0 answers

Getting Access token from Refresh token PayPal future payment .net

Future payment is working with access token when I get it from Auth code but when I get it from refresh token it cause exception invalid refresh token. I followed all these steps and tried these ones. var authorizationCodeParameters = new …
Hardeep Singh
  • 818
  • 9
  • 14
2
votes
1 answer

Codeigniter, Paypal api by Angelleye - Send payment to Single receiver

I am trying to send money from admin(site super admin) using paypal merchant account to one of the users using their email address(getting their paypal verified status beforehand). But it is throwing error with Code: 520002 and Message: Internal…
Nauman
  • 118
  • 1
  • 13