#volco5952
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. 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.
- volco5952, 1 day ago, 38 messages
Hello! To clarify, you want to start with a Subscription and get the Subscription Schedule associated with it? Is that correct?
Sorry, I want to get all the subscriptionSchedules associated with a subscription, so there may be schedules existing already. Essentially I am looking for a SubscriptionSchedule.list where params can be subscription.id but that isn't supported in the list function I dont think
Only one Subscription Schedule can be associated with a Subscription at any given time. You can find the currently-associated Subscription Schedule on a Subscription by looking at the schedule property: https://stripe.com/docs/api/subscriptions/object#subscription_object-schedule
If I wanted to update an existing Subscription Schedule for a subscription, would it be valid to just release it and create a new one? There shouldn't be any downsides of doing that right
I wouldn't recommend it. It would likely be more API requests, more latency, more strain on systems, etc.
It would probably technically work, but it's not recommended.
Got it, thanks for your help