#linkref
1 messages · Page 1 of 1 (latest)
Hello! THere's no direct status field on an account in the API like there is in the Dashboard. That's computed from various fields. Recommend you read: https://stripe.com/docs/connect/handling-api-verification#determining-if-identity-or-business-verification-is-needed
Learn how Connect platforms can use webhooks and the API to handle identity and business verification.
is your api capable of computing the status in any way ?
or it's our devs to do it ?
You will need to determine account status from specific fields on the account yourself. Link above explains the fields you should look at
ok thanks