#thomas_58040
1 messages · Page 1 of 1 (latest)
HI 👋
You can retrieve all the subscriptions for a specific customer using the Subscription List API and passing the customer ID
https://stripe.com/docs/api/subscriptions/list#list_subscriptions-customer
So then the plan would be to just iterate over them and see if any are active? What about the rate-limiting? Does that ever happen?
You can also pass 'active' in the status parameter to only return active subscriptions for that customer
What about rate limiting/cost?
Here's our doc about that https://stripe.com/docs/rate-limits