#binodkafle_unexpected

1 messages ¡ Page 1 of 1 (latest)

willow gazelleBOT
#

👋 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/1334095001550065705

📝 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.

subtle fox
#

Hi, what is your question regarding this exactly?

cunning fern
#

Using the same payment method, which the user stated does not support 3DS, the transaction succeeded the first time but failed on subsequent attempts.

#

Succeeded

  • pi_3QjeHLD5KYFi3zJG0CDkE7uB

Failed

  1. pi_3QjfbED5KYFi3zJG1zyd7umf
  2. pi_3QjfbvD5KYFi3zJG0RSgdWd1
  3. pi_3Qjfd8D5KYFi3zJG1DTTWOQa
  4. pi_3QjfedD5KYFi3zJG1TaJn8YZ
  5. pi_3QjffCD5KYFi3zJG09DOXgGo
#

Am I missing someting?

subtle fox
#

In one case the issuing bank allowed the transaction and in the subsequent ones they blocked it. Stripe just transmits the results. There's no issues with your Stripe integration. I suggest you to ask the customer to ask their bank about what happened, and use a different card for now.

cunning fern
#

Thank you for the clarification.

My concern is: why is 3DS authentication being attempted if the card is supposedly not 3D Secure-enabled?

willow gazelleBOT
subtle fox
#

It seems like it was triggered by Stripe Radar.
Do you have a Radar rule requiring 3DS?

cunning fern
#

Yes, I have a Radar rule requiring 3DS authentication, but it is applied based on the following conditions, in order.

  • Request 3DS if 3D Secure is required for card
  • Request 3DS if 3D Secure is recommended for card
  • Request 3DS if 3D Secure is supported for card
worthy turtle
#

hi! I'm taking over this thread.

cunning fern
#

Sure. Thank you.

#

I have contacted them, and they mentioned that they will respond via email within 24 hours. However, since this is quite urgent, it would be very helpful if you could check whether there are any issues on the development side in the meantime.

worthy turtle
#

I don't see antyhing wrong about your integration:

  1. you create the PaymentIntent
  2. you confirm the PaymentIntent
  3. if it's in requires_action status, then go though the 3DS flow