Verification Chamber

Live Stripe + Resend service verification

Manual approvalSeed data
Live database

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.

Stripe secret keypresent
Stripe webhook secretpresent
Starter payment linkpresent
Standard payment linkpresent

Webhook endpoint

https://dungeonengine87.com/api/webhooks/stripe

Mode: 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.

  1. Add webhook URL in Stripe pointing to deployed domain.
  2. Select all required events listed above.
  3. Copy signing secret โ†’ Vercel STRIPE_WEBHOOK_SECRET.
  4. Confirm payment links in Vercel env.
  5. 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.

Resend API keypresent
Outreach sender emailpresent
Delivery sender emailpresent
Test recipient configuredpresent

Latest email test log

No verification email tests logged yet.

  1. Verify sender/domain in Resend dashboard.
  2. Set OUTREACH_FROM_EMAIL (and DELIVERY_FROM_EMAIL if different) in Vercel.
  3. Set TEST_RECIPIENT_EMAIL to an inbox you control.
  4. Send one test from this panel โ€” confirm receipt and agent log.

Verification agent logs

No verification actions logged yet.