#pulley-subscription-multipleprices
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- pulley, 1 day ago, 8 messages
I am trying to figure out if i can have a subscription for a user, that looks like this (products)
Product A
Product B
Prodcut A
sure but what have you tried? You said it was "easy" to do multiple products, and doing what you asked is exactly the same so I'm asking what's blocking you
maybe you haven't tried yet?
The issue is, that the organizations purchasing our products, would like all their billing to be listed under 1 subscription, but, allowed to have multipe instances of the same product on their subscription.
Whats blocking me is that when i try to add the same product on the stripe dashboard to a subscription, it is greyed out, and not able to add again
Because i cant increase the quantity, because the quantity is being used for "seat" count
Here shows that the Grayed out product (what i need to add a 2nd instance of) is grayed out
I just tried in the API and it does just work though, did you try that?
ill give it a ring on the api. Didnt think to try that (just assumed if it didnt work on the site it wouldnt work on the api lol)
makes sense. I think we avoid this because it's confusing to have 2 separate line items that have the same product/name
but it does work in the code at least
yea i dont like this approach either.. Unless you have a better idea.
The goal is, that we want our customers to be billed at the same time for all their subscription products, not receive multiple bills from each items different billing periods
There isn't really a canonical way. You either have
- Multiple separate subs
- One Sub with all the separate Prices but duplicate Products/description
- One Sub and you group the same Products and change the
quantityso instead of having Product A, Product B, Product A, you get 2xProduct A, Product B
yep
got to love it!
Well thanks for the guidance ! You rock