#ironclaw - subscription trial
1 messages · Page 1 of 1 (latest)
Have you tried including the trial_end parameter when updating the Subscription? You could set it to the current timestamp to start the billing cycle right away
https://stripe.com/docs/api/subscriptions/update#update_subscription-trial_end
Ahhh. No, we haven't.
if set, trial_end will override the default trial period of the plan the customer is being subscribed to.
Sounds like it'll do wha you're looking for
Thanks, I'll give that a go.
Reading a little bit later, it seems like trial_end: 'now' is what you'll want to use.
Great, that makes it easier again.