#Nanda Kumar-PaymentMethod-Limit

1 messages · Page 1 of 1 (latest)

iron snow
#

Limit how so? As in amount of PaymentMethods?

gritty monolith
#

Customer cus_******** already has the maximum number of payment methods attached.

#

this is the error we got

iron snow
#

Ah, so yes there is a limit

gritty monolith
#

what is the limit?

iron snow
#

Trying to find it in our docs

#

Have you counted the number attached to that Customer?

gritty monolith
#

I didn't find any limitation on payment methods as per stripe documentation

#

except customer_max_payment_methods error cde

#

is there any reason why we have a limit?

iron snow
#

Not finding a limit immediately either or why. Honestly if you count the number of PaymentMethods on that customer that should give you the limit

gritty monolith
#

But why the limit on payment methods?

night owl
#

@gritty monolith don't remember the exact number but there is a limit of 200 PaymentMethods that can be attached to a Customer. What is your usecase where you need >200 PMs on a customer?

gritty monolith
#

after 100 payment methods, we got this limit exceed error

#

@night owl In our online reservation SaaS product, for guest bookings, we are using a common customer name 'Master'. adding all the guest cards to it as a payment method. Later we do transaction on that card

night owl
#

you'll have to use multiple customers in that case

#

I recommend each "guest" being a distinct Customer in Stripe