#karuppasamy
1 messages · Page 1 of 1 (latest)
for particular customer i need to show this details in grid
hi! you can use the API to get some of that information, sure. For example https://stripe.com/docs/api/subscriptions/list#list_subscriptions-customer and https://stripe.com/docs/api/invoices/list#list_invoices-customer .
plans do not have names, Products do
yep, so retrieve or expand the product in the lines
for example on a Subscription , the Product ID that is subscribed to is : https://stripe.com/docs/api/subscriptions/object#subscription_object-items-data-price-product
you can call https://stripe.com/docs/api/products/retrieve to get the details of that Product ID