Webhook Troubleshooting Guide
Solutions to common webhook problems and debugging strategies.
Debugging Tools
Dashboard Delivery Attempts
The BlockEden dashboard provides powerful debugging tools:
- Navigate to Accept Payments → Webhooks
- Click on an endpoint to view its delivery attempts
- Expand any attempt to see:
- ✅ Full request body sent by BlockEden
- ✅ Full response body from your server
- ✅ HTTP status code
- ✅ Error messages
- ✅ Response time
- ✅ Retry schedule
Replay Failed Events
Don't worry if a webhook delivery fails - you can replay it:
- Find the failed attempt in the dashboard
- Click Replay Event button
- The event will be resent immediately
- Check if it succeeds this time
Test Your Endpoint
Use the Test button to send a sample event:
- Click Test on your endpoint
- A
webhook.test.event
is sent with sample data - Verify your server receives and processes it correctly
- Check server logs and dashboard for results