#mumbaispice
1 messages · Page 1 of 1 (latest)
Hi, you're looking to list all active subscription by a customer?
yes exactly
You should be able to use this list subscriptions API: https://stripe.com/docs/api/subscriptions/list. Pass the customer id, https://stripe.com/docs/api/subscriptions/list#list_subscriptions-customer and the desired subscription status, https://stripe.com/docs/api/subscriptions/list#list_subscriptions-status here.
thank you so much!