#Yarrik_b-checkout session
1 messages ยท Page 1 of 1 (latest)
Hey, taking over here
The line_items field isn't returned in the Checkout Session object by default, you need to expand it. See: https://stripe.com/docs/api/expanding_objects
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
You just need to include the expand: ['line_items'] parameter in your creation request
okay, i will try
yes, it worked very well! thank you very much, you really helped me!!!
np!