#menkuichan_73425
1 messages ยท Page 1 of 1 (latest)
๐ happy to help
you can use the Customer Search API https://stripe.com/docs/api/customers/search
and the query is case insensitive https://stripe.com/docs/search#search-syntax
I'm not sure how to use this 'query' at my API call.
query: 'email:\'fakeemail@abc.com\'',
});```