#Uche-Customer Search
1 messages ยท Page 1 of 1 (latest)
๐ happy to help
unfortunately today the only searchable fields in the Customer Search API https://stripe.com/docs/api/customers/search are these fields https://stripe.com/docs/search#query-fields-for-customers
The only other way of doing that is to list all customers with auto-pagination and filter them on your side
Do you mean to query for all customers and then filter them myself?
yes for the time being I guess that's the only way
oh ok. Thanks a lot
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.