Stripe.Params.SetupIntentCreateParams.PaymentMethodOptions.UsBankAccount (tiger_stripe v0.1.10)

Copy Markdown View Source

Nested parameters.

Summary

Types

t()

@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 creation
  • mandate_options - Additional fields for Mandate creation
  • networks - Additional fields for network related functions
  • verification_method - Bank account verification method. Possible values: automatic, instant, microdeposits.