#qbinka
1 messages · Page 1 of 1 (latest)
Hi there
You want to inspect the requirements hash to know if an Account is verified or not.
You can also simply look at charges_enabled and payouts_enabled to get a quick snapshot if you want to go that route as well
The account object will include the requirements relevant to the Person object as well
charges and payouts are not enough
we had that case
still we needed to make a person verification
to receive fully verified status
so let's imagine that we have verified status - how requirements will looks like ?
requirements.past_due will be empty: https://stripe.com/docs/api/accounts/object#account_object-requirements-past_due
Sure thing
and in requirements I'll have all needed information, also with documents etc right? don't I need to check also other places ? I just need 100% confirmed information about verified status or info about what went wrong.