#aeropuertomc_best-practices
1 messages · Page 1 of 1 (latest)
đź‘‹ Welcome to your new thread!
⏲️ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
đź”— This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1468007152156151851
📝 Have more to share? Add more details, code, screenshots, videos, etc. below.
Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- aeropuertomc_best-practices, 1 hour ago, 11 messages
đź‘‹ Sounds like creating the Subscription with payment_behavior=default_incomplete and then creating a schedule after with from_subscription is what you want.
https://docs.stripe.com/api/subscription_schedules/create#create_subscription_schedule-from_subscription
Mind you default_incomplete only results in an inactive subscription if payment is not succesful.
Thanks for answering.
Can I make the shcedule start in the future?
When using from_subscription?
Hi, you there?
Hi, just juggling a few threads that came in around the same time 🙂
Oh, ok.
You can specify start dates for the phases on a given schedule https://docs.stripe.com/api/subscription_schedules/update#update_subscription_schedule-phases-start_date
As per the last docs link, it seems I cannot specify phases when creating a subscription from schedule?
Migrate an existing subscription to be managed by a subscription schedule. If this parameter is set, a subscription schedule will be created using the subscription’s item(s), set to auto-renew using the subscription’s interval. When using this parameter, other parameters (such as phase values) cannot be set. To create a subscription schedule with other modifications, we recommend making two separate API calls.
By "two separate API calls" does it mean a create schedule with from_subscription and then an update?