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

:request_extended_authorization :: :boolean

Request ability to capture this payment beyond the standard authorization validity window

:request_incremental_authorization_support :: :boolean

Request ability to increment this PaymentIntent if the combination of MCC and card brand is eligible. Check incremental_authorization_supported in the Confirm response to verify support.

Link to this section Summary

Link to this section Types

@type params() :: map()
@type t() :: %ExOAPI.Stripe.Schemas.PaymentMethodOptionsCardPresent{
  request_extended_authorization: boolean() | nil,
  request_incremental_authorization_support: boolean() | nil
}

Link to this section Functions

Link to this function

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

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