#Vish-restricted-account
1 messages · Page 1 of 1 (latest)
Hi there
Are you the owner of this account? Or are you a Connect Platform that is onboarding accounts?
Connect platform
Gotcha. You want to look at the requirements hash for the account to determine why an account is restricted: https://stripe.com/docs/api/accounts/object#account_object-requirements
Let me quicky check it
{
"alternatives": [],
"current_deadline": null,
"currently_due": [
".verification.document"
],
"disabled_reason": "requirements.past_due",
"errors": [
{
"code": "verification_failed_keyed_identity",
"reason": "The identity information you entered cannot be verified. Please correct any errors or upload a document that matches the identity fields (e.g., name and date of birth) that you entered.",
"requirement": ".verification.document"
}
],
"eventually_due": [
".verification.document"
],
"past_due": [
".verification.document"
],
"pending_verification": []
}
```
Yep so looks like that account needs to log in and upload a verification document
For the business or the user?
Identity indicates the user
What is this checking against?
What do you mean by that?
Is it checking against a govt database?
Ah yes we check against a third party to verify identity based on the information provided. If we can't verify then we request a document
They enter it in their Stripe Dashboard. They will be prompted for it. I believe https://dashboard.stripe.com/settings/update is the specific page
And https://stripe.com/docs/acceptable-verification-documents talks about the acceptable documents