#Anwarus
1 messages · Page 1 of 1 (latest)
Are you the Connect platform in this instance
Yes
If you are a Connect platform, and you're onboarding accounts the process to follow to ensure verification requirements are up-to-date is outlined here: https://stripe.com/docs/connect/identity-verification-api#determining-if-identity-or-business-verification-is-needed
So I have to handle it through API. Does it also apply to express account?
Well, the Express account holders themselves would be contacted if we required any verification info from them
So for connected express accounts does it makes sense to also implement integration through API to handle collecting additional account informations?
I would say so yes. You'd listen for account.updated events, and when there is outstanding verification information you'd bring the users back on-session to provide that info via an onboarding Account Link
Ok, thank you!