#jsdesign-sw_sub-schedule-release-api
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/1389541959051509792
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- jsdesign-sw_api, 4 days ago, 65 messages
- jsdesign-sw_api, 5 days ago, 11 messages
To clarify, you want to unset the schedule property on the Subscription resource?
This is my current modification method
Yes, I don't want to control my subscription through my schedule
You'd call this API: https://docs.stripe.com/api/subscription_schedules/release
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Or set end_behavior: 'release'
I don't seem to have expressed my meaning clearly. I want my subscription to be controlled through updating the subscription API instead of managing historical schedules, so I want to clear my schedule
Yes, the only want to do that is to 'release' the schedule
If there is a schedule attached to a subscription, you can't update the subscription directly. That's why you need to release it
You can take a look at this https://dashboard.stripe.com/test/logs/req_NdO2AQ1FCNg2FF After the release schedule, this schedule still exists
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
My intention is not to have my subscription managed by the schedule API, but to manage it through the subscription API
Due to the existence of this schedule, after upgrading my subscription, there will be a lot of dirty schedule related data in my billing details
Well, the 'end' of the schedule hasn't occurred yet so that's why it hasn't released
That won't happen until 2026-07-01 according to the phases on the schedule
If you want to release it now, use this API directly
Will this cause my subscription to expire immediately