#dingkai031
1 messages · Page 1 of 1 (latest)
Hi there, yes you can set up a Radar rule to request 3DS if the card supports
There's built-in rule called Request 3D Secure if 3D Secure is supported for card
ahh, I see that part.. thank you
https://stripe.com/docs/radar/rules#request-3d-secure these are the built-in rules
Hi Jack, I'm with dingkai031. Nice to meet you. Actually we already enable the rule. Just wondering, do we need to disable rule for Request 3DS if 3D Secure is required for card ?
No you don't need to disable Request 3DS if 3D Secure is required for card
okay, thank you Jack
I got another question, when creating a payment-links through dashboard, we have an option to require customer to accept your terms of service.
Do we have that option in Stripe Elements? Because I can't find it in the docs, thanks.
you can use the terms hash (https://stripe.com/docs/js/elements_object/create_payment_element#payment_element_create-options-terms) to configure whether to show the legal agreements.
okay thanks, will try it..