#cody_docs
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/1396756056184717394
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi! To clarify your question, you have a monthly usage based subscription but you only want to invoice once a year?
Hi! We'd like to invoice the monthly usage based subscription every month. A subscription that bills yearly already exist. I'm unable to attach the monthly usage based pricing to this subscription due to different intervals
So you would like a subscription with mixed intervals. Currently we only have that as part of a private preview. You can test it out by referring to this document: https://docs.stripe.com/billing/subscriptions/mixed-interval
Yes! Will this eventually be available to the public? Just out of curiosity, what are the usual approach apart from using this?
Currently we only allow subscriptions to have prices of the same billing cycle so there isn't a different approach yet. Apologies I am not too sure when this will GA.
No worries Sam. What about the implementation of attaching a separate subscription to the same customer? For instance, the annually-billed customer will have 2 subscriptions on their account. One is the main subscription and the other is the usaged-based which is used to bill any overage for the month
You can just create a new subscription with the customer's object ID. Then the customer will have 2 subscriptions. One for usage based billing and one annual.
Ok, thanks Sam!