#nacho-subscription-list
1 messages · Page 1 of 1 (latest)
You can list the active subscriptions using the customer ID
https://stripe.com/docs/api/subscriptions/list
Then from there you'd want to look for the price in the items array
https://stripe.com/docs/api/subscriptions/object#subscription_object-items-data-price
the price should have the interval
Not really, this seems like the most sensical way to get to it. I was conversing with someone who wanted to not dig too deep to see how long something was overdue, it makes sense that you would have to dig down a little bit.