#sam.siu-verification
1 messages · Page 1 of 1 (latest)
heya @west seal!
How do we know if a Stripe account is pending verification after the identity document has been uploaded?
https://stripe.com/docs/connect/identity-verification-api#attaching-the-file - the Person should have the verification.status=pending [0]
If the account is currently unable to make charges/payouts as Stripe is still verifying the information, this field would also be set : requirements.disabled_reason=requirements.pending_verification [1]
You would probably want to take a look at this guide : https://stripe.com/docs/connect/identity-verification-api
[0] https://stripe.com/docs/api/persons/object#person_object-verification-status
[1] https://stripe.com/docs/api/accounts/object#account_object-requirements-disabled_reason
How can we simulate this in test (developer mode)? What I saw in test environment is that after the id document is uploaded, just in a few seconds the account status will be complete .
I don't think we currently allow you to trigger a pending verification based off https://stripe.com/docs/connect/testing. There's no such scenario unfortunately.
In production, is there any automation in verification of the document, or is it a manual process? From the documents, we understand that the verification will be completed within 24h.
Most of the time, it should be automated. But in some cases, there may be certain conditions that may trigger a manual process.