#pulley-subscription-multipleprices

1 messages · Page 1 of 1 (latest)

swift edgeBOT
#

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
arctic wigeon
#

pulley-subscription-multipleprices

#

@main sentinel what's blocking you?

main sentinel
#

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

arctic wigeon
#

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?

main sentinel
#

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

arctic wigeon
#

I just tried in the API and it does just work though, did you try that?

main sentinel
#

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)

arctic wigeon
#

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

main sentinel
#

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

swift edgeBOT
arctic wigeon
#

There isn't really a canonical way. You either have

  1. Multiple separate subs
  2. One Sub with all the separate Prices but duplicate Products/description
  3. One Sub and you group the same Products and change the quantity so instead of having Product A, Product B, Product A, you get 2xProduct A, Product B
main sentinel
#

yep
got to love it!

Well thanks for the guidance ! You rock