#aero
1 messages · Page 1 of 1 (latest)
Hi there
You are using Custom Onboarding here via Account Links to onboard your accounts?
Using account links w/ express accounts
Great. So you want to set collect: eventually_due in this case for your Account Links: https://stripe.com/docs/api/account_links/create#create_account_link-collect
That will ensure all necessary data is collected. That said, it is still possible for an account to have its charges enabled and then the verification fail async.
So like you can take a look at: https://stripe.com/docs/connect/required-verification-information
yeah I have eventually_due set. I'm looking to see if there's a way to get into a state where say I complete onboarding, and
details_submitted: true and
charges_enabled: false
Yeah that won't really be the case.
cool
Since ID verification and other verifications happen async
is there a way I can set an account's charges_enabled to be false to trigger a webhook then?