#jzills - cross customer payment
1 messages · Page 1 of 1 (latest)
Not yet. Asking here first.
Otherwise you may likely just need to make the payment intent on the first customer and log that it is for the user
The problem is that we have a customer (account) that has multiple individuals with payment methods.
Right now we are creating a Stripe Customer for the Account and a Stripe Customer for each of the individuals assigned to that account who can pay the invoice.
The reason for this is so that individual payment methods are secured but we want to use them against payment intents generated for the "Account Customer"
Gotcha. Not immediately sure if we support that use case. I will check in to if this is possible.
If not you can still achieve this flow other ways: basically you would charge the one customer and then mark the original Invoice as being "paid out of band"
Thank you
One more question for you. Is there a limit to the number of payment methods on a single customer?
Hi 👋 I"m stepping in for @lethal swift
I don't think we have a specified limit to the number of PMs per customer, there's just a point at which it becomes impractical to manage
Perfect. Thank you.