It’s not necessarily a problem that Clover sends all requests to our webhook, but in our app, we only process requests from users who are registered in our system. For all others (which are many), once we confirm they are not registered, we stop processing and delete them. The issue is that we're paying our webhook hosting service for inbound requests that don’t benefit us. Is there a way to filter requests before they reach our webhook?
This might be something you could address with Clover, but I’d also appreciate any other suggestions you think could help. Thank you!