#xqprtzcv
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- xqprtzcv-subscription-preview, 1 day ago, 11 messages
- xqprtzcv-subs, 1 day ago, 10 messages
Here is the request FYI: https://dashboard.stripe.com/test/logs/req_CgsfViftPWOvbD
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
You're probably looking for either the lines.data.price.nickname: https://stripe.com/docs/api/invoices/object#invoice_object-lines-data-price-nickname
Or the Product of the price: https://stripe.com/docs/api/invoices/object#invoice_object-lines-data-price-product
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Yes, I want the product name/description for the plan that starts at the end of the trial. Was wondering if I could get the name/description of the product in a single request. Otherwise, I can just retrieve product info in a second request and get it from there.
You can expand up to 4 levels deep, so invoice.lines.price.product should be totally fine to get with just one retrieve call