Help Centerβ€ΊPaymentsβ€ΊHow to use Stripe Radar for fraud protection
πŸ’³ Payments

How to use Stripe Radar for fraud protection

πŸ“… Last updated: June 2026
⏱ 6 min read
βœ… Stripe Radar

In this help article, you’ll learn what Stripe Radar is, how it works, and how to enable it to protect your business from fraudulent payments.

What is Stripe Radar?

Stripe Radar is a fraud prevention tool that uses machine learning and customizable rules to help you detect and block fraudulent payments.

With Stripe Radar, you can:

  • Block payments when the CVC check fails.
  • Block payments when the ZIP/AVS check does not match.
  • Flag or block payments from suspicious IP addresses or countries.
  • Use the risk score to decline high-risk charges automatically.
  • Write custom rules to handle specific cases, such as blocking payments from disposable email addresses.
πŸ›‘οΈ
Learn more from Stripe
Stripe provides full documentation for Radar features, fraud signals, and rule configuration.
Open Stripe Radar Docs β†’

Fees and pricing

When using Stripe Radar, it is important to note that fees may vary depending on your Stripe account and location.

Basic fraud protection is included in Stripe’s standard pricing; however, advanced features may incur additional charges.

Since pricing policies are updated from time to time, we recommend checking Stripe’s official pricing page or contacting Stripe support directly for the most accurate and up-to-date details.

πŸ’³
Check Stripe pricing directly
Stripe Radar pricing can depend on your account and location. Review Stripe’s official pricing page for the latest information.

Configuring Stripe Radar rules

While Stripe's basic fraud detection is always active, you can add custom rules for more control.

These rules are managed directly in your Stripe account.

⚠️
Radar rules are configured in Stripe
These settings must be configured directly in your Stripe account. SystemeScale cannot configure Radar rules for you.

Create a Radar rule

To create a Radar rule, log in to your Stripe Dashboard.

From the menu, under Payments, go to Radar, then Rules. If you do not see this option, you may need to activate this feature for your Stripe account.

1
Log in to Stripe
Open your Stripe Dashboard.
2
Open Radar Rules
Under Payments, go to Radar, then Rules.

Add a rule type

Click Add rule and choose the type of rule that suits your needs, for example, Add block rule.

3
Click Add rule
Choose the type of rule you want to create, such as a block rule or an allow rule.
🧩
Stripe supports different rule types
This article uses a simple blocking rule example, but Stripe offers several rule types and detailed options in its documentation.

Enter the rule condition

Enter the condition you want to apply. For example, if you want to block payments over $5000 from customers who created their account less than 24 hours ago, you can use:

:amount_in_usd: > 5000 and :hours_since_customer_was_created: < 24

You’ll find a ready-made rule like this in the list of examples when you scroll down in Stripe.

4
Add your condition
Enter the fraud condition you want Stripe Radar to evaluate before deciding whether to block or allow the payment.

Test and enable the rule

Click Test rule to preview the impact of the rule before actually enabling it.

Lastly, click Add rule to enable it.

5
Test the rule
Click Test rule to preview what the rule would affect before it goes live.
6
Enable the rule
Click Add rule to enable the Radar rule.
βœ…
Always test before enabling
Testing helps you preview the impact of the rule before it starts blocking or allowing real payments.

Important notes

  • These settings must be configured directly in your Stripe account.
  • SystemeScale cannot configure Radar rules for you.
  • Enabling these rules is optional, but highly recommended if you want stricter control over fraudulent charges.
πŸ“˜
Explore Stripe Radar rules
Stripe’s full guide explains rule types, examples, and supported attributes for fraud protection rules.
Open Stripe Rules Guide β†’

Related Stripe payment guides

Use the related guides below if you need to connect Stripe, create an order form, review failed-payment behavior, or configure Stripe-supported payment methods.

πŸ’³
Need to connect Stripe first?
Stripe Radar is configured from your Stripe account, so make sure your Stripe account is connected to SystemeScale before reviewing your payment protection setup.
Read Stripe Connection Guide β†’
Was this article helpful?