{% extends 'base.html' %} {% load static %} {% block title %}Simple Webhook Test{% endblock %} {% block extra_css %} {% endblock %} {% block content %}

๐Ÿงช Simple Webhook Test

๐Ÿ’ก How to use:
1. Copy the webhook URL below
2. Use it in Stripe dashboard or any webhook testing tool
3. Send test webhooks and watch the logs below
4. This endpoint accepts any HTTP method and logs all details
Webhook Test URL:
https://netcop.up.railway.app/simple-webhook-test/
Endpoint: Active
Waiting for webhooks...
Logs: 0
[INIT] Webhook test endpoint initialized
[READY] Listening for webhook events...
{% endblock %}