#speakofthedevo
1 messages · Page 1 of 1 (latest)
Hello!
You want account.updated
That will contain the account object will all the relevant info you are looking for
Thanks, that's what I have now, but I'm not seeing an account updated event...
Does the event not get triggered in test mode? I go thru the sign up process and connect the test bank account, but I don't see any account.updated event
It definitely should get triggered
Are you using a Connect Webhook endpoint?
Or a Direct endpoint?
You specifically need a Connect endpoint like we talk about here: https://stripe.com/docs/connect/webhooks
Ahhhh, I was using the direct endpoints for events on my account. I see now. Thanks!