#giga5925
1 messages · Page 1 of 1 (latest)
What are you trying to do, exactly?
Generally you should not be creating endpoints on another account, and instead creating your own Connect-type webhook endpoint: https://stripe.com/docs/connect/webhooks#connect-webhooks
I have several connected accounts and to handle some actions, I wanted to add webhook endpoint to a connected account. I missed this article and will read, but as I understand this connect endpoint will work for every connected account right?
Correct -- you create one such endpoint on your platform and get events for all your connected accounts
the event object has an account field to tell you which account it is from
Great, sorry for not checking and wasting your time.