#Zarbi4734
1 messages · Page 1 of 1 (latest)
So you're creating checkout sessions and passing a price inline (ie. not creating the price in Stripe)? If so, you can pass images here: https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-line_items-price_data-product_data-images
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
So I just add a new param in my line_item object ?
yeah the one I linked above. will need images within product_data (which is within price_date)
so something like this then ?
yep