#long-game-researcher_free-tier-ubb
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
๐ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1397717344138035294
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi ๐
You can link your billing meter to a tiered price where usage below a certain threshold is billed at $0/quantity
Do theybhave to provide a credit card in this model?
That is entirely separate and not directly related
Okay great thank you!
Well wait, are you offerring a free trial (which is generally time based) or a free tier?
Both
Reverse free trial
This is a business term for the user starts with a free trial that includes premium features. They revert to a freemium plan if they fail to convert by default so I can keep the user in the pipeline.
Does the premium plan share the same pricing structure as the freemium plan?
Is it usage based?
Sorry I need you to be 100% crisp here. Is the price per unit the same for both?
Subscription with usage limit
Is it the exact same thing
Ohh in terms of like tokens?
Everything
If I'm on the premium plan, and I use 10K tokens, do I get charged (or not) the same amount as the freemium plan?
Okay yes but there may be another tier that negates any of that and is subject to a private offer.
I think you would want to
- subscribe the user to a Price object that represents the Premium product initially
- Listen for the
customer.subscription.trial_will_endwebhook event to trigger checking with the Customer to see if they want to keep the Premium plan - Downgrade the subscription otherwise.
Okay thank you. I have one more question
You have a couple ways you can square this with providing the free tier.
You can either use Billing credits: https://docs.stripe.com/billing/subscriptions/usage-based/billing-credits
Or you can configure your Pricing models with a free tier for usage like we document here: https://docs.stripe.com/products-prices/pricing-models#usage-based-pricing
Can I grant freemium users a credit grant if certain conditions are met? I would also not want a credit grant to be reset daily and give it an expiration period of 14 days
You grant credits yourself through your own logic
Okay thank you for clearing that up a lot has changed recently in the landscape so I wanted to confirm these things before I found out later on it is not supported.
For sure! There are more features especially for usage based billing on the horizon too so keep an eye on our Change log https://docs.stripe.com/changelog