#Pdot - checkout
1 messages ยท Page 1 of 1 (latest)
okay perfect, if we go by adding products manually can we add product image as well?
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
awesome thanks, the last thing to ask is regarding the success page /success?session_id="". When grabbing the session using stripe.checkout.Session.retrieve(session_id) It dosen't seem like its returning the quantity in the return payload. Please correct me if I am wrong.
๐ just hopping in since @clever cradle has to head out soon
When you retrieve the Checkout Session you should expand (https://stripe.com/docs/expand#includable-properties) line_items so that you can see all the items + their quantities
ahh I see, sounds good. I'll test it out and shoot a message if I run into anything. Thanks both for the help