#maxv9161
1 messages · Page 1 of 1 (latest)
hi there!
Hello!
are you talking about Connect onboarding?
got it. and what do you mean by "incremental onboarding"? only ask for the minimum amount of information upfront?
here are all the options available: https://stripe.com/docs/api/account_sessions/create#create_account_session-components-account_onboarding
and I don't see a way to request less/more information during the onboarding
hmm got it, so only full onboarding for embedded?
if you need more control, you would need to use an Account Link instead (which is not embedded): https://stripe.com/docs/api/account_links/create#create_account_link-collect
Got it, thank you!
hmm got it, so only full onboarding for embedded?
not sure how it works by default, I recommend doing some tests in test mode to see what info are required.
with full onboarding I can request to collect only:
currently_due instead of eventually_due with makes it incremental
yes I know, but I'm not sure which one will be used by default in the embedded onboarding. that's why I suggested to try it in test mode.
ah got it, the default is full onboarding
ok, makes sense. unfortunately I don't see a way to change this.
ok, thank you for yout help