I would like to access the list of PayPal Giving Fund charities so that a user of my site/app could eventually donate via credit card or PayPal.
I have looked into other APIs, like Just Giving, Orghunter, Charity Navigator, all in which don't have a large variety of charities.
If you've ever visited the site https://www.humblebundle.com the idea is very similar to this. To give you an idea, it'd go something like this:
I select charities for the user to donate to for a certain category (environment, animals, etc), save to db to retrieve specific charities later
User sees charities to divide their donation using sliders. They have the possibility to swap out charities if don't like selection
User enters amount and enters their credit card or paypal account
I make the connection to PayPal API to make donation
User then gets a receipt or something like a tax receipt
I guess the questions I'm asking are:
- Is there access to a list of Giving Fund charities via an API
- Is it possible to donate to charities from the Giving Fund list via the API
- Would this API be available to an Australian PayPal account
- If there is no API for Giving Fund, is it possible to retrieve a list of charities to do this via another route in PayPal
- Will there be any restrictions on the Apple and Android stores if this was an app
Thank you so much for your time!