#formigueiro
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.
- formigueiro, 20 hours ago, 17 messages
- formigueiro, 22 hours ago, 3 messages
hi! A Customer can have multiple Subscriptions yes.
Do I need to configure something or do I just need to create the products as a subscription and subscribe to them?
see also https://stripe.com/docs/billing/subscriptions/multiple-products#multiple-subscriptions-for-a-customer but overall you just use whatever process you currently use to create a Subscription, you just use it again for the same cus_xxx.
But can I charge separately?
each subscription creates and charges separate invoices
They are different products. From what I understand, is it just a normal subscription?
ty @late grove ๐
yes
What it implies is the product id, right?
not sure what you mean
A customer can have several subscriptions, what will matter is the product ID passed
at the time of purchase and the quantity he may have of each?
sorry, not sure I'm understanding still
a customer can have multiple subscriptions, and they can be subscribed to anything, they can be subscribed to the same Product in multiple Subscriptions, in any quantity
you don't pass a Product when creating Subscriptions, you pass a Price(which has a many-to-one relationship with a Product), also.
sorry, when i type product_id i mean planId on subscription_data key , items