Multiple Payment Profiles per customer
in progress
Y
Youssef
Ability to add and switch between multiple payment profiles per customer without need to delete previous one, that gives the possibility to switch Stripe account for example.
Also we can have a default set to true or false, to use that payment profile as default of not specified on API calls.
Multiple payment profiles will give the ability to use multiple currencies per customer.
Michael Ponrajah
in progress
Michael Ponrajah
Merged in a post:
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