#steve-webhook-connect
1 messages ยท Page 1 of 1 (latest)
Hi ๐
I'm not clear on your question. What happened that was not what you expected?
In other words, I'm pretty sure everything's working now. But just for my understanding I hope to understand why it was working before, despite it being for account.updated on the platform account, as opposed to connected accounts.
Well, now that I know you have to change that default setting to 'Events on Connected accounts', the webhook works. But it was working even before I selected that setting. In other words, I was receiving updates on Connected accounts via the webhook even before I selected that option.
How were you listening to the webhook events?
I just made an endpoint and stripe POSTed to it
Okay do you have example event IDs for events that you received which you don't think you should have?
I've deleted the webhooks - would there be another way I can find them?
They should be in the Event logs in your dashboard https://dashboard.stripe.com/events
Some of the events on this account I think: acct_1NYr06Ir2WUHgKZ0
(it's my test account)
I'll try and find some account.updated events, but you probably know the interface better than I do and will probably find them first
All of the events I'm seeing were only sent to the Stripe CLI, which will always forward both Connect and Account events
But that is only the CLI
So if you create an actual webhook endpoint you won't see that behavior
Yup lesson learned
Has it always been like that, I can't recall ever having to select that option in the past
What option are you referring to?
You know when you discover something, and it makes you question everything you think you knew?
You don't need to register and endpoint for the CLI
The option in the pink box in the image in the OP
But the options for Account Only vs Connect Accounts has been there since I started at Stripe
When was that?
Oh okay, last time I made endpoints was 2 years ago
So it makes sense that I hadn't seen them before
๐ค
I want to say it's been an option for a lot longer than that but I'm not 100% sure
I can't recall ever having to select it before. But maybe I'm wrong
@mossy sun I can confirm this section has existed for many years
steve-webhook-connect
Oh interesting. I really can't remember ever seeing it before
Thanks for confirming though
happy to help!
Thanks again