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

:mandate_options :: ExOAPI.Stripe.Schemas.InvoiceMandateOptionsCard

: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.SubscriptionPaymentMethodOptionsCard{
  mandate_options: ExOAPI.Stripe.Schemas.InvoiceMandateOptionsCard.t() | nil,
  request_three_d_secure: (: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()