#jchannon
1 messages · Page 1 of 1 (latest)
Hi there!
Yes, Stripe will send you a webhook event: account.updated https://stripe.com/docs/api/events/types#event_types-account.updated
do you know if there is anything specific in that hook message to say it's been verified
The simplest option would be to check these two properties on the account object contained in the payload:
because Stripe is the only one that sets these to true?
Yes, based on the information provided during the onboarding, Stripe will activate (or not) the account. And you can check that by looking at the two properties I mentioned above.