Stripe | Financial Infrastructure to Grow Your Revenue

Stripe | Financial Infrastructure to Grow Your Revenue

4466 articles

Fraudulent merchant signal


Private preview

Fraudulent merchant signal Private preview

Detect connected accounts engaging in fraudulent activity.

The fraudulent merchant signal identifies whether a new or existing account poses a fraud risk. The Stripe machine learning models analyze patterns across the network, including bank account information, business details, transaction activity, disputes, and relationships with other accounts.

Get early access to the fraudulent merchant signal.

Enter your email to request access.

Risk levels

Each signal returns a risk_level and a probability score with a value between 0 to 100.

Risk levelDescription
highestApproximately a 90% probability that the account is fraudulent.
elevatedApproximately a 50% probability that the account is fraudulent.
normalA low probability of fraud.
lowA very low probability of fraud.
not_assessedThe signal hasn’t been assessed for this account.

Indicators

The following indicators explain the factors that contributed to the risk assessment.

IndicatorDescription
bank_accountThe bank account matches a previously detected fraudulent account.
business_information_and_account_activityWe detected a spike in the average order value or payment volume, or suspicious business details.
disputesWe detect a spike in disputes.
failuresWe detect a spike in payment failures.
geo_locationWe detect account activity in a country that differs from the business location or that’s in a high-risk region.
other_related_accountsThe account is connected to a previously detected fraudulent account.
other_transaction_activityWe detect unusual transaction patterns, such as spikes in volume or order value.
owner_emailThe email address uses a suspicious domain or doesn’t match the business URL.
web_presenceWe detect a suspicious web presence, such as a domain that doesn’t match the business.

Webhook event

Listen for v2.signals.account_signal.fraudulent_merchant_ready event notifications when a fraud signal is evaluated. The event’s related_object contains the ID of the account signal; use it to retrieve the risk_level, probability, and indicators for the connected account.

Take action on connected accounts

You can respond to the fraudulent merchant signals that you receive for a connected account using the Radar tools. See the list of available actions.

Last verified 2026-09-24

Is this helpful?