#waio_paymentintent-3ds-auth
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/1229456285523644486
📝 Have more to share? Add more details, code, screenshots, videos, etc. below.
Hello
hello
Taking a look
so any leads?
Hi 👋
I'm stepping in for my colleaguea who needs to go. We're doing some digging now
Not really. We can see that 3DS was determined not to be required for this payment but I'm still trying to understand why
I'm still digging but nont finding much. I'm reaching out to other colleagues to get another pair of eyes on this.
ok
Alright after doing mroe digging we think this was simple an SCA exemption. As our docs state
Some transactions that are deemed low risk, based on the volume of fraud rates associated with the payment provider or bank, may be exempt from Europe’s Strong Customer Authentication requirements.
https://docs.stripe.com/payment-authentication/analytics#sca-exemptions
You can review your Payment Authentications in the Dashboard here: https://dashboard.stripe.com/authentication
ok but
- can we make 3dsecure to be mandatory for every payment?
- why did we not get a notification of payment received in the admin?
we only got the intent
- Yes, you can explicitly request 3DS when you create the Payment Intent: https://docs.stripe.com/api/payment_intents/create#create_payment_intent-payment_method_options-card-request_three_d_secure
ok, but we are using the woocommerce plugin, we cant modify the code from it
can we make this as an option from our account?
You can review all the options to control 3DS authentication here: https://docs.stripe.com/payments/3d-secure/authentication-flow#controlling-when-to-present-the-3d-secure-flow
If you cannot change how you create or confirm the Payments, I would recommend reviewing Radar rules for requesting 3DS.
https://docs.stripe.com/radar/rules#request-3d-secure
What do you mean by "get a notification of payment received in the admin?"
The confirmation of the intent generated both charge.succeeded and payment_intent.succeeded webhook events
ah can we put photos here?
its simpler to show you
so this is all we got on the order, even tho we got the payment in stripe
and this is what i was expecting to see
with the notification of "stripe charge complete"
that we did not get
ok