#snows02
1 messages · Page 1 of 1 (latest)
Hey there
That UI you screenshotted is not our hosted Checkout Session page.
So this isn't a UI that we control. Rather it is something on your end. Do you work with a third-party here?
Sure anyone can put that on their page 🙂
This is the complete page, as such I am covering the sensitive information of the courses and payment
You mentioned eariler this was Checkout Sessions - do you happen to have a checkout session ID? Or is this a non-stripe "checkout" feature that's just built on top of stripe?
Yes i have a the checkoit session ID the urls looks like:
https://checkout.stripe.com/c/pay/checkoutID#hash
Can you share the actual checkout session ID here?
Why ?
So that I can look at it on my end and see how you're creating it (to confirm whether you're doing anything special to get that extra box you don't want)
And you could not tell me what should be done to get that extra box that I mention and I check on my side, I can not share this information
You're likely using cross-sells (https://stripe.com/docs/payments/checkout/cross-sells) which is why that extra box is showing
In the future though, asking for request IDs/object IDs is something we do a lot in this channel and it makes it much easier for us to help you
got it, thank you very much, and aditional question if the product have a cross-sells section empty, why this happened
on the other hand to help debug this is the id: cs_live_b1F2An9qdrPPeIXcOP0NxuCaT45QyzDvjyksh2xOLWySdNykOR17nzjDRz
If the cross sells section is empty then I'd really want to look at your checkout session to dig in more
You've got two products on that Checkout Session - one of them has a cross sell, but the other one doesn't
It's specifically the product ID ending in 866
@naive flare thank you so much man, and one more question i can make a query o use a endpoint to know what products have cross-sells enable?
I don't think there's a way to get this through the API at all right now, since cross-sells are something you can configure/retrieve through the dashboard
Got it, Thank you man