I am trying to verify that a user on my website has completed the onboarding process with Stripe through their API. I don't see any fields in the Accounts object (https://stripe.com/docs/api/accounts) that tells me if their account is Complete. If it's not complete, they shouldn't be allowed to do certain things on my website.
Using PHP. Stripe connected accounts are "Standard" accounts. (not express or custom)
In my Stripe dashboard, I see the statuses of "complete", "pending", "restricted", etc. I'm trying to find that field through the API. img of stripe dashboard