Stripe.Params.Checkout.SessionCreateParams.PaymentMethodOptions.UsBankAccount.FinancialConnections (tiger_stripe v0.1.10)

Copy Markdown View Source

Nested parameters.

Summary

Types

t()

@type t() ::
  %Stripe.Params.Checkout.SessionCreateParams.PaymentMethodOptions.UsBankAccount.FinancialConnections{
    permissions: [String.t()] | nil,
    prefetch: [String.t()] | nil
  }
  • permissions - The list of permissions to request. If this parameter is passed, the payment_method permission must be included. Valid permissions include: balances, ownership, payment_method, and transactions.
  • prefetch - List of data features that you would like to retrieve upon account creation.