PayPal Donation Extension

PayPal fee - PayPal Donation Extension

PayPal fee

by Stoertie » Sat Jun 02, 2018 6:59 am

Hi Skouat,

while working with tis extension I found one point...

My Paypal is charging a fee for the donations. Isn't it better to count in the net amount of a donation (donation minus fee) into the overview/bar?
For example, when I get a donation of 50,- Euro there are 1,30 Euro for the paypal fee. Money that is missing at the end.

When the goal is 100,- Euros and I get 2 donation of 50,- Euro there are missing 2,60 Euro, but when I get 100 donations of 1,- Euro there are missing 28,- Euros and that's a lot when it's missing at the end.

OK, in the first moment it meight confuse the donator a littel bit when the raise it smaller then his donation, but this kind of calculation can be explained at the "thanks for donation site". ;)

regards
Michael
Stoertie
Registered User
Posts: 68
Joined: Mon Aug 24, 2015 5:58 am
Location: Europe/Germany
Name: Michael

Re: PayPal fee

by Skouat » Sat Jun 02, 2018 8:41 am

Hi Michael,
Stoertie wrote: My Paypal is charging a fee for the donations. Isn't it better to count in the net amount of a donation (donation minus fee) into the overview/bar?
For example, when I get a donation of 50,- Euro there are 1,30 Euro for the paypal fee. Money that is missing at the end.
This is already done.
On this line you can see the following parts:

Code: Select all

$this->net_amount($this->transaction_data['mc_gross'], $this->transaction_data['mc_fee'])
This code calculates the net amount of the donation.
Stoertie wrote: OK, in the first moment it meight confuse the donator a littel bit when the raise it smaller then his donation, but this kind of calculation can be explained at the "thanks for donation site".
If you enable IPN notification and the member agrees to receive the notification email, then this information is provided in the email sent.
But you can also add a comment on the Main Donation Page that informs members about fees.
Skouat
Code Contributor
Posts: 1059
Joined: Mon Mar 10, 2008 5:30 pm
Location: France

Re: PayPal fee

by Stoertie » Sat Jun 02, 2018 9:00 am

Hi Skouat,

ahh OK, so I didn't recognised it, because my sandbox-transaction wasn't counted in into the bar (see my other post) and I got no real donation untill I activated the extension.

regards
Michael
Stoertie
Registered User
Posts: 68
Joined: Mon Aug 24, 2015 5:58 am
Location: Europe/Germany
Name: Michael