#Matty-subscription-list

1 messages · Page 1 of 1 (latest)

fervent wolf
#

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?

tiny pecan
#

Yes. Or allow us to page through them... I'd like the details to be there too.

#

Like how this shows.

fervent wolf
#

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

tiny pecan
#

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.

fervent wolf
#

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

tiny pecan
#

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?

fervent wolf
#

Ah! I see what you're talking about now - just to double check, can you send over the customer ID you're looking at?

tiny pecan
#

cus_KJmz7HP3Va03OO

fervent wolf
#

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

tiny pecan
#

Thank you!

#

I appreciate the help. Thank you @fervent wolf. I assume I can drop out now?

fervent wolf
#

Yup! I also need to head out, but if you have any follow-ups one of my teammates will be able to help.