Verification Chamber โ confirm Stripe webhooks, payment links, and Resend email on the deployed app. Test sends go only to TEST_RECIPIENT_EMAIL. Manual approval stays ON; no live outreach to real businesses.
Live services overview
Deployed app: https://dungeonengine87.com
Manual approval
ON
Kill switch
Safe
Daily send cap
10
Health check: /api/health
Stripe verification
Webhook endpoint for deployed app โ configure in Stripe Dashboard. Never expose secret values here.
Webhook endpoint
https://dungeonengine87.com/api/webhooks/stripeMode: live ยท Environment: production
Required webhook events
- checkout.session.completed
- payment_intent.succeeded
- payment_intent.payment_failed
- customer.subscription.created
- customer.subscription.updated
- customer.subscription.deleted
- invoice.payment_succeeded
- invoice.payment_failed
Latest payment webhook log
No webhook logs yet โ complete a Stripe test payment.
Latest payment record
No payments recorded yet.
- Add webhook URL in Stripe pointing to deployed domain.
- Select all required events listed above.
- Copy signing secret โ Vercel
STRIPE_WEBHOOK_SECRET. - Confirm payment links in Vercel env.
- Complete one Stripe test checkout โ confirm payment + client + agent log.
Resend verification
Test emails send only to TEST_RECIPIENT_EMAIL. Never sends to real leads or outreach drafts.
Latest email test log
No verification email tests logged yet.
- Verify sender/domain in Resend dashboard.
- Set OUTREACH_FROM_EMAIL (and DELIVERY_FROM_EMAIL if different) in Vercel.
- Set TEST_RECIPIENT_EMAIL to an inbox you control.
- Send one test from this panel โ confirm receipt and agent log.
Verification agent logs
No verification actions logged yet.