#benjamiiin-webhook-connect
1 messages · Page 1 of 1 (latest)
Sorry that was vague, so when the connected account has actually been verified by stripe, then I can update my database
Was looking at the docs and I see it takes 1-3 days for stripe to verify a connected account, I assume a response is sent once the connected account has been deemed all good by stripe?
https://stripe.com/docs/connect/identity-verification-api is what you want to read/look at. Mostly you listen to account.updated and check requirements to see what is needed from them
Dope, thanks for your help
is a webhook emitted when stripe have actually checked the documents and said yes the account is fine?
so when verification.status = verified I assume that means all is fine with the connected account?
yes and no, it's not as simple as just checking status, it's a lot more subtle and complex really
you have to look at a variety of things, from payouts_enabled to charges_enabled to what is in requirements and when it's due by
hmmm right ok