#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/1467973021187837992
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hello
Can you share a bit more context? What behavior are you currently seeing with Schedules API ?
I create a scheduled subscription with "charge automatically" for a customer who has a payment method but no setupintent yet.
For a regular subscription, creating it as default_incomplete will cause the subscription to become incomplete as soon as it is created. So we handle that status and ask the user for authorization.
Gotcha and with the schedule, it starts in active status right?
Exactly
Yeah I don't believe it's possible to start the Subscription in a different status with a Schedule.
An alternative would be to create a Subscription first and then create a Schedule with it