#natasha_3ds-auth-corporate-cards
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/1484255014594674688
π Have more to share? Add more details, code, screenshots, videos, etc. below.
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
Yes, I tried it out and does the opposit of what I want
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
We had one case where SCA was requested for corporate cards so we we wanted a way to manually request it so we do not have these one of cases
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.
But this resulted in SCA always
ahhhh so you want to only request it in the case of corporate cards, but not for others?
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
Sure, Thank you
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
Thanks for looking into this @alpine basalt & @dusk stag , I will contact Stripe support for this.
Have a nice day!