• Some users have recently had their accounts hijacked. It seems that the now defunct EVGA forums might have compromised your password there and seems many are using the same PW here. We would suggest you UPDATE YOUR PASSWORD and TURN ON 2FA for your account here to further secure it. None of the compromised accounts had 2FA turned on.
    Once you have enabled 2FA, your account will be updated soon to show a badge, letting other members know that you use 2FA to protect your account. This should be beneficial for everyone that uses FSFT.

Online Donations

Dinh

Limp Gawd
Joined
Aug 27, 2006
Messages
194
Anyone know the best solution to accept donations for a 503 nonprofit organization? Its been ages since I've used PayPal, but I would like to get some recommendations and critique in here.
 
Read up on Paypal IPN (Instant Payment Notification). I just finished implementing it for a game server donation system to give people items in game for donating. Works pretty nicely once you figure out how to do it as you can automate the entire transaction.

Basically you write a php (or language of choice) script that accepts a POST from Paypal (you have to configure the url in your account or when creating the pay button) When a transaction goes through Paypal will send info to this script (the listener). From there you do whatever you need to do with the data. Setup shipping, etc...
 
Anyone know the best solution to accept donations for a 503 nonprofit organization? Its been ages since I've used PayPal, but I would like to get some recommendations and critique in here.

If you're looking to build a web page for a fundraiser or a website that supports donations you can go directly with a payment processor (PayPal, Moneris, Google Checkout, etc) or you can go with a company that provides online fundraising software for more robust solutions (user accounts, fundraiser event management, reporting and statistics on donations received, etc etc)

Convio, Blackbaud, and Artez are some of the industry's key players.

What you choose really depends on the needs of the nonprofit organization. For example, the Canadian Cancer Society uses Convio, as seen by their donations page and virtually any of their charitable event pages.
 
Back
Top