#millerbean-customers-subscriptions
1 messages · Page 1 of 1 (latest)
Hi 👋 to do this you would first need to get a list of the subscriptions that you're referring to.
You could do this by listing all subscriptions and looping through the results to find the paused ones:
https://stripe.com/docs/api/subscriptions/list
Or by leveraging our search functionality:
https://stripe.com/docs/api/subscriptions/search
Then you can retrieve the associated Customer for each Subscription:
https://stripe.com/docs/api/subscriptions/object#subscription_object-customer