{
  "service": "payments-monitor",
  "endpoints": {
    "/health": "Health check",
    "/run": "Run manually",
    "/run?email=false": "Run without sending email",
    "/lookup/{pi_|in_|ch_}?k=KEY": "Read-only Stripe lookup",
    "/internal/stripe-paid?since=UNIX&k=KEY": "Paid invoices + one-time checkout sessions",
    "/internal/stripe-canceled?since=UNIX&k=KEY": "Canceled subscriptions that had a trial (feeds trials Canceled status)"
  },
  "cron": "0 10 * * *"
}