It would be great to see a fullstack Stripe example with Prisma. 馃檪
@marktani: I鈥檓 planning to build a demo server of my own with Stripe and Prisma this weekend. Do you have any thoughts about functionality or requirements for a repository-wide example?
I already started an example of app by my own, using Stripe Connect and everything is based on tokens (this is the recommended way by Stripe). Legal entity fields are dynamic based on country and legal entity type (individual or company). I also implemented bank account tokens. I made a minimal interface to see everything working and be more real.
Still some work but I think if someone wants to join me, we can have a very nice full example using Stripe connect with Prisma. I didn鈥檛 implement any back-end yet.
If anyone is interested and wants to join me, just open an issue there to start discussing whatever. https://github.com/jferrettiboke/react-stripe-app-example
I have a full-stack "e-commerce example" over at github.com/KATT/shop... would fit very nicely as part of that, but I have little time to do it.
@marktani I was thinking of writing a Medium article. Maybe I could copy the end result over into the examples here?
I've used Stripe + Prisma for the Dank Mono site, which has been an absolute delight :heart:
Thanks so much everyone, really love that we can share our experience together 馃檶
@jangerhofer I think we can keep it simple for the start and cover the most common workflows. Register a user, process an order, ... things like that.
@kitten that would be amazing 馃檶 Let me know if you are looking for feedback for your article 馃檪
(@kitten I like your GH username. "KATT" means "cat" in Swedish 馃樈)
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Most helpful comment
@marktani I was thinking of writing a Medium article. Maybe I could copy the end result over into the examples here?
I've used Stripe + Prisma for the Dank Mono site, which has been an absolute delight :heart: