DISABLED_REASON rejected.fraud CONFIDENCE WHEN SET: HIGH
Rejection

Stripe rejected my account for fraud — can I get it back?

Stripe rejected the account for suspected fraud. Stripe's risk systems or reviewers concluded the account was involved in fraudulent activity (stolen cards, card testing, or misrepresented business). This is a terminal rejection: Stripe typically holds remaining funds 90–120 days to cover chargebacks, then pays out what remains.

How to confirm this is your code

Stripe exposes the code in the requirements.disabled_reason field of your Account object. Check it with a direct API call — GET /v1/accounts/{ACCOUNT_ID} — or connect Opsidion read-only and it reads the field for you, along with the verification errors, capability state, and 90 days of risk signals that explain why Stripe set it. The dashboard banner usually paraphrases this code, but the field itself is the source of truth.

The playbook

  1. Reply to Stripe's rejection email or dashboard notice with evidence: supplier invoices, fulfillment/tracking records, customer communications.
  2. If you believe specific charges triggered it, refund the suspicious ones and document why the rest are legitimate.
  3. Appeals rarely succeed for fraud rejections — in parallel, line up a processor that underwrites your risk profile, and do NOT open a new Stripe account for the same business (ban evasion leads to immediate re-termination and MATCH-listing risk).

Typical timeline

Appeals rarely succeed; funds held 90–120 days

One warning that applies to every rejected.* code: do not open a fresh Stripe account for the same business. Stripe detects it quickly, re-terminates, and repeat evasion is how merchants end up on the card networks' MATCH list — which blocks onboarding at other processors for five years.

Get the full diagnosis, not just the code

The code tells you the category; it doesn't tell you which charge pattern, website issue, or verification field caused it. Opsidion's $49 diagnosis ranks every probable cause from your account's own signals — and auto-refunds if it finds nothing assessable.

Frequently asked

What does rejected.fraud mean on a Stripe account?

Stripe's risk systems or reviewers concluded the account was involved in fraudulent activity (stolen cards, card testing, or misrepresented business). This is a terminal rejection: Stripe typically holds remaining funds 90–120 days to cover chargebacks, then pays out what remains.

How do I fix a Stripe account with disabled_reason rejected.fraud?

Reply to Stripe's rejection email or dashboard notice with evidence: supplier invoices, fulfillment/tracking records, customer communications. If you believe specific charges triggered it, refund the suspicious ones and document why the rest are legitimate. Appeals rarely succeed for fraud rejections — in parallel, line up a processor that underwrites your risk profile, and do NOT open a new Stripe account for the same business (ban evasion leads to immediate re-termination and MATCH-listing risk).

How long does rejected.fraud take to resolve?

Appeals rarely succeed; funds held 90–120 days


Related codes