#jcalentine

1 messages · Page 1 of 1 (latest)

violet jungleBOT
#

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

high ibex
#

Hello! Which line_items object are you specifically talking about? Is this something from Checkout? a Subscription? somethign else?

tight oasis
#

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?

high ibex
#

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

tight oasis
#

O yes sorry

high ibex
#

If you want to check the amount of a Price you'd substitute description for price.unit_amount

#

But it'll really depend on your specific price