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

Switch from Paypal payouts to Stripe payouts #385

Closed
groovecoder opened this issue Jul 13, 2016 · 2 comments
Closed

Switch from Paypal payouts to Stripe payouts #385

groovecoder opened this issue Jul 13, 2016 · 2 comments
Labels

Comments

@groovecoder
Copy link
Member

No description provided.

@groovecoder
Copy link
Member Author

groovecoder commented Jul 15, 2016

We went down a Stripe Connect rabbit-hole with this, but we don't actually need it. We can use Stripe.js to create tokens for US bank accounts, and store the bank account token with the user, just like the credit card token.

Then, we can send transfers to that account like so:

https://stripe.com/docs/sending-transfers

@jdungan
Copy link
Member

jdungan commented Aug 4, 2016

Next steps:

  • Move stripe models, webhooks, templates, etc. to a new django app
  • Make cc authorization on offers instead of charging cards
  • renew authorizations if needed
  • collect payments and for payouts

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

No branches or pull requests

2 participants