Go to file
Claude 4816e3040e Add comprehensive Stripe debugging system
🔍 DEBUGGING TOOLS ADDED:

1. Enhanced Payment Creation Logging:
   - Show API key, version, environment details
   - Log complete session creation response
   - Immediate session verification after creation
   - Detailed session metadata and status

2. Enhanced Payment Verification Logging:
   - Complete session retrieval details
   - Payment intent information if available
   - Full session status and metadata
   - Account verification details

3. Stripe Debug Endpoint (/stripe/debug/):
   - Test API connectivity
   - Show account information
   - List recent checkout sessions
   - List recent charges/payments
   - Identify which Stripe account we're connected to

This will help identify:
- If payments are going to wrong Stripe account
- If API keys are correct
- If sessions are being created properly
- Where the disconnect between payments and dashboard is happening

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-12 16:44:18 +05:30
agent_base Implement smart database auto-detection for local/Railway compatibility 2025-07-12 10:10:42 +05:30
authentication Implement individual agent architecture with simplified template structure 2025-07-10 09:01:11 +05:30
core Add comprehensive Stripe debugging system 2025-07-12 16:44:18 +05:30
data_analyzer Implement PostgreSQL development parity and fix migration conflicts 2025-07-12 09:59:44 +05:30
docs Add development tools and documentation for environment management 2025-07-12 10:22:13 +05:30
job_posting_generator Fix button visibility issues and improve UI consistency 2025-07-12 02:47:12 +05:30
netcop_hub Fix Railway static files serving with WhiteNoise 2025-07-12 10:38:44 +05:30
social_ads_generator Fix button visibility issues and improve UI consistency 2025-07-12 02:47:12 +05:30
static Fix homepage UI and button hover effects across all pages 2025-07-12 05:01:34 +05:30
templates Implement webhook-free Stripe payment verification system 2025-07-12 16:11:35 +05:30
tests Implement individual agent architecture with simplified template structure 2025-07-10 09:01:11 +05:30
wallet Add comprehensive Stripe debugging system 2025-07-12 16:44:18 +05:30
weather_reporter Fix button visibility issues and improve UI consistency 2025-07-12 02:47:12 +05:30
.env.example Add Railway deployment config 2025-07-12 03:43:14 +05:30
.gitignore Fix button visibility issues and improve UI consistency 2025-07-12 02:47:12 +05:30
manage.py Initial Django project setup with working homepage 2025-07-08 16:30:56 +05:30
railway.json Implement PostgreSQL development parity and fix migration conflicts 2025-07-12 09:59:44 +05:30
requirements_clean.txt Add Railway deployment config 2025-07-12 03:43:14 +05:30
requirements.txt Fix Railway static files serving with WhiteNoise 2025-07-12 10:38:44 +05:30
run_dev.sh Fix Railway static files serving with WhiteNoise 2025-07-12 10:38:44 +05:30
test_webhook_external.py Implement webhook-free Stripe payment verification system 2025-07-12 16:11:35 +05:30