#Guillaume--

1 messages · Page 1 of 1 (latest)

tender tendonBOT
cursive nebula
#

Hi there!

fervent wren
#

hi

cursive nebula
#

I think the best way would be to loop through your customer IDs to get a list of all subscriptions. You can include customer in your request, as well as status if you need to filter for only a subset of subscriptions. https://stripe.com/docs/api/subscriptions/list

fervent wren
#

The customer parameter can be a list of ids?

cursive nebula
#

No, it can only be one customer ID at a time. You'll need to loop through your list of IDs and make a call to list subscriptions per customer ID

#

You could also list all subscriptions and do the filtering on your end.