#brometheus_api

1 messages ¡ Page 1 of 1 (latest)

drifting lavaBOT
#

👋 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/1309327641207246952

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

distant compass
#

Yeah the Subscription Schedule is more of scheduling if you already have the payment method you are going to use for charging the customer. You probably want to collect it first via a SetupIntent, then use Subscription Schedule

sharp python
#

We're planning on send_invoice, so the customer has plenty of time to choose which payment method to use later on

#

but we want at least "customer_balance" to be set so that the invoice is properly generated including bank funding instructions

#

As a workaround I'm planning to just use delayed start with billing_cycle_anchor, with some custom logic to not actually treat the subscription as active, if it's before the billing cycle anchor time