#dennisjade - connect
1 messages · Page 1 of 1 (latest)
Hi! In the account object, you'll need to look into capabilities or requirement properties
https://stripe.com/docs/api/accounts/object#account_object-capabilities
https://stripe.com/docs/api/accounts/object#account_object-requirements
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
In the requirement , one field has this value "requirements pass due", did you evaluate that as restricted?
by the way, our current account is using express
I'm not sure exactly how the Stipe dashboard compute these values unfortunately.
so definitely this is not coming from any fields right?
there is some logic behind it based on the capability and requirements object
there is yes
https://stripe.com/docs/connect/identity-verification-api#determining-if-identity-or-business-verification-is-needed is the best public guide we have
there's no access to a simple label like the dashboard uses, I wish there was and it's a common feature request but it doesn't exist
thanks for this....