Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dwolla Merchant Processor #7

Open
michaelblinn opened this issue Mar 18, 2013 · 3 comments
Open

Dwolla Merchant Processor #7

michaelblinn opened this issue Mar 18, 2013 · 3 comments
Milestone

Comments

@michaelblinn
Copy link
Member

To save on transaction costs, giv2giv uses dwolla.com for its transaction processing.

Dwolla has an official ruby wrapper for its API at https://github.com/Dwolla/dwolla-ruby

Among other things, it allows for:

  • creating donors' accounts
  • requesting funds
  • initiating transfers
  • making grants to charities via email address
  • webhooks upon transaction status update
  • detailed transaction information

This issue entails Dwolla integration for the movement of all funds throughout the entire giv2giv platform.

This functionality is tightly coupled with funds tracking.

@michaelblinn
Copy link
Member Author

See funds_tracking.rb for neo4j-integration functions

@danfunk
Copy link

danfunk commented May 6, 2013

Since we are considering having more than one payment method in the long term (ie PayPal etal) we should work this in such a way as to remain the authority on the data. Don't depend on Dwolla to store all the account information.

@michaelblinn
Copy link
Member Author

See attached pic for easy fund-flow viewing pleasure. Also, see models/donation.rb -- this code addresses the top-left corner of the attached pic that deals with the 'donation' node & relationships only.

screenshot

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants