Hacker News new | ask | show | jobs
by lost-theory 5099 days ago
Neat. I built something similar, it's a Flask blueprint for doing stripe charges/subscriptions:

https://bitbucket.org/lost_theory/flask-stripe-blueprint

It's meant to be integrated into an existing flask application (just override & instantiate the blueprint, then mount it on your app).