#tognon0515
1 messages · Page 1 of 1 (latest)
The event account.updated does not manage the status
So there's not 1 field that gives you the above info. You'll need to look at a number of fields on the account object. When we're in the process of verifying an account, the following field will be populated: https://stripe.com/docs/api/accounts/object#account_object-requirements-pending_verification. If the account is disabled, then following will be populated: https://stripe.com/docs/api/accounts/object#account_object-requirements-disabled_reason. Not sure what you mean by stripe has verified the account, but there is some verifications disabled reason feilds needed until the due date (suspend temporary).
You may be referring to requirements.eventually_due for that piece