#piq9117
1 messages · Page 1 of 1 (latest)
Could you share what you're trying to do?
in my setup i have a trial that will last for some time. when the user selects another plan, that update will be scheduled to kick in after the trial expires.
What i'm doing here is i have a trial price, then i schedule an update for a product with 2 prices. base and seat price.
then i get the error
Checking it now
Thanks for waiting. In https://dashboard.stripe.com/test/logs/req_MFd6fUF8mvcpG9 before req_gK3cprPirVjslq was made, there was a time change in phases. I'd recommend retrieving the subscription schedule to get the updated version of phase 0, then update phase 1 accordingly
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
these are the steps of what i'm doing. does #3 cause the phase change?
- create subscription
- create subscription schedule
- update subscription with increased price quantity
- update subscription schedule
for step 3, i use the subscription api not the subscription schedule api.
Yep!