#gui
1 messages · Page 1 of 1 (latest)
Hi, are you able to clarify what you mean with account of customer?
Hmmmm, I think I meant customers as in users that have an account with us. They update their accounts to be able to receive payments via an AccountLink object, and once they succeed doing so, I need a webhook listening to that event but I can't seem to locate such an event
I see, when you say a Customer, I tend to think a customer that made a purchase: https://stripe.com/docs/api/customers . But you're referring to your Connected Account.
yes. It seems the account.updated event occurs on each user's own account, but not the company account
You'd want to listen to account.external_account.updated event: https://stripe.com/docs/api/events/types#event_types-account.external_account.updated. To learn more about Webhooks on Connect, please visit: https://stripe.com/docs/connect/webhooks
oh so a Connect Webhook listens to all account.updated on these accounts
The Event is account.external_account.updated and yes.