#mark_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/1275833525001785416
📝 Have more to share? Add more details, code, screenshots, videos, etc. below.
@strange maple huge apologies, looks like I missed this thread when it was originally created. We don't have a specific installment plan offering, but I have seen a lot of users use subscription schedules to make installment plans themselves.
https://docs.stripe.com/billing/subscriptions/subscription-schedules
So typically you would have two Price objects, one for the full price, one for half the price. If the user chooses installment plan, you can create a subscription schedule that lasts for two cycles at the half price
All good @rotund shoal
Thanks, I’ll see if that fits my needs.
Question, is it not possible to get a checkout link for a specific existing invoice?