How to configure fraud rules radar on Stripe
Stripe Radar fraud rules can be configured through the Stripe Dashboard by navigating to the Radar section and creating custom rules based on risk factors like card country, IP address, and transaction patterns. You can set rules to block, allow, or review transactions automatically based on your defined criteria.
Prerequisites
- Active Stripe account with payments enabled
- Admin access to Stripe Dashboard
- Basic understanding of fraud indicators and risk factors
- Stripe Radar enabled on your account
Step-by-Step Instructions
Access Stripe Radar in Dashboard
Review Default Machine Learning Rules
Create a Custom Rule
Define Rule Conditions
:ip_country:for IP-based location filtering:card_country:for card issuing country:risk_score:for Stripe's machine learning risk assessment:email_domain:for email domain restrictions
is, is_not, is_in, or is_greater_than to define your criteria.Set Rule Priority and Testing
Configure Advanced Options
Activate and Monitor Rules
Common Issues & Troubleshooting
Rule is blocking legitimate customers
Check the rule conditions and consider adding exceptions for trusted customer segments. Review the false positive rate in Radar analytics and adjust thresholds or add :is_not conditions for legitimate patterns.
Radar rules not appearing or saving
Verify that Stripe Radar is enabled on your account and you have sufficient permissions. Check that your rule syntax is correct and all required fields are filled. Contact Stripe support if the issue persists.
High false positive rates on new rules
Start with Review actions instead of Block to manually assess flagged transactions. Gradually tighten rule conditions based on actual fraud patterns rather than assumptions.
Rules not triggering as expected
Check rule priority order as higher rules may override lower ones. Verify that rule conditions match the actual transaction data format. Use the Test mode to debug rule logic with sample transactions.