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

Paypal / Braintree, how to split a payment for European merchants?

I'm developing a mobile app and a website that allow the user to pay for a good. I need to split the payment in two parts, one to the seller and one to the market owner. I thought of using Braintree for allow the user to choose to pay with credit…
4
votes
1 answer

Friends and Family / Peer to Peer payments with v2 API

Is there a way to do Friends and Family payments or Peer to Peer payments using the latest version (v2) of the PayPal API? I see that there is a way using the classic deprecated API but am unable to find the same thing in the new one.
CWitty
  • 4,488
  • 3
  • 23
  • 40
4
votes
0 answers

PayPal Preapproval key using Embedded Flow (lightbox)

is it possible to request a preapproval key using Embedded Flow instead of redirecting the user to PayPal? I've done it with payKeys but I can't find examples of how to do it for future payments. I tried changing the url of the light box to: a)…
jtello
  • 451
  • 4
  • 7
4
votes
2 answers

How-to better integrate Paypal "Buy Now" button for 3rd-party sellers?

I'm trying to find the best way to integrate Paypal "Buy Now" buttons in my website, but I'm quite lost with all the various Paypal integration techniques (hosted buttons, dynamic buttons, IPN, PDT, and other various APIs) I would like to integrate…
4
votes
1 answer

Paypal: "Hi Eugene. Not You?" message - nameOnButton.gif appearing erroneously - Digital Goods Express Checkout

When using Digital Goods for Express Checkout, calling DGFlow on a Pay Now button causes the text "Hi Eugene. Not You?" to appear above the Pay Now button. This only occurs when returning to the page and can be replicated by loading the below…
4
votes
2 answers

Internal Server Error with PayPal MPL

I am trying to use PayPalMPL 2.1.7 for iOS to accept third party payments in my app. When I use this code to initialize the environment: [PayPal initializeWithAppID:@"APP-80W284485P519543T" forEnvironment:ENV_SANDBOX]; I get this error in the…
Kathleen
  • 58
  • 5
4
votes
1 answer

Paypal MPL sdk with credit card support

I am using MPL for adaptive parallel payment. It allows user to make payment using PAYPAL ID. I need to make payment via credit card as well. Is anyone aware how can I use credit card with MPL or any alternate way for adaptive parallel payment using…
Nishant Tyagi
  • 9,893
  • 3
  • 40
  • 61
4
votes
0 answers

Paypal digit goods flow dialog - prevent refresh

I'm using Paypal digit goods flow to get the integrated payment dialog into my site. When user open the dialog and they clicks cancel, it seems PayPal forces a refresh. Same thing happens when they complete the purchase. Is there any way to prevent…
parliament
  • 21,544
  • 38
  • 148
  • 238
4
votes
0 answers

Paypal MPL for Android and Pizza example "Application not authorized,Error ID -1"

I downloaded this library:MPL I downloaded this example: PizzaMPL I created a sandbox account and several Personal and business accounts. I can see perfectly the API credentials and signature (I don't need API credentials for testing in SANDBOX?)…
Juanjo
  • 298
  • 1
  • 15
4
votes
3 answers

I want to give user money using paypal

I am working on the application where after some process the user would get credit which they can later cash out. I want user to cash out this money using pay-pal but don't know where to start for it. Does anyone done similar to this previously.…
Sandip Jadhav
  • 7,377
  • 8
  • 44
  • 76
4
votes
1 answer

PayPal's CallPaymentDetails function

I downloaded paypalplatform.php, can't remember where from, but it gives me a nice little function which allows me to check the state of a payment: CallPaymentDetails( $payKey, $transactionId, $trackingId ); This returns lots of useful data like…
oshirowanen
  • 15,297
  • 82
  • 198
  • 350
4
votes
2 answers

Refunds Using Paypal's Delayed Chained Payments

I am currently developing a web application which is a booking system for events. Basically i want to use PayPal's Delayed Chained Payments system to do this: BUYER makes a purchase through web app ADMIN is the primary receiver of the funds SELLER…
4
votes
1 answer

How do I transfer money from one account to the other using PayPal

I need to transfer money form an accountant to some employees using PayPal, from within an internal application. On PayPal website it is specified that a transfer of money is free(inside USA) or that the fee is smaller than for payments (outside…
Gabi
  • 687
  • 1
  • 7
  • 18
4
votes
2 answers

Send automatically money with Paypal Adaptive payments

here is the user scenario: "John have 5 virtual credits with his account in a website, he can convert his virtual credits into real money by cliking a button in the website. The website will then give him the real money throught paypal, wether John…
Mindhavok
  • 457
  • 4
  • 19
4
votes
1 answer

PayPal Adaptive Payments refund Issue

I'm trying to refund an adaptive payment chained payment totally to the sender, but I'm stuck. I'm using CodeIgniter and Andrew Angell's awesome library for adaptive payments. The refund I want to make has details like this: (you can see the raw xml…
Arda
  • 6,756
  • 3
  • 47
  • 67