`onAccountUpdated` is a Stripe Connect event, and only works when that's specified. We need to update our code so the default is true for connect. If you're encountering this issue, you can fix it by doing this: ``` stripe.onAccountUpdated({ connect: true }) ``` We need to fix it in the integration package so it's not required to pass that option. <sub>From [SyncLinear.com](https://synclinear.com) | [TRI-1178](https://linear.app/triggerdotdev/issue/TRI-1178/stripeonaccountupdated-only-works-if-you-pass-connect-true)</sub>