My webhook logs returned 400 even when the app already receive it. Now it keeps retrying and creating hundreds of logs.
Is your notification URL must doing the following:
- Receive a POST event notification.
- Respond with a 2xx HTTP status within 10 seconds.
- Require that connections use HTTPS.
Retry events will only happen if your server isn’t correctly responding with a 2xx within 10 seconds or it wasn’t delivered correctly. ![]()