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
1
vote
0 answers

PayPal Adaptive Chained Embedded Passing discount (Coupon) details to Shopping cart contents

I've just implemented PayPal Adaptive Chained Embedded Flow.I'm curious to know how to pass Coupon details to Shopping cart contents in PayPal Transaction Details Page. I have searched for any documentations unfortunately couldn't find such. Any…
Jahir
  • 93
  • 7
1
vote
0 answers

Paypal adaptive payments by gift certificates

How can I implement the PayPal chained payment by gift certificates? There is no way to choose "Gift certificate" as a payment method during the adaptive payments, e.g. chained payment. See the [Screenshot of the window after clicking to change the…
Ani Papyan
  • 88
  • 8
1
vote
1 answer

Adaptive Payments (Chained Payments) - Secondary Receiver pay the fee

When we try to set the secondary receiver pay the fee in chained payments, and when there are more than two secondary receivers, we get the below error. Error! 580023 The fee payer SECONDARYONLY must have exactly 2 receivers PLATFORM Error…
Veini
  • 21
  • 3
1
vote
0 answers

Delayed chained payments also to primary receiver

I need to do setup a chained payment (using php) that send the money to primary receiver and to a secondary receiver at the same time. In need this to be done after x days the user has given the permission to my website to take that money; I need…
pindol
  • 2,110
  • 6
  • 35
  • 52
1
vote
0 answers

How to manage multi-vendor PayPal transactions with service fee for my site?

My web application is a multi-vendor marketplace service PayPal requires that the vendors are the primary recipient for chargeback reasons My company collects a service fee % from the vendor for each sale There can be several vendors in one client…
1
vote
1 answer

PayPal delayed chained payment - less than 90 days

I have implemented the PayPal delayed chained payment for my website but I need to have the delay only be 3 days, not the default 90 days. Can someone please tell me if it's possible to modify the PHP script to indicate 3 days and if so tell me…
Lawrence
  • 11
  • 1
1
vote
1 answer

No paypal account for a secondary receiver in a Paypal Adaptive Transaction

What happens in the case the secondary receiver in my transaction doesn't have a Paypal account. Will he receive a notification asking him to create a Paypal account, or will the API call not succeed? I have little way to know if the user selling…
jhagege
  • 1,486
  • 3
  • 22
  • 36
1
vote
1 answer

How do I acquire the refund permission from the seller through 3rd party permission services

I tried to submit and application for a market place; initially thought to be a primary receiver, and receive all the funds, after product is delivered to make 2nd part of chained delayed transaction to the seller. on submit/approve app, received a…
1
vote
0 answers

Paypal Chained Payments, pass shipping address

On my e-commerce website I'm using paypal for checkout. The flow is like this: Buyer can select one or more products from one or more sellers. When paying I use chained payments. My paypal app account( primary) receives all the money and then I take…
1
vote
1 answer

What else should I send for Paypal chained payments?

I'm working on an App where a user A can buy up to 10 items from different sellers, so I need to send money to different users at the same time and I'm trying to use Paypal Chained Payments. Right now I'm just playing around with Classic API…
mcKain
  • 437
  • 5
  • 16
1
vote
2 answers

How to automatically collect commission from money transfer transactions using paypal API?

I have a website where i allow users to transfer money between their (sender) paypal account X to primary receiver paypal account Y and i get a commission out of these transactions and i want them into paypal account Z. I want to be able to collect…
1
vote
1 answer

Does JMSPaymentPaypalBundle support chained payments?

I need to implement chained payments in my application and I am using Symfony. I found JMSPaymentPaypalBundle to be recommended for payments but would like to know if it support chained payments before I dive in. The are lots of examples how to use…
Gustek
  • 3,680
  • 2
  • 22
  • 36
1
vote
1 answer

setup a chained payment on paypal with php

I give up. I am trying to set up a chained payment on my site (done in php) and I am struggling a lot. Is there a good tutorial, example or could anyone advice me how to set up basics of paypal chained payment in php? I need to set up headers and…
user2759251
  • 25
  • 1
  • 3
1
vote
0 answers

PayPal Adaptive Payments Chained Payments - how to use them for an affiliate program

I'm working on an e-commerce marketplace. I currently use the Express Checkout API to send payments for items directly to the sellers. I do it like this: Seller 1: Item 1 - $100 Item 2 - ... ... Seller 2 Item 1 - $150 Item 2 -…
iopq
  • 1,023
  • 12
  • 16
1
vote
1 answer

more than one field cannot be used to specify a receiver

I'm trying to get delayed chained payments working through PayPal's Adaptive Payments API in C#. The error I'm getting doesn't make any sense and I can't find anything on the .NET to resolve the issue. The error message is: Invalid request: More…