#hotmeteor - Quotes
1 messages · Page 1 of 1 (latest)
Hello! I think if you want to end up with multiple distinct Subscriptions you need to start with multiple distinct Quotes, but let me confirm that...
Yeah, that looks to be the case.
I see. Would it be better then to just skip the Quote system and instead create an Invoice with multiple subs?
That's not really how Subscriptions in Stripe work. Subscriptions are basically Invoice creation engines; they issue an Invoice when payment is due for a period. Can you describe what you're trying to do at a high level so I can recommend the best thing for you?
We have customers who want to purchase multiple distinct subscriptions in a single transaction, ie. A subscription for themselves and for a family member. At the same time, they may also receive services at one of our repair locations. So they can have services and subscriptions paid for at the same time
We also want to be able to assign those subscriptions to each individual person they are for, on our side
Gotcha. What you probably want to do in that case is use a Setup Intent to collect their payment information and set it up for future use, then create the individual Subscriptions after that using the Payment Method you set up: https://stripe.com/docs/payments/save-and-reuse
Sorry for the delay. So, we should process the services at time of sale and then set up the Subscriptions separately?
Can I add the subs as invoice items so that they appear on a single invoice for the in-person purchase, and then pay via Payment Method on recurring invoices?
Stepping in for Rubeus here as they are done for the day. Taking a look here
Thanks!