#jzills - cross customer payment

1 messages · Page 1 of 1 (latest)

lethal swift
#

I not immediately sure but can check. Have you tried this in test mode?

pure rune
#

Not yet. Asking here first.

lethal swift
#

Otherwise you may likely just need to make the payment intent on the first customer and log that it is for the user

pure rune
#

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"

lethal swift
#

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"

pure rune
#

Thank you

#

One more question for you. Is there a limit to the number of payment methods on a single customer?

stiff skiff
#

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

pure rune
#

Perfect. Thank you.