Whether to allow payout schedule to be changed. Defaults to true when controller.losses.payments is set to stripe for the account, otherwise false.
Whether external account collection is enabled. This feature can only be false for accounts where you're responsible for collecting updated information when requirements are due or change, like Custom accounts. The default value for this feature is true.
Whether to allow creation of instant payouts. The default value is enabled when Stripe is responsible for negative account balances, and use_dashboard_rules otherwise.
Whether to allow creation of standard payouts. Defaults to true when controller.losses.payments is set to stripe for the account, otherwise false.
Whether Stripe user authentication is disabled. This value can only be
truefor 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.