Skip to main content

Network errors, timeouts, etc.

There is a 14 second timeout for webhooks.

If the URL ChargeOver is sending the webhook to takes longer than 14 seconds to respond with a 200 OK, ChargeOver will close the HTTP connection and mark the webhook as failed.

If your site takes a long time to process webhooks, consider using a background queue to queue up what needs to be processed so that you can return a 200 OK immediately to ChargeOver.