#rlm
1 messages · Page 1 of 1 (latest)
Hi there, what do you mean subscription table?
I see. The Dashboard subscription list page doesn't show the description.
unlike in the payments https://dashboard.stripe.com/test/payments
i can see the description
Yes. alternatively you can use the Subscription list API https://stripe.com/docs/api/subscriptions/list#list_subscriptions to retrieve the subscription data, including the description.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
thanks. if we will not use API, is it viewable in the reports or downloadable in CSV?
I don't see subscription description in the downloaded CSV
any alternative in the dashboard?
I don't see any I'm afraid. The only solution that I can think of is to retrieve the list through API.
thanks for checking @granite spoke