Stripe.Params.TestHelpers.ConfirmationTokenCreateParams.PaymentMethodData.UsBankAccount (tiger_stripe v0.1.10)

Copy Markdown View Source

Nested parameters.

Summary

Types

t()

@type t() ::
  %Stripe.Params.TestHelpers.ConfirmationTokenCreateParams.PaymentMethodData.UsBankAccount{
    account_holder_type: String.t() | nil,
    account_number: String.t() | nil,
    account_type: String.t() | nil,
    financial_connections_account: String.t() | nil,
    routing_number: String.t() | nil
  }
  • account_holder_type - Account holder type: individual or company. Possible values: company, individual.
  • account_number - Account number of the bank account. Max length: 5000.
  • account_type - Account type: checkings or savings. Defaults to checking if omitted. Possible values: checking, savings.
  • financial_connections_account - The ID of a Financial Connections Account to use as a payment method. Max length: 5000.
  • routing_number - Routing number of the bank account. Max length: 5000.