#ironbeard-subscriptions
1 messages · Page 1 of 1 (latest)
If you're creating multiple Subscription objects, each Subscription object would have it's own invoice/charge
Hmm, if I wanted the customer to have a single invoice/charge per year, what would I need to look into?
are all of the Prices on the same billing interval?
Yeah, everything is annual.
you can create a single Subscription object with multiple Subscription items (Prices) : https://stripe.com/docs/api/subscriptions/create#create_subscription-items
Interesting, I'll read through this: thanks!
this guide would probably be better : https://stripe.com/docs/billing/subscriptions/multiple-products
Oh, dope. Thanks!