#Pain - limit
1 messages · Page 1 of 1 (latest)
Are you asking what this parameter is? https://stripe.com/docs/api/payment_methods/customer_list#list_customer_payment_methods-limit
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Limit is just how many payment methods are returned from the call
I am asking what the max return is from the endpoint
100
It says in the paramter description. You can use auto pagination to return more though
Oh I didn't see that description my bad, there is a limit of how many payment methods a customer can hold, right?
Believe that was a 100 too
No worries! It's 200 actually
Got it, thank you for the information as always.