#Matty-subscription-list
1 messages · Page 1 of 1 (latest)
Just to make sure I'm understanding your question - are you looking for an API solution that will display ALL the subscriptions for a customer?
Yes. Or allow us to page through them... I'd like the details to be there too.
Like how this shows.
You're definitely able to list subscription for a specific customer (https://stripe.com/docs/api/subscriptions/list#list_subscriptions-customer) and paginate through the results using our API (https://stripe.com/docs/api/pagination). We also offer auto-pagination (https://stripe.com/docs/api/pagination/auto) if that interests you
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Do you know why this doesn't work in the Dashboard when a customer has more than 5 subs?
Here is an example of when we choose "View All" from the customer page.
It's just a different UI, but with access to all the same information - the more detailed view you're looking at (that's paginating through 5 subs at a time) is part of the Customer details page. It wouldn't make sense to show ALL subscriptions on that page, so if you want to "VIew all" we redirect you to our general subscriptions view which has a different UI
The second view doesn't show any subs though? Is that by design or does it take some time for them to show if they were just setup?
Ah! I see what you're talking about now - just to double check, can you send over the customer ID you're looking at?
cus_KJmz7HP3Va03OO
Yeah I see it - the issue here is that their subscriptions haven't actually started yet, they're scheduled for the future. I can see why that may be confusing - let me file some feedback to the team to get that changed
Thank you!
I appreciate the help. Thank you @fervent wolf. I assume I can drop out now?
Yup! I also need to head out, but if you have any follow-ups one of my teammates will be able to help.