Update: Since around January 2018, it is now possible to search using the email
parameter on Stripe. See the accepted answer.
I was wondering if it was possible to search a customer only by their email address when using the Stripe API.
The documentation only indicates searching by:
created,
ending_before,
limit,
starting_after
But not email
.
I'd like to avoid having to list over all my customers to find which ones have the same email addresses.