#awilliams
1 messages ยท Page 1 of 1 (latest)
Hello ๐
What type of webhook endpoint is this? In order to listen to connected account events, you need a connect type webhook endpoint
It's a connect type webhook
From what stripeAccountId are you listening to events from? The platform or the connected acc?
The platform
Can you share the connected account ID that you're expecting events from?
acct_1MNq6NPGXytbsOa6
hmm I don't see any updates made on the account that would generate account.updated events
As in, I'm not seeing any account.updated events on the account
hmm, updating email address wouldn't fire an event.
So I see events on the connect account dashboard. Like this event evt_1MjfxRPGXytbsOa6G9x8WbLx
But as I understand this wouldn't bubble up to the platforms events even though the connect account was created from the platform?
it should if you're using connect type webhook
Ah the event is quite old,
More than a month
And that event was fired when the payouts were enabled on the account
As per the API ref the email parameter on the account object is only used for custom type accounts
https://stripe.com/docs/api/accounts/update#update_account-email
So the express dashboard must be setting the email on something else
which explains why you're not seeing account.updated
Ahh ok, bummer. thanks for pointing this out.
๐