#Raghavendra - search
1 messages · Page 1 of 1 (latest)
Hi, happy to help!
Can you clarify your request please, what are you trying to search for? like juste list all subscriptions of a customer ?
I have a usecase as below:1.)Fetch customer details from email id.2.)Once the data is found then fetch subscription details of that customer
i need to fetch particular customers subscription details. but the catch is how can i get if i have only email id of the customer
please help
If you have the customer id you can just call subscription list api
https://stripe.com/docs/api/subscriptions/list#list_subscriptions-customer
Using just customer email you can't, you need to store customer ids in your application and use it after for listing their subscriptions