Stripe.Params.AccountSessionCreateParams.Components.Payouts.Features
(tiger_stripe v0.1.10)
Copy Markdown
View Source
Nested parameters.
Summary
Types
@type t() :: %Stripe.Params.AccountSessionCreateParams.Components.Payouts.Features{ disable_stripe_user_authentication: boolean() | nil, edit_payout_schedule: boolean() | nil, external_account_collection: boolean() | nil, instant_payouts: boolean() | nil, standard_payouts: boolean() | nil }
disable_stripe_user_authentication- Whether Stripe user authentication is disabled. This value can only betruefor accounts wherecontroller.requirement_collectionisapplicationfor the account. The default value is the opposite of theexternal_account_collectionvalue. For example, if you don't setexternal_account_collection, it defaults totrueanddisable_stripe_user_authenticationdefaults tofalse.edit_payout_schedule- Whether to allow payout schedule to be changed. Defaults totruewhencontroller.losses.paymentsis set tostripefor the account, otherwisefalse.external_account_collection- Whether external account collection is enabled. This feature can only befalsefor accounts where you’re responsible for collecting updated information when requirements are due or change, like Custom accounts. The default value for this feature istrue.instant_payouts- Whether instant payouts are enabled for this component.standard_payouts- Whether to allow creation of standard payouts. Defaults totruewhencontroller.losses.paymentsis set tostripefor the account, otherwisefalse.