#willtcgtcgtcg
1 messages · Page 1 of 1 (latest)
I don't believe it saves it to the customer but instead saves the payment method on the subscription. You can just test it all out in test mode to be 100% certain
cool thank you. another question - if one or more of the products in that subscription are metered billing, will a checkout session with mode set to subscription be all that is needed (outside of reporting the usage)? hope that make sense
Good question, I think yes
That should be fine according to this doc
https://stripe.com/docs/billing/subscriptions/multiple-products#restrictions
okay great thanks for your help! so ultimately you can create a multiple product subscription for a customer if you create a checkout session with multiple line items, customer id and mode set to subscription?
Yes, you'd need to make sure the billing interval is the same though.
You can't create a subscription with two different billing intervals for the products
cool that is good to know. thanks again for your help!