View Source ExOAPI.Stripe.Schemas.SetupIntentPaymentMethodOptionsCard (exoapi_stripe v0.1.4)

:mandate_options :: ExOAPI.Stripe.Schemas.SetupIntentPaymentMethodOptionsCardMandateOptions

Configuration options for setting up an eMandate for cards issued in India.

: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. 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.

Link to this section Summary

Link to this section Types

@type params() :: map()
@type t() :: %ExOAPI.Stripe.Schemas.SetupIntentPaymentMethodOptionsCard{
  mandate_options: ExOAPI.EctoTypes.AnyOf.t() | nil,
  request_three_d_secure: (:challenge_only | :automatic | :any) | nil
}

Link to this section Functions

Link to this function

changeset(struct \\ %__MODULE__{}, params)

View Source
@spec changeset(t(), params()) :: Ecto.Changeset.t()