#Omri-Customer
1 messages · Page 1 of 1 (latest)
You can use the customer list API (https://stripe.com/docs/api/customers/list#list_customers-email) to retrieve a list of customers that match the given email address
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
yes, but is bad performance, no?
Why?
I need to loop on the list to find the customer by email
If you have the customer ID, then you can use retreive API to get the customer object directly.