#jchannon
1 messages · Page 1 of 1 (latest)
👋 happy to help
hi, thanks
i'm specifically talking about the scenario where a customer account uploads their id documents etc
so stripe can determine they are who they say they are
do you mind sharing your account id please?
acct_1KxUKPAT2irRycsW
are you able to view this page https://stripe.com/docs/connect/keeping-accounts-compliant ?
sorry for the delay, no i cant see that
https://stripe.com/docs/connect/identity-verification-api#determining-if-identity-or-business-verification-is-needed is how you do this(you listen for webhooks and look at the specific details of the account like the values in requirements and if their capabilities are active).
and yes there is just a generic account.updated event for any change to the account, you'd need to directly inspect them. Also note that Events have a previous_attribute field that describes exactly what has been updated https://stripe.com/docs/api/events/object#event_object-data-previous_attributes
ah good stuff