Adds support for disabling Stripe user authentication for certain embedded components
What’s new
Adds support for disable_
on several AccountSession
components.
Impact
Previously, when using the Account Sessions API with external_
set to true
for an embedded component, the account would be required to authenticate through Stripe before using the component. Now, for accounts where you’re responsible for collecting requirements (such as Custom accounts), you can disable Stripe user authentication by setting the disable_
feature to true
.