#vlajke-list-subscriptions
1 messages · Page 1 of 1 (latest)
Hey ynnoj
What are you expecting and what are you not receiving? I'm not sure what 'annual subscribers' means
That endpoint will list all subscriptions on your account, regardless of status
I just figured it was the error on our end, somehow we were using the limit of (default) 10 instead of 100 as we wanted. It's all good now
Since I have you here, is there a way we can filter the subscriptions per products?
I assume it could be price param?
Yep, figure it was a limit issue!
Yep, you'd use the price parameter: https://stripe.com/docs/api/subscriptions/list#list_subscriptions-price
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Since subscription line items expect a Price object, not a Product object