#bug-checkout-3ds
1 messages · Page 1 of 1 (latest)
bug-checkout-3ds
@steep plank if you use Checkout, our hosted product documented at https://stripe.com/docs/payments/checkout then you don't need to do anything, we'll handle 3DS automatically for you as needed
we're using stripe checkout and one of our customer sais failed to pay due to 3ds
I don't have to do anything in my side?
my checkout is just popup the modal
Yes that just means they tried to pay, we ask them to go through 3D Secure and they didn't complete it successfully
That "popup" is extremely old. It was deprecated well over 4 years ago and doesn't support 3D Secure at all (never has and never will) so I'm sorry I'm really confused by what you are asking. Are you the developer of the code maintaining it? Or are you using a third-party tool you installed?
I'm developer
We really like popup than redirecting
do you have any non-depreciated checkout which works in a way liek above( I mean in popup)
no
You really really should use Checkout, it's going to be drastically easier
If you don't want to you can build your own integration based on PaymentElement, it's just a lot more work. See https://stripe.com/docs/payments/accept-a-payment for the options
but you need to stop using that old pop up, it's been deprecated and unmaintained for years.
hmm, our system is subscription based
if I migrate to new checkout, nothing will happen for existing subscribers?
correct, it'll just be for new Customers/Subscriptions
hmm
for now, we will show popup, and get token , and then in the backend make subscription with that tokemn
which will fail for all transactions that require 3D Secure
😦
Really I gave you both options, the next step is to read the docs and pick the option that works best for you!
it has both integration paths on that same page at the top