#teamtalk

1 messages · Page 1 of 1 (latest)

round locustBOT
maiden halo
#

Hello

#

No that's not possible as far as I know

#

Let me double check that Radar doesn't support that

halcyon summit
#

Ok

#

Alternatively, can I find out via the api if the payment was 3d/2d protected.

maiden halo
#

Ah sorry, I thought you meant CAPTCHA when you said "challenge" but you are talking about 3DS.

halcyon summit
#

Yes sca

maiden halo
#

Ah well we will handle SCA for you

#

You don't have to worry about that -- it will always be requested when required by SCA

halcyon summit
#

So I've had a chargeback for potential fraud on a payment. They were not presented with 3ds

maiden halo
#

Okay well then that payment likely wasn't in-scope for SCA

halcyon summit
#

Thanks, does this mean that if it's not in scope for 3ds then it won't allow it to go through?

maiden halo
#

It will force 3DS to be requested on every payment attempt

halcyon summit
#

Thank you

maiden halo
#

Sure

halcyon summit
#

How would I add it onto something like this:

$stripe->paymentIntents->create([
  'amount' => 2000,
  'currency' => 'usd',
  'automatic_payment_methods' => ['enabled' => true],
]);

payment_method_options.card.request_three_d_secure

maiden halo
#
  'amount' => 2000,
  'currency' => 'usd',
  'automatic_payment_methods' => ['enabled' => true],
'payment_method_options' => [
  'card' => [
    request_three_d_secure' => 'any'
    ]
  ]
]);```
halcyon summit
#

Great this will always show 3ds?

maiden halo
#

It will always request 3DS.

#

3DS won't necessarily show if the issuer doesn't support it

halcyon summit
#

Post payment, is it possible to know if a payment was secured with 3ds? via api

maiden halo
halcyon summit
#

in risk_level what's higher, elevated or highest

maiden halo
#

highest

halcyon summit
#

currently mine is set to highest can I change the rule to elevated, how?

maiden halo
#

Not sure what you mean by that

halcyon summit
#

I cant seem to change any radar rules

maiden halo
#

You may not have Radar for Fraud Teams in that case