#phishy-checkout
1 messages · Page 1 of 1 (latest)
payment
Gotcha - you can get the line items by retrieving the Checkout Session object and expanding(https://stripe.com/docs/expand) line_items (see https://stripe.com/docs/api/checkout/sessions/object#checkout_session_object-line_items)
Is that the only place the data is stored?
Alternatively, you can make a request to just retrieve the CHeckout Session's line items: https://stripe.com/docs/api/checkout/sessions/line_items
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
No worries!
too much fast scanning!
Also.. do any other objects reference session? I don't see anything on payment_intents
To my knowledge there are no other objects that reference the checkout_session, but the Checkout Session object itself does reference other objects
ok thanks!