user3195311
user3195311

Reputation: 3

How to get fees for forwarding donations from one PayPal user to another?

Basically the site will be offering users an easy way to donate to other users/companies who are looking to raise money. The people trying to raise money will get good stats about how much donations they are getting and so on.

For that my site would charge a small fee of like ~3%. How is that possible with PayPal? Should I be looking at Adaptive Payments API? Or is it something else.

Upvotes: 0

Views: 53

Answers (1)

Nicolas
Nicolas

Reputation: 1143

Look here: https://developer.paypal.com/docs/classic/adaptive-payments/integration-guide/APIntro/

"Chained payments enable a sender to send a single payment to a primary receiver. 
The primary receiver keeps part of the payment and pays secondary 
receivers the remainder."

At the section on chained payments. It looks like you can set yourself as the primary receiver so long as you have a PayPal business account and receive x amount of money for the donation, then give the rest to one or more other secondary receivers.

Upvotes: 1

Related Questions