#2adventure
1 messages · Page 1 of 1 (latest)
Yes, either by listing Customer objects:
https://stripe.com/docs/api/customers/list#list_customers-email
Or by using our Search API:
https://stripe.com/docs/api/customers/search
https://stripe.com/docs/search#search-query-language
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Thanks Toby! Appreciate your help