#Mustafa Cheraim
1 messages · Page 1 of 1 (latest)
There's no single field that maps to that Dashboard status badge, they're computed from a number of fields/variables. I'd recommend reading this doc to understand when a account is considered verified: https://stripe.com/docs/connect/identity-verification-api
Then you can compute those fields as you need
Hi ynnoj,
Thank you for your reply,
Exactly there's no simple property for the badge.
Ok, I'll read the documentation.
Thank you !
np!
Hello again,
I have read the documentation. It's helpful.
I have a question:
For a retreived account object, that has no requirements property (even restricted account). Is it normal ?
I have tested with a test account. do that happens for only test accounts ?
Can you share an example? I'd be surprised if there was no requirements hash at all
What makes you think they're still restricted?
The badges shown on Stripe dashboard
I have there 3 examples of accounts :
Only one of the them is restricted, I have mentioned the status on file name.
Ah, yep. So you can see charges_enabled: false.
Ok there's no relashioship with "verification" ?
because, for the enabled account that also has no "req.." property, I think I should verify by "currently_due" & "eventually_due"
that are inside "requirements"
You have to remember that this process is asynchronous too. You submit the details, and they're verified by our partners – that can take time and in the meantime the account may be restricted until we ensure requirements are met
Ok, but the account.updated event won't be dispatched until all verifications are set and the badge is changed. Isn't it ?
I want juste that account.updated gives me a account with requirements.
I don't understand the question
You said : this process is asynchronous too. You submit the details, and they're verified by our partners.
I that case, I still see the current badge ? or next badge even before verifications ?
example : I fill the informations to have an Enabled account instead of Restricted, I submit them, and I wait for the verifications.
once submitted the informations, what badge will be displayed on dashbord for the account ? Restricted or Enabled ?
I that case, I still see the current badge ? or next badge even before verifications ?
The account status is reflected in thecharges_enabledandpayouts_enabledfields. There's nothing required at that point as its already been submitted for verification