#rzhang-standard-onboarding
1 messages · Page 1 of 1 (latest)
Hi there, yeah that should update to true each time a Standard account has requirements and then fulfills them.
I see thank you, how then can I know user has undergone comprehensive initial onboarding so that I can authenticate the user on our side?
When that is true that indicates they did submit the necessary requirements. Some of those requirements can be async in their verification so it is still possible for the account to become unverified after that. The recommended route here is to listen for account.updated webhooks. Then you can check the charges_enabled and payouts_enabled properties on the account object. When those are both true then you know the account is fully good to go. If those aren't true, then you can examine the requirements hash (https://stripe.com/docs/api/accounts/object#account_object-requirements) for what the user needs to do.
@plucky token I'm going to use your current thread for your other question
As far as I know, you can't override the details_submitted param as it is not a param you set on creation or update. It is just a response
Did you try to do it though? What happened if so?
@plucky token I hate to do this to you but I have to step away and we don't monitor this channel on weekends. We will be back here starting at around 8pm EST on Sunday!
I'm going to archive this thread, but you can continue to chat in the main channel and some other folks might be around to help!