#BrianHHough
1 messages · Page 1 of 1 (latest)
hi! not really no, those are just labels the dashboard gives and don't directly exist in the API as values. You'd overall use https://stripe.com/docs/connect/identity-verification-api#determining-if-identity-or-business-verification-is-needed to determine the status of an account
Ooooh i see....is it better to visualize an account in terms of it's requirements.disabled_reason or purely that payouts_enabled is false or in terms of capabilities are false for card_payments and transfers?
For example, I was using a test address to see. Stripe didn't like that. But I don't know how this type of error would show up in the api
it's kind of a combination of all of those unfortunately. Mostly I just say, if the requirements hash is not empty and the disabled_reason indicates requirements are due, I treat it as you need to prompt the user for information.
you can try retrieving that account from the API and check, it's probably like a requirement for "individual.address.line1" or something.