#gl_subscription-trial
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/1441480092017758268
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
๐ HI looking into this!
Assuming a trial is still in play when and you want to extend the trial you should just be able to update the trail_end date on the existing subscription. : )
Thanks Mossy! My confusion stems from the fact that the pre-existing subscription is not a trial, it's a real subscription with a recurring price. So I'm not sure if simply sending trial_end on an update-subscription API call will have the desired effect or not.
https://docs.stripe.com/billing/subscriptions/trials#multiple-trials
"You can add a new trial on a non-trialing subscription by updating the subscription while specifying trial_end or updating its associated subscription schedule. You need to specify phases.trial_end for subscriptions."
So looks like it's as simple as updating the trial end date ๐
awesome, sorry for missing that ๐ thanks for your help!!
gl_subscription-trial