#david2-stripe-cli
1 messages ยท Page 1 of 1 (latest)
Hi there ๐ interesting question, which I'm unfortunately not 100% certain on as I've only ever worked off one machine.
I believe all machines will receive the events though, in the same way all webhook endpoints receive all events of the type they're listening for.
I'm not aware of any path to filter the events that a particular machine is listening to beyond the type filter.
ok, fair enough, we can probably filter on our end (oh I don't know what this is ..... have a 400 )
One option to consider is to have the various machines add unique metadata to their requests, and then use that as a filter criteria within your event handler code:
https://stripe.com/docs/api/metadata
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.