Stripe.Params.TestHelpers.Issuing.AuthorizationCreateParams.VerificationData
(tiger_stripe v0.1.10)
Copy Markdown
View Source
Nested parameters.
Summary
Types
@type t() :: %Stripe.Params.TestHelpers.Issuing.AuthorizationCreateParams.VerificationData{ address_line1_check: String.t() | nil, address_postal_code_check: String.t() | nil, authentication_exemption: Stripe.Params.TestHelpers.Issuing.AuthorizationCreateParams.VerificationData.AuthenticationExemption.t() | nil, cvc_check: String.t() | nil, expiry_check: String.t() | nil, three_d_secure: Stripe.Params.TestHelpers.Issuing.AuthorizationCreateParams.VerificationData.ThreeDSecure.t() | nil }
address_line1_check- Whether the cardholder provided an address first line and if it matched the cardholder’sbilling.address.line1. Possible values:match,mismatch,not_provided.address_postal_code_check- Whether the cardholder provided a postal code and if it matched the cardholder’sbilling.address.postal_code. Possible values:match,mismatch,not_provided.authentication_exemption- The exemption applied to this authorization.cvc_check- Whether the cardholder provided a CVC and if it matched Stripe’s record. Possible values:match,mismatch,not_provided.expiry_check- Whether the cardholder provided an expiry date and if it matched Stripe’s record. Possible values:match,mismatch,not_provided.three_d_secure- 3D Secure details.