#JeffP - image
1 messages ยท Page 1 of 1 (latest)
Yes, do we have to hard code the image at session creation?
if so , where would we do this. Thank you in advance
I would like to put our customers logos
Ah ok
maybe it would have to be done with the on the fly item creation as an item image. Is this possible?
๐ Hopping in since @stiff trench has to head out soon
Are you referring to a customer logo, or are you talking about product images?
we would like to use a logo for the large image, we are using stripe checkout for single payments for our connect accounts and would like to show their logo on the checkout page like the image shown in the stripe exmple
Can you point me to the exact example you're looking at? Just to confirm we're on the same page
yes, let me screenshot it
Preview some of the features available in our prebuilt, hosted payment page.
I am making the item on the fly
Gotcha, so that's a product Image - that's something you can set dynamically within product_data.images (see 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.