#beaucouplus
1 messages · Page 1 of 1 (latest)
hi! wouldn't be exclusive no, if you have any endpoint on your account listening to a certain event type and that event happens on your account, we would try to deliver it to each endpoint.
Thanks. Then maybe my problem is related to the way stripe cli handles different stripe accounts? I have 2 stripe accounts. 1 account knows stripe cli is used, the other does not. And of course I want stripe cli to listen to webhooks events from the "other" stripe account. Do you have any documentation about how to achieve that?
you'd use stripe login to login to the other account, one at a time
or maybe you'd use Connect if the accounts have that kind of relationship (https://stripe.com/docs/connect/webhooks)
can you share an example evt_xxx event ID that is doing something unusual and can you explain what URL you expected it to be sent to that it isn't, or something?