Allow multiple payment methods/providers for a customer
M
Matthias B.
Currently, a customer can only have one active payment method linked to their Lago account.
It would be useful if Lago could manage multiple payment methods for a customer (e.g. method 1 used to pay for subscription A, and method 2 used to pay for subscription B).
Karl Kloppenborg
This makes a lot of sense when you have lots of subscriptions in an master account but they might be split by department in that organisation.
By including a payment_method_id field on the subscription, or even making a billing_configuration style object where you can set the payment type, and payment method details would make sense.
Then when consolidating invoices for a payment intent, you can dimension on payment method so you end up with
Invoices in group A for this day on payment method 1.
Invoices in group B for this day on payment method 2. etc etc