mausconi / fundraising-API-Interfaces

#fundraising #nonprofit Charity Donation API on Github

Home Page:https://microhuchasolidaria.org/en/api-3/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

API Interfaces

#fundraising golang #nonprofit charity promoting zero commission donations and volunteering for charities.

API is a working prototype. 90% of code is ready. We are looking for a Golang programmer to finalize it. Contact-us: info@microhuchasolidaria.org

We are a non-profit association that collects donations from 2 to 10 € of users for all the solidarious entity (associations and foundations) that participate in the program. The donations are entirely given to the organizations for which the membership is totally free. In England IWantToHelp, in France, association Je Vais Aider, in Spain, asociación Micro Hucha Solidaria. More countries will come. All donations are API based defined in api.yml. We are building a service to easily and securely make donations to world charities.

  • Swagger is for API service definition http://editor.swagger.io/
  • USER stands for natural user who make donations. No VAT tax applies for this entity.
  • ASSO stands for Association. A solidarious legal entity (Charity) that receive user donations.
  • POS stands for Point Of Sale. A legal entity that promotes and support us. Country specific VAT tax applies to this entity.

Copy/paste api.yml in swagger to read/update last API service definition

API endpoints processes

Check API development status https://slides.com/yoquieroayudar-es/backend-charity-api

USER API endpoints

/signup New user. A confirmation email will be sent to validate user.

/signin/:provider Signin a new user with Facebook.

/signin To login.

/recover_password Recovers the password from an email adress.

/change_password

/donation #zero comission donation from USER to ASSO (Charity). Currently, me manage Euros, from 2 to 10 euros.

/register_card Register a USER credit card.

/recharge_account Recharge USER account (e-Wallet).

/wallet_balance Shows balance from your account.

/donations/by-year Get USER donation by year sent to ASSO to receive charity tax benefit certificate. Depends on country specific tax benefit laws.

/asso/request-certificate Request to ASSO a tax benefit certificate.

ASSO API endpoints

/signup_twitter_asso To synchronize a charity twitter profile: name, logo and description.

/asso Put. Create an ASSO.

/asso/:id Put. Update ASSO information.

/search/asso Get. Search an ASSO.

/media Upload twitter profile ASSO logo.

/twitter_sync Gets all charities from twitter list.

POS API endpoints

/pos Put. Create a POS.

/pos/:id Get a POS.

/register_card Register a credit card.

/pay_subscription Pay POS monthly subcription. 10 euros + country specific VAT.

/fees Returns VAT (depending on the country), VAT rate.

/pos/:id/invoices Get invoices for POS.

General use endpoints

/metrics Shows some metrics about donations.

Legal Status

Countries

API technology stack

The api service is build on Linux Ubuntu Xenial (16.04 LTS)

Project management

  • GIT API backend is on a private GIT for security reasons. We manage payments. Any Golang gopher programmer can participate for backend, VueJS, Angular for frontend. Watch, Star this page or contact-us: info@microhuchasolidaria.org , and we´ll contact you.

API Status

API is still beta version.

  • https://api.microhuchasolidaria.org/version for Micro Hucha Solidaria.
  • https://api.jevaisaider.org/version for Je Vais Aider.
  • http://api.iwanttohelp.org.uk/version for I Want to Help.

API total donation /metrics

Real time total donation endpoint made by all USERS

  • https://api.microhuchasolidaria.org/metrics for Micro Hucha Solidaria.
  • https://api.jevaisaider.org/metrics for Je Vais Aider.
  • http://api.iwanttohelp.org.uk/metrics for Want to Help.

Financial API service

We use Mangopay to manage e-wallet for all entities: POS. ASSO, USERS

Contributions

Feel free to open an issue or create a PR.

Support- us

Feel free to support this charity donation project. https://slides.com/yoquieroayudar-es/ for more information.

About

#fundraising #nonprofit Charity Donation API on Github

https://microhuchasolidaria.org/en/api-3/

License:GNU General Public License v3.0