OrderCore
System Dashboard

3-Part Runtime Verification

Quick web-based control panel to verify end-to-end runtime health: public API availability, Stripe webhook path behavior, and tenant-level webhook readiness.

Run checks to verify current live state.

1) Public API

not run
  • GET /health
  • GET /readyz
  • /readyz optional_checks.order_create_runtime
  • GET / endpoints surface

2) Stripe Webhook Path

not run
  • GET /webhooks/stripe expects 405
  • POST /webhooks/stripe unsigned expects 400 signature_verification_failed
  • Confirms route + signature guard are alive

3) Merchant Runtime

optional
  • GET /v1/account/auth
  • GET /v1/account/readiness
  • GET /v1/account/billing
  • GET /v1/webhooks/metrics?event_type=checkout.completed&window_hours=24
  • GET /v1/webhooks/deliveries?event_type=checkout.completed&limit=5
Raw check output
No data yet.