Questions tagged [chained-payments]

A chained payment is a payment from a sender that is indirectly split among multiple receivers. It is an extension of a typical payment from a sender to a receiver, in which a receiver, known as the primary receiver, passes part of the payment to other receivers, who are called secondary receivers.

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

To do chained payments 'must get permission from PayPal' - what does that mean?

I am trying to find a method to implement chained payments, but where I am the secondary receiver, and am making the API call on behalf of another PayPal account, who would be the primary receiver. Is it possible to make this API call on behalf of…
Aurora
  • 4,384
  • 3
  • 34
  • 44
4
votes
1 answer

Can you implement PayPal Adaptive Payments with the Customer Leaving Your Site?

Is there any way to implement PayPal Adaptive Payments without the customer ever leaving your site? The documentation outlines using an embedded lightbox, but unless the user is already logged in to PayPal (which they almost never are), then it…
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…
3
votes
2 answers

Delayed chained payments vs. Authorize/Capture + Mass Pay - use case scenario

My use case: buyer buys service from seller, our app facilitates and guaranties the transaction. It should work in the way that buyer sends the money to us, we check if buyer received the service, in that case we send the money to seller. Otherwise…
2
votes
0 answers

Can I change displayOptions.businessName on an adaptive payment preapproval?

I'm completing Paypal adaptive payments on behalf of another party. I would like the transaction to appear as if it's being done by another party, not by me as a facilitator. That is possible with chained adaptive payments and setting the…
2
votes
1 answer

Paypal Adaptive Payments (Chained) - Unilateral receiver not allowed in chained payment

I have been trying to implement split payments using the Paypal Adaptive Payments API. I have got a simple parallel payment to work, however this shows both split payments to the buyer. Basically I am selling a membership. Our local association…
2
votes
1 answer

Classes not loading when integrating the Paypal Adaptive Payments SDK

I have been trying to implement Paypal's adaptive payments sdk provided on github, and I am trying to work out one of the simple samples provided on the github page for chained payments…
2
votes
1 answer

PayPal adaptive Payments chained payments won't let the primary receiver take less than the secondary receiver. Want this for refunds

I am using Paypal adaptive payments chained payments for online digital goods purchases. I have used this api before with a primary and a secondary receiver where the secondary receiver is my company and receives a smaller share of the payment than…
2
votes
2 answers

Rails PayPal Chained Payment Fees

I have a ruby on rails app; where I wish to have one user be able to pay another user, less 10% 'commission' to the app; My client wants the fees to come out of the 10% the app keeps, for two reasons 1) not nickel/diming their customer 2) after a…
2
votes
2 answers

PHP PayPal Adaptive Payments - Chained Payments

I have been searching online for an easy to follow tutorial/guide on how to use PayPal Chained Payments. I would really appreciate it if someone could point me in the right direction for finding out how to use this API. I have read the documentation…
1
vote
2 answers

Best way to split a payment using the Smart Payments Button

I am setting up the Paypal integration for a Clients website. He has a page where users can buy stuff that others users sell and he wants the buyers to pay using Paypal, he also wants the payment to be charged a fee, so that a percentage of the…
Eduardo
  • 167
  • 13
1
vote
1 answer

PayPal Adaptive Payments API - Delayed Chain Payments (PHP, JavaScript)

On my server-side, I just started receiving positive responses from the Adaptive Payment API through the AngelEye PHP SDK to achieve delayed chained payments, which hold funds by a primary receiver for up to 90 days dispersed to secondary…
JyxOS
  • 21
  • 4
1
vote
1 answer

How to refund partial amount with adaptive paypal API

I just go through lots of the posts related this topic but can't found the solution. I just want to refund my partial amount to buyer. Like if buyer paid $50 for service and now want to refund, then buyer will get back with 2% deduction. Bellow code…
1
vote
1 answer

Adaptive Payment Partial Refund Functionality

I am sending the request like below and getting error in response. Please help me what I did wrong. Thanks . My Request :-…
1
2 3 4 5