#akdj16-subscription-schedule-create
1 messages · Page 1 of 1 (latest)
Hello 👋
No, it doesn't.
In order to create a Subscription Schedule you'd want to call SubscriptionSchedule.create(...)
https://stripe.com/docs/billing/subscriptions/subscription-schedules#managing
If you have an existing subscription that you want to add a schedule to then you can do that too
https://stripe.com/docs/billing/subscriptions/subscription-schedules/use-cases#existing-subscription
ok! thank you!