#remarkable_unicorn_49527
1 messages · Page 1 of 1 (latest)
Hi there. See: https://support.stripe.com/questions/radar-for-setup-intents
Find help and support for Stripe. Our support site provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
i am not able to identify how to enable radar via tha api , currently I am using stripe.confirmCardSetup(clientSecret || '', {
payment_method: {
card: paymentElement,
billing_details: {
name: nameOnCard
}
}
}) for saving the card , but how should enable radar to get the risk_factor in the response , is it the same api where it will be enabled or some other api ?
Did you see above link?
yes , nthing specific is mentioned around the api use , it only tells how to enable radar on the platform
To enable Radar for SetupIntents, head to the Radar settings in your dashboard, and toggle the button to turn on Use Radar on payment methods saved for future use.```
If you enable that radar should automatically run on setupintents