#Rajshree - schedules + trials
1 messages · Page 1 of 1 (latest)
So the trial period for the subscription was 30 days when created (via api)
Do you have the ID of this subscription (sub_123)?
Thank you, checking in to that ID
Apologies for the delay. I just got to look in to this and see what you are saying. So if you want to correct the subscription's trial length, you can directly modify trial_end with a standard update call
What you are seeing on the page is entirely based on the current value of the trial_end property. The schedule actually has not modified the subscription's trial yet, it is currently set to shorten the trial on the 12th
Does that make sense?
what is std update call? Can it be done via dashboard?
I was talking about the update subscription API call https://stripe.com/docs/api/subscriptions/update
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
I would like to avoid that and change it manually via dashboard if there is an option to do so?
I believe you can shorten trials from the dashboard. Click "Actions" -> "Update subscription" from the subscription's page
And then I can see that there is a free trial days dialogue
I see "Manage scheduled update", is that the same?
That would be different but we can address this either way.
I see that update subscription is disabled
So to be clear, your only goal now is to shorten the trial on this subscription?
If you only want to change the trial period and nothing else, it may make the most sense to remove the schedule and then shorten the trial via that update page
Yes, currently only goal is to change the trial period
should i just delete the update you mean?
Yes, that should allow you to make updates directly to the subscription once the schedule is gone
Great to hear!