#aDannyByAnyOtherName
1 messages · Page 1 of 1 (latest)
Hello! Generally you don't need to worry about unused Setup Intents. You can cancel them if you wish, but it's not required.
I have other questions regarding radar and setupIntents. should I put them here or new message?
You can ask them here. 🙂
do the radar rules we set impact confirmation of setupIntents or will they only apply when an off session payment hits?
I'm concerned about customers putting in cards that can't actually be charged later or fishy cards and we'll only realize it a couple of weeks later when we try to charge for amounts that are already owed
Radar rules only apply to Setup Intents if you've enabled the Use Radar on payment methods saved for future use option in the Dashboard here: https://dashboard.stripe.com/settings/radar
ah, excellent
and once this is enabled, stripe will reject cards at tthe cont of setupIntent confirmation
If you have a block rule that matches, yes. You can try it out in test mode.
whenever I go to Radar in a test mode account (no live) it gives me nothing
Not sure I understand. What do you mean by nothing?
we have multiple test envs that have no live "side". when I go to radar there, I'm getting a message that tells me I need to enable live mode and that radar's not available in test
Are you trying to test custom Radar rules or the built-in free ones?
If you go to https://dashboard.stripe.com/test/settings/radar/rules you should see the built-in free rules you can enable and disable as you see fit.
If you want to write your own custom rules you do need to have Radar for Fraud Teams enabled on the account in live mode.
and will I be able to test the custom rules in test mode (in he same account)?
(we have radar for fraud enabled on live on our prod account)
You should be able to, yes.
when Use Radar on payment methods saved for future use is enabled, what will it look like for customers when their payment method trips a review rule?
You mean a Review if... rule specifically?
yes
Review rules don't impact the transaction at the time, they only put them into the review queue. To the customer it will appear as if things succeeded.
Yes.