#jmontydesign-account-pending
1 messages · Page 1 of 1 (latest)
You listen for account.updated events on your Connect webhook endpoint.
See https://stripe.com/docs/connect/webhooks and https://stripe.com/docs/connect/identity-verification-api#determining-if-identity-or-business-verification-is-needed
So listening for the account.updated event I would get the same account object, but the "verification" property would be updated. 1) What are the possible values for the verification property? 2) If there is a failure, do I know why. 3) Is there any way to test this webhook?