#del0x_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/1394764289490948197
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Can you explain your use-case in a little more detail? How exactly you want this to behave?
Sure! So this is a recurring payment that the end user would be making.
For instance, we have billing frequency options of weekly and monthly.
We want to add another option where the end user would get billed a specific amount on the 1st and 15th of every month.
We rely on stripe subscriptions / billing.
Ah ok. You'd have to split it into 2 subscriptions: 1 that bills on the 1st of the month and another that bills on the 15th. Via this method: https://docs.stripe.com/billing/subscriptions/billing-cycle#use-billing_cycle_anchor_config
Ah okay, thank you!
No problem