#gmonna_best-practices

1 messages ยท Page 1 of 1 (latest)

valid ospreyBOT
#

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

๐Ÿ“ Have more to share? Add more details, code, screenshots, videos, etc. below.

river cypressBOT
abstract ermine
#

Hi, there are a couple of ways of doing this if you do not want to use free trials. I think that using free trials is still better here.

1/ You can use coupons, https://docs.stripe.com/billing/subscriptions/coupons to offer a discount on the first month.
2/ You can use Subscirption Schedules, https://docs.stripe.com/billing/subscriptions/subscription-schedules to offer one price for one month, then another pricing for the subsequent months.

Let me know if you have any specific questions on these.

river cypressBOT
finite mesa
#

Thank you! I think I am going to use subscription schedules to offer one price at the beginning, and another pricing for subsequent renewals.

You mentioned free trials, but I thought it was not possible to charge an arbitrary amount during the trial_days_period. ๐Ÿค”

abstract ermine
#

That is what I was referring to

finite mesa
#

Clear, thank you. But that would charge the intro price together with the subscription price after the end of the trial_period_days right?