Stripe.Params.SetupIntentCreateParams.PaymentMethodOptions.UsBankAccount
(tiger_stripe v0.1.10)
Copy Markdown
View Source
Nested parameters.
Summary
Types
@type t() :: %Stripe.Params.SetupIntentCreateParams.PaymentMethodOptions.UsBankAccount{ financial_connections: Stripe.Params.SetupIntentCreateParams.PaymentMethodOptions.UsBankAccount.FinancialConnections.t() | nil, mandate_options: Stripe.Params.SetupIntentCreateParams.PaymentMethodOptions.UsBankAccount.MandateOptions.t() | nil, networks: Stripe.Params.SetupIntentCreateParams.PaymentMethodOptions.UsBankAccount.Networks.t() | nil, verification_method: String.t() | nil }
financial_connections- Additional fields for Financial Connections Session creationmandate_options- Additional fields for Mandate creationnetworks- Additional fields for network related functionsverification_method- Bank account verification method. Possible values:automatic,instant,microdeposits.