View Source ExOAPI.Stripe.Schemas.InvoicePaymentMethodOptionsCard (exoapi_stripe v0.1.4)
:request_three_d_secure :: :string
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. Read our guide on manually requesting 3D Secure for more information on how this configuration interacts with Radar and our SCA Engine.
Link to this section Summary
Link to this section Types
@type params() :: map()
@type t() :: %ExOAPI.Stripe.Schemas.InvoicePaymentMethodOptionsCard{
request_three_d_secure: (:automatic | :any) | nil
}
Link to this section Functions
@spec changeset(t(), params()) :: Ecto.Changeset.t()