#bops-account-status
1 messages · Page 1 of 1 (latest)
Hey there. The ask here is to understand the verification status of a connected account, right?
There's details on this here (doesn't just apply to custom connected accounts): https://stripe.com/docs/connect/identity-verification-api
Generally you'd use the requirements & capabilities hashes on the Account object. There's no 1 field that reflects the status of an account (like the Dashboard uses)
yeah. i've looked there. it would be a mistake to only use fields on the Person, right?
it's correct to use fields on the Account?
Yes, always use the Account object
There could be additional requirements that don't relate to the individual
thanks