#.brolala
1 messages · Page 1 of 1 (latest)
Hi, let me help you with this.
I guess the most basic one. What's your concern exactly?
Each week users can add products and remove others, I'm currently trying metered_usage products, but I'm stuck with the 20 items limits
And each weeb they're charge with their current basket
week*
I am not sure it makes sense to use metered usage Prices if you only deliver once per week/Invoice.
Okay, so what's the best fit for a subscription each billed each week ?
You can just update the Subscription with the new items and set proration_behavior: "none": https://stripe.com/docs/api/subscriptions/update#update_subscription-proration_behavior
Alternatively, you can just store the cart in your database and only set the final amount on Stripe.
I think storing cart in my db is the better to bypass 20 items limit of stripe
Okay, thanks for all 🙂
Fast & Relevant
Happy to help.