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.
Questions tagged [chained-payments]
70 questions
0
votes
2 answers
Paypal chained Payment Ios MPL Issue
Currently ios team is having an issue with chained payment in the app,the server team
needs an order id to be set as tracking id for tracking the payment.But ios team says
that they cant give a tracking id as there is no option to give tracking id…

user3427511
- 1
- 2
0
votes
1 answer
paypal Adaptive Payments button
I'm looking to create simple Paypal button, where clicking on the button will transfer the money to 2 different accounts(e.g. the button payment = $10(pre defined) and $2 goes to account 1, and $8 goes to account 2.
What is the easiest way to do…

Michael Teitelman
- 1
- 1
- 1
- 1
0
votes
1 answer
paypal - how to split payment for digital goods
I guess my question is not very specific, but still I am not sure about the answer.
I have a platform that allows individual sellers to sell digital goods.
I need to implement a payment flow, which will allow to split payment into 2 parts:…

Viktor L
- 183
- 1
- 8
0
votes
0 answers
PayPal authorization & capture and Adaptive Payment
Our app is a markeplace where buyers can make multi-vendor orders.
When the buyer completes a multi-vendor order its total amount in only authorized, then the multi-vendor order is splitted in n vendor sub-orders.
When a single vendor sub-order is…

Alessandro Strazzari
- 11
- 1
0
votes
1 answer
Charging fees only to the secondary receivers of a chained payment?
Looking through the Docs, it says that:
SECONDARYONLY – Secondary receivers pay all fees (use only for chained payments with one secondary receiver) (emphasis mine)
Is this a typo in their docs? Can you only use this with a single secondary…

nvahalik
- 529
- 6
- 18
0
votes
2 answers
How to Use PaymentAction in paypal adaptive chained payment system in c#
I am working on MVC Project in which i need to use adaptive chained payment system with authorization and capture.
Right Now, I am following this link:-
https://xadaptivepayments.codeplex.com/
This code is working fine for transferring Payments in…

yash
- 812
- 3
- 12
- 37
0
votes
1 answer
Paypal Chained Payment for mobile web
I used Chained Payment into the PhoneGap project.
https://developer.paypal.com/webapps/developer/docs/classic/adaptive-payments/ht_ap-basicChainedPayment-curl-etc/
payment.executeCall()
.success(function(payKey, response) {
…

covernal
- 329
- 1
- 3
- 20
0
votes
1 answer
PayPal Adaptive Payments - Separating Payment across back end and client
I am using PayPals adaptive payments for chained payment processing. I am able to successfully get a preapproval key by calling https://svcs.paypal.com/AdaptivePayments/Preapproval.
My understanding is that when completing a pay request…

Jonathan Hebert
- 115
- 5
0
votes
1 answer
how can track the payments in listener with id and also retrieve payments details from listener
My packet for the chained payment has the url to ipn-Listener.php, however I do not know how to track the payment (any sort of id? And how can access the id in the listener?). I have tested the listener with the ipn simulator everything works fine,…

Al78
- 41
- 6
0
votes
1 answer
How to use php to find out (payment status and paid date) in PayPal-chained payment?
How to use php to find out (payment status and paid date) in PayPal-chained payment?
I have access to the pay key which is generated by the paypal, how can I use it in this situation? I need to know is payment completed, if so on what date?

Al78
- 41
- 6
0
votes
1 answer
PayPal chained payment error 550001
I made an REST application and I successfully perform chained payments in sandbox, but when I try to make chained payments in live environment I got the following error:
(
[Receiver] =>
[Category] => Application
[Domain] => PLATFORM …

bashe
- 1
0
votes
1 answer
Incomplete Delayed Chained Payment Fees Payer
I'm setting up a delayed chained payment in PHP
I'm setting the feesPayer to SECONDARYONLY
$payRequest->feesPayer = 'SECONDARYONLY';
the transaction is made to the primary receiver
but the second leg of the chained payment (from primary to…

Hady Hallak
- 347
- 4
- 8
0
votes
1 answer
Paypal Chained Payments - "The login information you entered belongs to the recipient of this transaction."
In testing my Chained-Payments application in the paypal sandbox account, I encountered an error
The login information you entered belongs to the recipient of this transaction. Please change your login information and try again.
Now, to me, this…

Regular Jo
- 5,190
- 3
- 25
- 47
0
votes
1 answer
PayPal - What does "each receiver" in guest payment mean?
I'm using Adaptive Payments - Delayed Chained Payment. For the payment solution without PayPal account the buyer uses Guest Payment and in documentation they say:
Each receiver of a guest payment must be a verified PayPal business
or premier…

exeq
- 379
- 1
- 5
- 15
0
votes
1 answer
Pass customer billing address to PayPal via chained payment?
Is it possible to pass the customer's billing address when using PayPal Adaptive's Chained Payments? Currently users enter their shipping and billing address on my marketplace store, and then have to enter their name, email address, billing address…

wendyirene
- 1
- 1