async-labs / saas

Build your own SaaS business with SaaS boilerplate. Productive stack: React, Material-UI, Next, MobX, WebSockets, Express, Node, Mongoose, MongoDB. Written with TypeScript.
https://saas-app.async-await.com
MIT License
4.04k stars 671 forks source link

One-time payments for "credits" #187

Closed sgbaird closed 1 year ago

sgbaird commented 1 year ago

Curious if you have any suggestions for having an option for purchasing "credits" via one-time purchases, similar to DALLE-2's pricing model.

https://github.com/saasforge/open-source-saas-boilerpate/issues/39

klyburke commented 1 year ago

Hi @sgbaird . Not familiar with how to set up buying "credits", but our builderbook repo has Stripe implemented for single payments - in our case one-time payment for access to a digital book. Hope that helps. You may want to ask Stripe about "credits".