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()
Link to this section Functions
@spec changeset(t(), params()) :: Ecto.Changeset.t()