#natasha_3ds-auth-corporate-cards

1 messages Β· Page 1 of 1 (latest)

serene shaleBOT
#

πŸ‘‹ 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/1484255014594674688

πŸ“ Have more to share? Add more details, code, screenshots, videos, etc. below.

alpine basalt
#

hello! fyi the server is a little busy atm but i will be with you asap πŸ™‚

#

ok looking at this now

#

i can confirm that passing in PaymentIntentCreateParams.PaymentMethodOptions.Card.RequestThreeDSecure.ANY is designed specifically to request 3ds to trigger for the payment, which sounds like it's the opposite of what you want

solar dune
alpine basalt
#

i do think we offer 3ds exemptions but i think they are automatically requested for you (see docs) and there isn't a way to manually request them

#

let me double check that though

solar dune
alpine basalt
#

wait i am a little confused, if you want to manually request it then passing in PaymentIntentCreateParams.PaymentMethodOptions.Card.RequestThreeDSecure.ANY is the solution

per our docs here:

Use any to manually request 3DS with a preference for a frictionless flow, increasing the likelihood of the authentication being completed without any additional input from the customer. 3DS will always be attempted if it is supported for the card, but Stripe can’t guarantee your preference because the issuer determines the ultimate authentication flow. To learn more about 3DS flows, read our guide.

solar dune
#

But this resulted in SCA always

alpine basalt
#

ahhhh so you want to only request it in the case of corporate cards, but not for others?

solar dune
#

For corporate cards I do not want to request SCA for others the default automatic can apply

#

I tried this PaymentIntentCreateParams.PaymentMethodOptions.Card.RequestThreeDSecure.ANY for corporate cards and it always resulted in SCA

alpine basalt
#

ok ok, i fully understand now

#

give me just a bit to do some research

solar dune
#

Sure, Thank you

serene shaleBOT
dusk stag
#

Hi πŸ‘‹

There are some features that allow you to have more precise control over 3DS specifically with corporate cards but it's not something we can help with here.

I recommend you write in to Support https://support.stripe.com/contact and ask about access to this feature

solar dune
#

Thanks for looking into this @alpine basalt & @dusk stag , I will contact Stripe support for this.
Have a nice day!