Parameters for financial account close.
Summary
Types
@type forwarding_settings() :: %{ optional(:financial_account) => String.t() | nil, optional(:payment_method) => String.t() | nil, optional(:type) => String.t() | nil, optional(String.t()) => term() }
financial_account- The financial_account idpayment_method- The payment_method or bank account id. This needs to be a verified bank account. Max length: 5000.type- The type of the bank account provided. This can be either "financial_account" or "payment_method" Possible values:financial_account,payment_method.
@type t() :: %Stripe.Params.Treasury.FinancialAccountCloseParams{ expand: [String.t()] | nil, forwarding_settings: forwarding_settings() | nil }
expand- Specifies which fields in the response should be expanded.forwarding_settings- A different bank account where funds can be deposited/debited in order to get the closing FA's balance to $0