#RobRodSWE
1 messages · Page 1 of 1 (latest)
Yes, that's possible if further verification is required in future and the account holder does not provide it
Would that return as an account.updated webhook?
You would get such an event yes, AFAIK, but with an already onboarded express account Stripe would be reaching out to the user for further information
You've learn about capabilities being disabled etc
Yes, I have heard of the capabilities being disabled . So, basically, add a webhook for this event, check the capabilities and avoid creating payment intents with disabled accounts. Correct?
Correct
Thank you much!