DEV Community

Discussion on: Creating a Subscription SaaS Application with Django and Stripe

Collapse
 
simo97 profile image
ADONIS SIMO • Edited

One more time, thanks a lot for this, it come at the RIGHT time as i am working on a such platform with Django, but i had to re-write the example to work in REST (DRF) context and React.js.

Now i am wondering, what type of subscription is good if i want to price my SaaS per user per month ?

I saw metered , fixed-price and per-set but i am not sure which one will be the right. i saw them here: stripe.com/docs/billing/subscripti...