#supreeth_20471
1 messages · Page 1 of 1 (latest)
You could potentially just add 15 seats to the existing subscription as a separate Subscription Item I would think. Is there any reason that doesn't work for your use-case?
so here's what i did. initially started a subscription with 5 units. increased it to 25 using the update subscription. thats all i did and this was invoice that was generated
Right, that's the default behavior for that workflow. If you wanted to see it show up as 5 seats + 15 seats instead, that might be less confusing, but you'd still have the 2 items on the invoice.
Could you please elaborate on You could potentially just add 15 seats to the existing subscription as a separate Subscription Item I would think. Is there any reason that doesn't work for your use-case? . im not sure that i follow how to do this 🤔
You would add an additional Subscription Item to the Subscription, which effectively divides the Subscription into 2 different recurring items: one for 5 seats, and one for 15 seats: https://stripe.com/docs/api/subscription_items/create
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.