stripeapi-0.1.0.2: Stripe-Library

Safe HaskellNone
LanguageHaskell2010

StripeAPI.Types.SetupIntentPaymentMethodOptionsCard

Description

Contains the types generated from the schema SetupIntentPaymentMethodOptionsCard

Synopsis

Documentation

data SetupIntentPaymentMethodOptionsCard Source #

Defines the data type for the schema setup_intent_payment_method_options_card

Constructors

SetupIntentPaymentMethodOptionsCard 

Fields

data SetupIntentPaymentMethodOptionsCardRequestThreeDSecure' Source #

Defines the enum schema setup_intent_payment_method_options_cardRequest_three_d_secure'

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.

Instances
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