# `Stripe.Services.Radar.EarlyFraudWarningService`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/services/radar/early_fraud_warning_service.ex#L2)

RadarEarlyFraudWarning

An early fraud warning indicates that the card issuer has notified us that a
charge may be fraudulent.

Related guide: [Early fraud warnings](https://docs.stripe.com/disputes/measuring#early-fraud-warnings)

# `list`

```elixir
@spec list(Stripe.Client.t(), map(), keyword()) ::
  {:ok, term()} | {:error, Stripe.Error.t()}
```

List all early fraud warnings

Returns a list of early fraud warnings.

# `retrieve`

```elixir
@spec retrieve(Stripe.Client.t(), String.t(), map(), keyword()) ::
  {:ok, term()} | {:error, Stripe.Error.t()}
```

Retrieve an early fraud warning

Retrieves the details of an early fraud warning that has previously been created. 

Please refer to the [early fraud warning](#early_fraud_warning_object) object reference for more details.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
