#alexrak2_subscriptions-updates
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/1471538589144711260
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
If there was a way to bundle 100+ subscriptions to one invoice every year, and have it prorated based off when the subscription started to the bill period this would also be ideal.
Hi there ๐ sorry, I'm not really sure I'm grasping what you're trying to ask here. It's not possible to have multiple Subscriptions consolidate to a single Invoice.
What would be the best approach then for my use case?
a customer can have hundreds of devices, each device theoretically should be its on subscription. When a customer buys a device, 1 year trial is included. If i do a subscription per device a customer will get a hundred invoices which is excessive and hard to keep track of.
So it sounds like each device shouldn't be its own Subscription then, so your customers don't have (potentially) hundres of Invoices.
agreed, as of right now i have one subscription and just update the qty, but i dont have a way give each device a free trial for a year then if i update the qty, unless i would do it through cronjobs, but was hoping if stripe had a way to schedule changes through one api. Like every time a device activates, schedule 1 year later to udpate the qty by one.
Sorry, we don't have anything like that. Subscription Schedules are the closest thing coming to mind. They allow to create and manage Subscription Schedules which can be used to update a Subscription at some point in the future.
https://docs.stripe.com/billing/subscriptions/subscription-schedules
hmm schedules. So theoretically first device creates the subscription at 0 qty. create a schedule to update the qty to 1 a year later, second device activates 2 months after, so 2 monthhs after qty was updated to 1, it would update to 2. That could work, unless i misunderstood. if i didnt thank you!
Yup, you could build them to do that
Aweomse, thanks toby, quick and helpful. I was stressing haha. Enjoy your day!
Happy to help1 I will warn that Subscription Schedules can be tricky, particularly updating them. ๐ But feel free to come chat with us again if they give you any troubles!