Adds indicator for connected accounts that must log in before using embedded components
What’s new
The value of disable_stripe_user_authentication is now always present in the Account Sessions API response for components that support this feature.
This feature defaults to false
for all accounts, and can be true
for accounts where you’re responsible for collecting updated information when requirements are due or change, like Custom accounts.
Impact
Connect platforms can pass in disable_
to the Account Sessions API to allow connected accounts to use certain embedded components without authenticating through Stripe.
Now, the value of disable_
is always returned in the response from the Account Sessions API for these embedded components.