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

InsightsResourcesPaymentEvaluation

Payment Evaluations represent the risk lifecycle of an externally processed payment. It includes the Radar risk score from Stripe, payment outcome taken by the merchant or processor, and any post transaction events, such as refunds or disputes. See the [Radar API guide](https://stripe.com/radar/multiprocessor) for integration steps.

# `create`

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

Create a Payment Evaluation

Request a Radar API fraud risk score from Stripe for a payment before sending it for external processor authorization.

---

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