#jcalentine
1 messages · Page 1 of 1 (latest)
Hello jcalentine, 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.
• jcalentine, 3 days ago, 14 messages
• jcalentine, 3 days ago, 12 messages
• jcalentine, 3 days ago, 9 messages
Hello! Which line_items object are you specifically talking about? Is this something from Checkout? a Subscription? somethign else?
i know this gets the description: stripe.checkout.Session.list_line_items(session_id, limit=1).data[0].description
i want the actual cost of the product
so i would substitute 'description' with what?
Just to clarify something really quick - Products in our API do not have amounts/costs. Amounts are actually associated with the Price not the Product
O yes sorry