#johnblythe_best-practices
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/1278708556379721821
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hello
The best practice is to have some sort of system on your end (like sending your user an email) to bring your custome back "on session" (into a flow on your site) to complete 3DS in these cases.
You would complete 3DS by reconfirming the PaymentIntent client-side using confirmPayment() and passing the clientSecret: https://docs.stripe.com/js/payment_intents/confirm_payment#confirm_payment_intent-options-clientSecret
gotcha. can you help me get a better handle on what "in flow" means in this case since they were out of any real UI/UX flow (in contrast to the process the 3DS docs talk through during checkout process)?
Yeah you would build a basic UI on your end where you call confirmPayment() like I mentioned above
Then the 3DS modal will be automatically displayed via Stripe.JS and once the customer completes that then the charge authorization will be attempted
gotcha. okay that makes sense.
next up & related: what's the best way to test this stuff in dev env? when i'd tried using the 3ds card # it "just worked" â˘ď¸ đŞ and i couldn't figure out how to get myself into the third-party/issuer modal confirmation stuff
These test cards trigger 3DS: https://docs.stripe.com/testing#regulatory-cards
hmm. maybe i'd done something wrong then when trying it out previously. it didn't fail and didn't trigger any confirmation/auth, just processed a-okay
I'd need to see an example PaymentIntent to be able to speak to that
But they should work
iam from india i do droppshipping indernasionl i criect acc on stripe but how to open i can t know how to open ple tell me
@weary cosmos please do not join other people's threads. You need to talk to our Support team via https://support.stripe.com/contact/login about this as we can't help you here with that.
but not longin on stripe
I'll be removing you from this thread now. If you have further questions for me please start with #help
okay i think this is enough to go off of for now @lean scarab . thanks!