ConnectEmbeddedAccountFeaturesClaim
Summary
Types
@type t() :: %StripeElixir.Resources.AccountFeatures{ disable_stripe_user_authentication: boolean(), external_account_collection: boolean() }
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.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.