stripeapi-1.0.0.0: Stripe-Library
Safe HaskellNone
LanguageHaskell2010

StripeAPI.Types.SetupIntentPaymentMethodOptionsCard

Description

Contains the types generated from the schema SetupIntentPaymentMethodOptionsCard

Synopsis

Documentation

data SetupIntentPaymentMethodOptionsCard Source #

Defines the object schema located at components.schemas.setup_intent_payment_method_options_card in the specification.

Constructors

SetupIntentPaymentMethodOptionsCard 

Fields

data SetupIntentPaymentMethodOptionsCardRequestThreeDSecure' Source #

Defines the enum schema located at components.schemas.setup_intent_payment_method_options_card.properties.request_three_d_secure in the specification.

We strongly recommend that you rely on our SCA Engine to automatically prompt your customers for authentication based on risk level and other requirements. However, if you wish to request 3D Secure based on logic from your own fraud engine, provide this option. Permitted values include: `automatic` or `any`. If not provided, defaults to `automatic`. Read our guide on manually requesting 3D Secure for more information on how this configuration interacts with Radar and our SCA Engine.

Constructors

SetupIntentPaymentMethodOptionsCardRequestThreeDSecure'Other Value

This case is used if the value encountered during decoding does not match any of the provided cases in the specification.

SetupIntentPaymentMethodOptionsCardRequestThreeDSecure'Typed Text

This constructor can be used to send values to the server which are not present in the specification yet.

SetupIntentPaymentMethodOptionsCardRequestThreeDSecure'EnumAny

Represents the JSON value "any"

SetupIntentPaymentMethodOptionsCardRequestThreeDSecure'EnumAutomatic

Represents the JSON value "automatic"

SetupIntentPaymentMethodOptionsCardRequestThreeDSecure'EnumChallengeOnly

Represents the JSON value "challenge_only"

Instances

Instances details
Eq SetupIntentPaymentMethodOptionsCardRequestThreeDSecure' Source # 
Instance details

Defined in StripeAPI.Types.SetupIntentPaymentMethodOptionsCard

Show SetupIntentPaymentMethodOptionsCardRequestThreeDSecure' Source # 
Instance details

Defined in StripeAPI.Types.SetupIntentPaymentMethodOptionsCard

ToJSON SetupIntentPaymentMethodOptionsCardRequestThreeDSecure' Source # 
Instance details

Defined in StripeAPI.Types.SetupIntentPaymentMethodOptionsCard

FromJSON SetupIntentPaymentMethodOptionsCardRequestThreeDSecure' Source # 
Instance details

Defined in StripeAPI.Types.SetupIntentPaymentMethodOptionsCard