Questions tagged [donations]

105 questions
1
vote
1 answer

How to link to my PayPal donate page from within a WPF application?

Is there some simple donation URL I'm missing from PayPal? When I generate my donate button, PayPal returns some HTML I can paste into my web page. Unfortunately this link generates some session keys and whatnot.
Only Bolivian Here
  • 35,719
  • 63
  • 161
  • 257
1
vote
2 answers

Paypal donation tracking with progress bar

I am designing and building a website for a non-profit. They want a PayPal Donate button and I'd like to be able to show how much they've raised so far. I am not familiar enough with the PayPal API to even get close. So all I need to know is how to…
watzon
  • 2,401
  • 2
  • 33
  • 65
1
vote
0 answers

How to install and start accepting donation using Extension DonationInterface in Mediawiki

I am running a wiki and I want to implement fundraising for my wiki project. To start with it, I found Extension:DonationInterface as ideal extension for fundraising. I have used the following configurations but I'm unable to view the donation page.…
1
vote
1 answer

One-time and Recurring donations with PayPal

I need to implement PayPal donations for a non-profit organization (which has a "Personal" account and would like to keep it as Personal) for two scenarios: one-time pay, and recurring donation. The user can select a predefined amount or type a…
М.Б.
  • 1,308
  • 17
  • 20
1
vote
0 answers

How to receive charitable in-app donations

I am trying to create an app that will allow my users to donate to charity. Obviously it is possible as Just Giving have an app that allows this. However, I cannot find any information about setting this up. Does anyone know how to make this…
Al Cowie
  • 11
  • 1
1
vote
1 answer

Setting a shipping address donation

Is it possible to set a shipping address if a paypal donation is used via API? The address needs to be given to PayPal, but I haven't found a solution yet. $param = ''; $param .= '&business=XXXX'; $param .= '&lc=DE'; $param .= '&item_name=My…
Kerstin
  • 11
  • 1
1
vote
0 answers

How to Push Form Fields onto Donation Form?

I've been stuck for some time. Trying to make a quick donation widget push donation amount onto a donation form on the next page inside the "Other Amount" field. The form is embedded in the website and hosted by Blackbaud Online Express and has…
1
vote
1 answer

Creating Paypal Donate Button

I can't seem to find a way to create a Paypal Donate button. This Link seems useful but it's actually useless. I can only find these buttons : Shopping Card Buy Now Gift Certificates Subscriptions
Bilal HIMITE
  • 45
  • 11
1
vote
1 answer

How to add ccavenue donate button in wordpress?

I am new to payment gateways integration, I want one donate button which will be processed by ccavenue, user will need to type the donation amount, I want the overview of How I'll integrate it? what plugin, API, Extension, Theme, Custom code change…
Ahmed Syed
  • 1,179
  • 2
  • 18
  • 44
1
vote
0 answers

Filtering out distinct donation records from a customer already in result set

I need to find the top 50 largest donations from distinct customers. I can get the top 50 donation records, but several of those donation records are from the same customer. Is there a way to filter out donation records from a customer who already…
M.H.
  • 13
  • 4
1
vote
0 answers

gradle returns error wen i use android-donations-lib

Im trying to add the lib Donations from android-donations-lib and my app's gradle looks like this: apply plugin: 'com.android.application' android { compileSdkVersion 21 // buildToolsVersion '21.1.2' buildToolsVersion '20.0.0' …
kitsuneFox
  • 1,243
  • 3
  • 18
  • 31
1
vote
1 answer

Paypal hybrid app

I have managed to integrate a donate paypal button in a Cordova app:
...
All works fine except that when the button is pressed, a new window appears and…
Miquel
  • 8,339
  • 11
  • 59
  • 82
1
vote
1 answer

Paypal how can I know which user donated?

In my site I added a Donate button, generated from paypal. When it is clicked, the user is redirected to paypal. Then, he might or might not donate to me. However, if he does, I want to add him and the amount he donated to my database. Is there a…
Nikolay
  • 173
  • 2
  • 14
1
vote
1 answer

Import existing recurring donations into Paypal

Currently I am working with several non-profits (who receive recurring donations normally monthly) to migrate away from their current gateways to Paypal. Is there any way to import their currently donor's payment information into Paypal? If not…
Bradleyo
  • 35
  • 6
1
vote
0 answers

Google Checkout Donation No Shipping

I am implementing a Donate Now system using Google Checkout. One really frustrating part to figure out is how to not require users to input a shipping address for their donation (since it's a pure donation, no shipping address is required). I found…
Jon Rubins
  • 4,323
  • 9
  • 32
  • 51