#ddbg
1 messages · Page 1 of 1 (latest)
I assume you have a schedule that has yet to start, but is due to start on Feb 1. Yet you want to change it to now start on Jan 18?
Should be possible, just update the start_date parameter of the initial phase: https://stripe.com/docs/api/subscription_schedules/update#update_subscription_schedule-phases-start_date
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Hi @wispy aspen thank you for your fast reply!
so I have to edit the schedule right? Is it possible to do it on stripe's dashboard without implementing in our code? Thank you!
I'm not sure, maybe. Did you try? Not overly familiar with the Dashboard
No yet :/ I will have a better look, keep you posted
Should be possible, just checked: https://dashboard.stripe.com/test/subscription_schedules
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
You can see all schedules there and update them (including start date)