Stripe.Resources.Radar.PaymentEvaluation.Outcome.MerchantBlocked (tiger_stripe v0.1.10)

Copy Markdown View Source

Nested struct within the parent resource.

Summary

Types

t()

@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.