#long-game-researcher_free-tier-ubb

1 messages ยท Page 1 of 1 (latest)

tired joltBOT
#

๐Ÿ‘‹ 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.

near gyro
#

Hi ๐Ÿ‘‹

You can link your billing meter to a tiered price where usage below a certain threshold is billed at $0/quantity

pearl rapids
#

Do theybhave to provide a credit card in this model?

near gyro
#

That is entirely separate and not directly related

pearl rapids
#

Okay great thank you!

near gyro
#

Well wait, are you offerring a free trial (which is generally time based) or a free tier?

pearl rapids
#

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.

near gyro
#

Does the premium plan share the same pricing structure as the freemium plan?

#

Is it usage based?

pearl rapids
#

Hybrid yes

#

Sorry yes it shares the same pricing structure it is hybrid

near gyro
#

Sorry I need you to be 100% crisp here. Is the price per unit the same for both?

pearl rapids
#

Subscription with usage limit

near gyro
#

Is it the exact same thing

pearl rapids
#

Ohh in terms of like tokens?

near gyro
#

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?

pearl rapids
#

Okay yes but there may be another tier that negates any of that and is subject to a private offer.

near gyro
#

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_end webhook event to trigger checking with the Customer to see if they want to keep the Premium plan
  • Downgrade the subscription otherwise.
pearl rapids
#

Okay thank you. I have one more question

near gyro
pearl rapids
#

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

near gyro
#

You grant credits yourself through your own logic

pearl rapids
#

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.

near gyro