webhooks
A webhook is an event sent to your server by an external service. When building a webhook handler:
Ensure your handler is idempotent, as the third-party system may retry requests.
Never acknowledge a webhook request unless it's processed successful...
urgen.com.np1 min read