#CharlottΞ
1 messages · Page 1 of 1 (latest)
I think this is what you want: https://stripe.com/docs/payments/checkout/cross-sells
Thanks @oblique river . Yes, that's what I want, but as I understand it, I can't use a custom image when using the price API? I seem to have two mutually exclusive requirements, except for the hack I mention above.
Hmm which exactly is the custom image you mentioned?
On the Product page in above link I believe there is a place to setup the image and it's displayed in the Checkout Session
Correct, but my users will be creating and purchasing (I hope 😂) a unique item - so I would like to show their exact creation, not a generic static one.
I'm not at my computer, I'll share a screenshot later
Ah probably you are creating Product on the fly 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.
Umm it's not possible with this on the fly parameters
Sorry