Open benfoster opened 1 year ago
Same problem for me, but i solved this issue by recreating the connect webhook. In my case the problem occured after upgrading the api version from 2020-08-27 to 2022-11-15. After the upgrade, the older connect webhook started to listen to normal webhook events, even if signed as connect in the dashboard.
@norx85 can you confirm that you receive connect webhooks for your platform's connected accounts (as per my example scenario)?
@norx85 can you confirm that you receive connect webhooks for your platform's connected accounts (as per my example scenario)?
In my platform the only connected events i am listening are:
account.application.deauthorized account.external_account.updated account.updated invoice.paid payment_intent.succeeded payout.failed
So my scenario is a little different, but i posted here because these problems seems to be connected to me
@benfoster do you mind sharing your account id and your app id so I can dig into this?
You will also need the events_read
permission to receive these events so adding that permission if you haven't already may resolve this issue for you!
Describe the bug
According to the permissions doc providing we have defined the appropriate permissions, we should receive connected account webhook events related to account creation:
To Reproduce
Expected behavior My expectation is that if the Stripe account installing our app is using Stripe connect that we should receive events such as
account.external_account.created
.Additional context
https://stripe.com/docs/stripe-apps/reference/permissions