I have an application that fetches stripe charge data periodically and creates a correlation with data from our system. Currently we are batching requests to stripe's api with our clients API key.
This works great but its not true real-time and its killing our servers with wasteful API calls.
Is there a way to register a webhook on our stripe account that will listen for events that happen on other api keys so that we can provide a more real-time experience to our customers.