#dacian.capitan

1 messages · Page 1 of 1 (latest)

fallow inletBOT
verbal lichen
#

Hi 👋 can you elaborate? Are the events being generated as expected, but not being sent to your webhook endpoint?

compact radish
#

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

verbal lichen
#

Are you updating the External Account, or creating a new External Account and then updating the Account to point to the new External Account?

compact radish
#

updating

verbal lichen
#

Can you share the ID of the request (req_123) you made to update the External Account?

compact radish
#

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

verbal lichen
#

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

compact radish
#

i'll try with another account, maybe something happened

#

thanks