#SMED
1 messages · Page 1 of 1 (latest)
Hey there!
👋 hey
Have you had a read through https://stripe.com/docs/billing/subscriptions/trials?
yes
i managed to create a subscription with x days free trials
but i don't know what to do for current subscription
i use trial_period_days
You can do the same thing with trial_end when updating a Subscription: https://stripe.com/docs/api/subscriptions/update#update_subscription-trial_end
Yes, you wouldn't use trial_period_days when updating, only on creation