#jeff_api
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/1461168755982864558
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
hello! you shouldn't be including stripe.String(stripe.CheckoutSessionPaymentMethodOptionsCardRequestThreeDSecureAny) - this will cause 3DS to be requested for / required for every payment, even off-session
is there a reason why you want to force 3DS on the first payment? Generally Stripe will automatically request for 3DS if/when necessary
My goal is to reduce the risk of fraudulent payments
I don't expect it to be an issue, but I was trying to get ahead of it just in case
I have this enabled in production and I have 2 subscriptions already -- is there a way to disable that for those subscriptions?
can you share the subscription id? I'll take a look
sub_1SoYS0I7ScVn300Snnzs6jHl
sub_1SoyJqI7ScVn300SOU004zRR
https://docs.stripe.com/api/subscriptions/object#subscription_object-payment_settings-payment_method_options-card-request_three_d_secure - if you take a look at your subscriptions, this parameter is set to any, you can set it to automatic which should be the default
Thanks! Will get that done soon. Appreciate your help with that
Can you tell me if I'd encounter this same issue if I set a radar rule to require 3d secure if the card supports it?
you won't encounter the same issue. We don't request for 3DS for off-session payments for those Radar rules