I am trying to figure out how to be notified when a connected Standard Stripe account is updated.
In my app, when a user authorized my app to connect to their Stripe account, my app gets the account's display name from Stripe and stores it so the user knows which Stripe account they connected to my app.
When the user changes the display name, my app needs to be notified so I can update the display name in my database.
Neither of these webhooks fires when the user changes the display name:
account.external_account.updated
account.updated
Is there a different webhook I should be using or a different method to be notified of such changes?
Make sure you are setting up webhook endpoints specifically for Connect. You can find the Connect specific endpoints in your dashboard: https://dashboard.stripe.com/test/webhooks
If you are creating your webhook endpoints via the API, then you just have to pass in the connect: true
flag: https://stripe.com/docs/api/webhook_endpoints/create#create_webhook_endpoint-connect
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With