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

PayPal Chained Payment Node.js

I am creating a website and i want to implement Paypal chained payment. Is there any exaple of how to use it with Node.js. Or can someone explain to me how can i integrete it in a React website?
Angelo
  • 9
  • 1
0
votes
0 answers

How to implement Chained payment of paypal in laravel

We have develop an application which work as platform between Customer and merchants of various fields. In this application customer purchase product or service from merchants or vendors and make payment through paypal. Now I want to implement…
Adarsh Bhatt
  • 548
  • 1
  • 9
  • 30
0
votes
1 answer

Adaptive payments (preapprovals and chained) pages don't display correctly anymore

Since yesterday paypal adaptive payments pages seem to display malformed, part of the page is hidden or stretched, some confirmation button is missing. Looking to the console when landing on the preapproval page, for example, we see a lot of 404…
0
votes
1 answer

What I should use for chained payment, which provides me same functionality as PayPal adaptive payment?

I want same functionality same as PayPal delayed chained payment by using Adaptive payments. In which Admin can hold buyers money and cut their commision and after that admin will release that payment to the seller, as we know PayPal stops…
0
votes
1 answer

Paypal Primary Receiver Pays the Fee in a Chained Payment

does anyone know exactly how the Paypal charges work for chained payments? We're developing an app where receiver 1 will keep 95% of the sender's amount. So ... sender sends $100, and the receiver 1 would keep $95. The remaining $5 would be split…
0
votes
1 answer

I require some advice with

I could not found any related answers or advice. My question is advice related, can a South-African citizen use PayPal chained adaptive process, as the process requires you PayPal account to be upgraded to a pro account that requires USA…
0
votes
1 answer

PayPal Chained Adaptive Redirect with Store Logo

Do we have any documentation on how to include our Store logo in the PayPal Chained Adaptive Payment summary screen after it redirects from our Website? I've searched everywhere but no luck!
Jahir
  • 93
  • 7
0
votes
1 answer

Changing percentages (commission) in PayPal chained payments

I'm currently developing a website in which users can sell their own product and we will take, as the marketplace holders, a percentage on each purchase. My problem is: I want this percentage to drop down (from 10% to 5%), for users who will…
0
votes
0 answers

When I implement chained payment in php then i got error "The amount for the primary receiver must be greater"

I want to implement chained payment in php. There is primary receiver has 10% commission amount from total amount and secondary receiver has 90% amount from total amount. But I got error from paypal "The amount for the primary receiver must be…
0
votes
0 answers

PayPal Adaptive Chained Payments JSON setPaymentOptions

PayPal Adaptive Chained Payments transactions lacking the functionality of Standard PayPal transactions which contains Order ID,Item ID,Shipping Address by default. Some suggested if we use setPaymentOptions we can implement "inserting Shipping…
Jahir
  • 93
  • 7
0
votes
0 answers

How to refund amount of paypal adaptive payment using PayPal.AdaptivePayments SDK?

I`m using PayPal.AdaptivePayments sdk for chained payment and refund process of chained payment. Using following methods: for payment : pay() method for refund : refund() method as per sdk. When try to refund with payKey then getting response with…
0
votes
0 answers

PayPal Adaptive Chained Payments reverse immediately with the information "Your Payment can't be completed.Please return to ... and try again"

My Marketplace has been doing well until 2 days ago. I'm using PayPal chained Adaptive there were 15 Sellers where customers were able to complete the transaction successfully for 10 among 15 sellers. Rest 5 sellers were having an issue. Customer is…
0
votes
1 answer

Paypal Adaptive Chained Payment

I am super confused on what this documentation is trying to say.(https://developer.paypal.com/docs/classic/adaptive-payments/integration-guide/APCallsHeadersAndPaymentTypes/) Basically, I am trying to facilitate payments between 2 users. I also want…
Midevilworm
  • 451
  • 5
  • 10
0
votes
0 answers

Credit Card using Android Adaptive Payments MLP

a bit embarrassing, but after having successfully implemented single and parallel adaptive payments in our Android App (pay using PayPal email), using the PayPal MLP (https://github.com/paypal/sdk-packages/tree/gh-pages/MPL), now we are looking how…