#benjamiiin-webhook-connect

1 messages · Page 1 of 1 (latest)

vernal flame
#

@junior dune what does "actually been authorised" mean?

junior dune
#

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?

vernal flame
junior dune
#

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?

vernal flame
#

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

junior dune
#

hmmm right ok