Stripe.Resources.Radar.PaymentEvaluation.Outcome.Succeeded.Card (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.Succeeded.Card{
  address_line1_check: String.t() | nil,
  address_postal_code_check: String.t() | nil,
  cvc_check: String.t() | nil
}
  • address_line1_check - Result of the address line 1 check. Possible values: fail, pass, unavailable, unchecked.
  • address_postal_code_check - Indicates whether the cardholder provided a postal code and if it matched the cardholder’s billing address. Possible values: fail, pass, unavailable, unchecked.
  • cvc_check - Result of the CVC check. Possible values: fail, pass, unavailable, unchecked.