#Nadiya - Account Webhooks
1 messages · Page 1 of 1 (latest)
Hello! Depending on your needs you may want to look at different things. There are the capabilities, for example: https://stripe.com/docs/api/accounts/object#account_object-capabilities
There are also the requirements: https://stripe.com/docs/api/accounts/object#account_object-requirements
And then there's charges_enabled: https://stripe.com/docs/api/accounts/object#account_object-charges_enabled
And payouts_enabled: https://stripe.com/docs/api/accounts/object#account_object-payouts_enabled
One or more of those should give you the information you're looking for.
ok, so details_submitted doesn't mean the account status 'completed'?
No, that just means information has been submitted, but that information may or may not be pending verification or something like that.
i'm trying to let the user redirect to onboarding link again if they didn't complete onboarding.
so, if details_submitted is true, then the user can do any additonal change, if they redirect to the onboarding link again?
What type of connected accounts are you using? Custom? Express?
what i meant is , do they really need to go to the onboarding link again if they already filled all the details
That depends. If something they provided failed verification, they drop out partway through, or something else goes wrong then yes, they would need to go back and supply the required information.
We have a section about how to handle this here: https://stripe.com/docs/connect/express-accounts#handle-users-not-completed-onboarding
then, the details_submitted value won't change to false again?
yes , that's what i meant
As far as I know once onboarding is complete it won't revert to false again.
When that changes account.updated will fire.