#GastonLifschitz
1 messages ยท Page 1 of 1 (latest)
Hi ๐ can you share the ID of a Customer where you are seeing this behavior when listing the Customer's payment methods, as well as the ID of the Paymetn Method that you were expecting to see returned but didn't?
Just played around with the query and just figure out that theres a limit of 10 cards and my 11th was my default payment method. Sorry to bother you guys
That's what I was thinking may be going on, you can change the limit being used for list requests to change the number of results that are returned (up to a max of 100):
https://stripe.com/docs/api/payment_methods/list#list_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.