#dicbra
1 messages · Page 1 of 1 (latest)
generally you'd use the account.updated event. https://stripe.com/docs/connect/identity-verification-api#determining-if-identity-or-business-verification-is-needed
I wouldn't recommend the details_submitted field since it's not very reliable, but you can factor it in yes
it gets set when the onboarding is initially finished(when they hit the final 'submit' button in the AccountLink UI), but that doesn't mean the account is verified and active
ye, ye. I think payouts_enabled is best choice.
yours is a common question and I wish there was a simple boolean but there isn't, you're supposed to look at multiple fields like requirements and [charges|payouts]_enabled in concert