Stripe.Resources.Radar.PaymentEvaluation.Outcome.Rejected.Card
(tiger_stripe v0.1.10)
Copy Markdown
View Source
Nested struct within the parent resource.
Summary
Types
@type t() :: %Stripe.Resources.Radar.PaymentEvaluation.Outcome.Rejected.Card{ address_line1_check: String.t() | nil, address_postal_code_check: String.t() | nil, cvc_check: String.t() | nil, reason: 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.reason- Card issuer's reason for the network decline. Possible values:authentication_failed,do_not_honor,expired,incorrect_cvc,incorrect_number,incorrect_postal_code,insufficient_funds,invalid_account,lost_card,other,processing_error,reported_stolen,try_again_later.