#geordi-subscriptions
1 messages · Page 1 of 1 (latest)
hi! hmm, we don't really have anything in-built for that.
I can only imagine two solutions :
-
use multiple subscriptions objects, assigned to separate Customer objects with separate payment methods, or the same customer, with different default payment methods maybe (https://stripe.com/docs/billing/subscriptions/multiple-products#multiple-subscriptions-for-a-customer)
-
use the
collection:send_invoiceform of subscriptions and have the emails get sent to something like a billing/accounting person on the customer's side and let them figure out how to pay each one
Okay thanks!