#chris-hars_api

1 messages · Page 1 of 1 (latest)

misty monolithBOT
#

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

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

broken pivotBOT
#

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.

little gyro
#

Hi 👋 sorry, not quite sure I understand. The payment will fail if 3DS is required and not completed successfully.

barren galleon
#

ehy

#

in order to prevent frauds we would reject all payement where the 3ds is not provided by card account

little gyro
#

So you want to always require 3DS?

barren galleon
#

yes and block the payments dont support 3ds

little gyro
#

If so, I think the flow we have here is the closest to what you're after:
https://docs.stripe.com/payments/3d-secure/authentication-flow#manual-three-ds

But you'll likely want to be mindful of this note:

Stripe only requires your customer to perform authentication to complete the payment successfully if 3DS authentication is available for a card. If it’s not available for the given card or if an error occurred during the authentication process, the payment proceeds normally.

Integrate 3D Secure (3DS) into your checkout flow.

barren galleon
#

can i implements this in stripe.handleCardPayment

#

?

little gyro
#

Nope, the guide I linked shows you were to implement it.

#

I think, if you want to block those payments, you'll need to sign up for Radar for Fraud Team and write a custom block rule to block payments that don't support 3DS.

barren galleon
#

with Radar im able to block them without code integrations?

little gyro
#

I believe so, but since it isn't code-oriented it isn't something my teammates and I in this forum are too familiar with.
https://stripe.com/radar/fraud-teams
https://docs.stripe.com/radar/rules/reference
https://docs.stripe.com/radar/rules/supported-attributes#card-info

Safeguard your business and approve more legitimate transactions with Stripe’s advanced fraud prevention solution, which is designed for fraud-fighting professionals.

Learn more about the structure of rules and the order in which Radar processes them.

Review a complete list of attributes supported in Radar rules.

barren galleon
#

ok, thank you