Stripe.Params.Checkout.SessionCreateParams.SavedPaymentMethodOptions
(tiger_stripe v0.1.10)
Copy Markdown
View Source
Nested parameters.
Summary
Types
@type t() :: %Stripe.Params.Checkout.SessionCreateParams.SavedPaymentMethodOptions{ allow_redisplay_filters: [String.t()] | nil, payment_method_remove: String.t() | nil, payment_method_save: String.t() | nil }
allow_redisplay_filters- Uses theallow_redisplayvalue of each saved payment method to filter the set presented to a returning customer. By default, only saved payment methods with ’allow_redisplay: ‘always’ are shown in Checkout.payment_method_remove- Enable customers to choose if they wish to remove their saved payment methods. Disabled by default. Possible values:disabled,enabled.payment_method_save- Enable customers to choose if they wish to save their payment method for future use. Disabled by default. Possible values:disabled,enabled.