#Prince-subscription-schedules
1 messages · Page 1 of 1 (latest)
Hi, if you're using code then you can retrieve the subscription schedule and see the phases on the object: https://stripe.com/docs/api/subscription_schedules/retrieve
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 am using code for scheduling but I am testing manually on stripe about the subscription schedule
like I have used this subscription Schedule months ago and also tested this manually on stripe as per the screenshot
but now I have again performed an action on one of my subscriptions but this above msg or tooltip is not updated on my subscription
I'm not sure what the problem is, what exactly are you expecting that isn't there?
Sorry for the delay
So the scenario is, I have a requirement where I update the subscription price to a new price let's say from 100 to 120, then if I update simply the subscription price then the subscription price of 120 will be there on the upcoming invoice. right? (basically next invoice of 120)
but the main point here is I want the subscription price update to happen or update after the next invoice will be paid. basically, the next invoice will be the current plan price(100) and after the next invoice, the new price(120) should be updated in the subscription.
So for this, I have used the subscription schedule because we need to update the price on a future date, so I have done this in my code but now the question is how can I test this that the schedule is working fine?