#Markan97
1 messages · Page 1 of 1 (latest)
or the only possibility to change the billing cycle is with the trial period?
Hi, yes this is possible. Let me grab the document here
You can create a the subscription first, then use the Subscription Schedules API, https://stripe.com/docs/api/subscription_schedules/create#create_subscription_schedule-from_subscription and use this parameter to create the schedule from that existing subscription.
So it will be possible to do this even though the subscription has already been charged?
Yes, you'd just want to make sure that the phases follow the logic you intend to: https://stripe.com/docs/billing/subscriptions/subscription-schedules
Is this feature newer?
I know that a couple of months ago I had to use the trial period.
Hmm, it is not that new.
Just to summarize the situation. I will bill the customer for the subscription immediately, I will migrate it for the desired date in the future (schedule subscription) and there will be no billing when that migrated subscription starts?
Yes, I'd play with this in test mode, https://stripe.com/docs/billing/subscriptions/subscription-schedules
Thank you man! You helped me a lot, big greetings to you!