#cherub_docs
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
๐ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1484636833844564029
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- cherub_returnurl-iframe, 19 hours ago, 10 messages
- cherub_docs, 2 days ago, 5 messages
Hello! I don't see why this would behave differently with a real card but let me do some digging to be sure...
hello thank you so much! Yes, the test version worked for me but I'm worried if its a real bank flow if it won't work in the popup just because the popup would be in our iframe. I know for security reasons banks usually don't like to load auth flows inside an iframe
hi there, taking over for jazz as they had to step away. I've never heard of anyone having an issue with this. we designed that test card flow to be as close as possible to the real thing, so if it's working with the test card, I see no reason it wouldn't work with a real card
ok i see, that is great to hear thank you!
sorry also, one last question
i was using the stripe ai and it said that the default behavior of the 3ds popup is a redirect but that is false right? it just closes, and then we can handle the confirm success anyway we want without a redirect?
yeah, that was likely a hallucination. our docs specify that a popup is the default behavior https://docs.stripe.com/payments/3d-secure/authentication-flow?platform=web#when-to-use-3d-secure
ok thank you!
no problem!
so for this line in the doc 'Authorizing the payment simulates successful authentication and redirects you to the specified return URL. '
that is not true for the default popup modal
only for the manual opt in redirect flow
correct
alright thanks!
(though I agree that could be more clear, I'll surface that feedback to the docs team)
yes for feedback i think the popup section should be in its own section and the rest of the article should be in a seperate section!
thank you so much for helping and have a good weekend! you guys might see more of my questions in the dev-help channel lol so i appreciate a lot
you're welcome, it's what we're here for ๐
also for another feedback, for the PaymentFormElement beta, I have access to the docs and I think the pregenerated checkout session curl call puts in an outdated version number
one second i will show you
Stripe-Version: 2020-03-02
but then later running it with embeddable payment form, i get errors: "message": "Invalid Stripe API version: 2020-03-02; custom_checkout_payment_form_preview=v1. In order to use ui_mode: custom, you must upgrade to Stripe API version 2025-03-31.basil.
some of those code blocks are dynamically generated based on the account you're logged in to, so I can't see that Stripe-Version in the curl command. if you can, raise that feedback with your contact at Stripe who entered you into the beta
ah i see i didn't realize it was dynamically generated