# `Stripe.Resources.Radar.PaymentEvaluation.Outcome.MerchantBlocked`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/radar/payment_evaluation.ex#L299)

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.Radar.PaymentEvaluation.Outcome.MerchantBlocked{
  reason: String.t() | nil
}
```

* `reason` - The reason the payment was blocked by the merchant. Possible values: `authentication_required`, `blocked_for_fraud`, `invalid_payment`, `other`.

---

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