#dacian.capitan
1 messages · Page 1 of 1 (latest)
Hi 👋 can you elaborate? Are the events being generated as expected, but not being sent to your webhook endpoint?
acct_1MZxZXQruNd5mXmi this is my account id for test
from dashboard when i change the default bank account i should expect a webhook event like account.external_account.updated
but i get none
Are you updating the External Account, or creating a new External Account and then updating the Account to point to the new External Account?
updating
Can you share the ID of the request (req_123) you made to update the External Account?
even deleting and creating a new one didnt create any webhook event
i 've updated directly from stripe dashboard
"Your bank account"
this is a standard account
I am not seeing any requests on that account that updated the existing External Account object, so it is expected for account.external_account.updated events to not be triggered.
The requests are updating the Account object, so you would want to listen for account.updated Events.
Example dashboard request: https://dashboard.stripe.com/test/logs/req_uMiiIO7BkUaGkM
Alternatively, this request is also creating a new External Account, so you could listen for account.external_account.created. Here is an example of one of those that was generated by the above request:
https://dashboard.stripe.com/test/events/evt_1MZxd4QruNd5mXmieEYnesT5