saasforge / open-source-saas-boilerpate

Free SaaS boilerplate (Python/PostgreSQL/ReactJS/Webpack)
https://www.saasforge.dev
MIT License
798 stars 116 forks source link

Suggestions for incorporating one-time payments and subscriptions? #39

Open sgbaird opened 1 year ago

sgbaird commented 1 year ago

Either incorporating into this repo or a suggestion for an alternative:

Also interested in:

Lmk if I just missed it in the docs

saasforge commented 1 year ago

No, we currently don't support one-time payments because this boilerplate can be mostly used for development SaaS applications what usually means regular payments.

sgbaird commented 1 year ago

@saasforge thanks for clarifying! Could you point me to where in the docs it covers regular payments?

sgbaird commented 1 year ago

Ok, I'm seeing the mention of integration with Stripe for paid versions

image

saasforge commented 1 year ago

The full documentation can be found here on the website: https://www.saasforge.dev/docs/services/payment-service https://www.saasforge.dev/docs/modules/payment

But it's not included in the open source version, it's only available for the paid version, see the pricing https://www.saasforge.dev/pricing