#gmonna_best-practices
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/1217538248445001858
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
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.
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. ๐ค
I was thinking you would offer the free trial, and add a one time invoice item, https://docs.stripe.com/api/invoiceitems/create as you suggested on your initial ask.
That is what I was referring to
Clear, thank you. But that would charge the intro price together with the subscription price after the end of the trial_period_days right?