#aeropuertomc_best-practices

1 messages ¡ Page 1 of 1 (latest)

queen rootBOT
#

👋 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.

still karma
#

Hello
Can you share a bit more context? What behavior are you currently seeing with Schedules API ?

supple coral
#

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.

still karma
#

Gotcha and with the schedule, it starts in active status right?

supple coral
#

Exactly

still karma
#

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

supple coral
#

Oh, ok. Got it.

#

Thanks, then!