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

โšก Stripe Webhook Config

๐Ÿ“‹ Setup Instructions:
1. Copy the webhook URL below
2. Go to Stripe Dashboard โ†’ Webhooks
3. Create new endpoint with this URL
4. Select "checkout.session.completed" event
5. Test with payment below
Stripe Webhook URL:
https://netcop.up.railway.app/stripe/webhook/
Simple Test URL:
https://netcop.up.railway.app/simple-webhook-test/
๐Ÿ”— Open Stripe Dashboard
0
Stripe Events
0
Test Events

๐Ÿ’ณ Payment Testing

๐Ÿ’ก Test Payment Flow:
1. Click "Create Test Payment"
2. Use test card: 4242 4242 4242 4242
3. Watch for webhook events in logs
4. Check if Stripe delivers the webhook

๐Ÿ“Š Webhook Activity

[INIT] Webhook monitoring started...
[READY] Waiting for Stripe events...
{% endblock %}