{
  "service": "AUX Stripe sandbox integration",
  "status": "implementation_live_awaiting_private_test_configuration",
  "environment": "test_only",
  "live_mode_supported": false,
  "existing_account": "PrdictionEdge Stripe account reported by operator; connection not inferred from public state",
  "configuration": {
    "database_bound": true,
    "test_key_configured": false,
    "restricted_key_recommended": true,
    "webhook_secret_configured": false,
    "operator_token_configured": false,
    "server_controlled_test_price_configured": false
  },
  "endpoints": {
    "create_checkout_session": "https://aux.prdictionedge.ai/v1/commercial/stripe/checkout-session",
    "verified_webhook": "https://aux.prdictionedge.ai/v1/commercial/stripe/webhook",
    "commercial_policy": "https://aux.prdictionedge.ai/api/commercial-policy.json"
  },
  "security": {
    "checkout_creation": "operator bearer token required; no amount, customer, or product fields accepted from the caller",
    "settlement": "verified Stripe webhook only; success_url and browser redirects never settle an order",
    "webhook_signature": "raw UTF-8 body, Stripe-Signature v1 HMAC-SHA256, 300-second tolerance",
    "duplicates": "durable provider event ID uniqueness in D1",
    "event_ordering": "monotonic status projection prevents late lower-priority events from reversing SETTLED, REFUNDED, or DISPUTED",
    "secrets_exposed": false
  },
  "money_spent_or_collected_usd": 0,
  "activation_boundary": "No live keys, live events, live Checkout Sessions, real charges, or customer data are accepted by this implementation."
}