# Troubleshooting

ChargeOver provides a log of every webhook that is fired. The **Webhook Log** report contains this information:

- [Webhook Log report](https://help.chargeover.com/docs/reports/report-center/logs/webhook-log-report/)

By default, ChargeOver will only log the full webhook payload if your script returns a non-200 OK response.

For development purposes, you can force ChargeOver to log the full webhook payload by returning a 201 Created response
instead of a 200 OK. This will cause ChargeOver to log the full payload, but not retry.
