#ibgoldbergs
1 messages · Page 1 of 1 (latest)
I think you're looking for this: 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.
Give that a shot and let me know if you get what you need 🙂
price
string
Filter for subscriptions that contain this recurring price ID.
ahhh i think that makes sense. thank you
well i think the hard thing is... we have thousands of prices
so im not sure what price ids i should filter
it doesnt seem like /v1/prices has a filter param for interval
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
but not for interval_count it seems
so you will need to list & filter to get the list of prices, then use that to list the subscriptions