{
  "service": "AUX commercial order ledger",
  "status": "stripe_test_implementation_ready_private_configuration_pending",
  "database": {
    "tables": [
      "commercial_orders",
      "commercial_payment_events"
    ],
    "idempotency": "hashed_key_unique",
    "event_deduplication": "rail_plus_provider_event_id_unique",
    "provider_reconciliation": [
      "checkout_session_id",
      "payment_intent_id"
    ]
  },
  "state_machine": {
    "initial": "NOT_REQUIRED",
    "quoted": "QUOTED",
    "pending": "PENDING",
    "terminal": [
      "SETTLED",
      "FAILED",
      "EXPIRED"
    ],
    "post_settlement": [
      "REFUNDED",
      "DISPUTED"
    ]
  },
  "supported_future_rails": [
    "stripe",
    "x402"
  ],
  "stripe": {
    "public_payments_enabled": false,
    "live_charges": false,
    "test_implementation": "https://aux.prdictionedge.ai/api/stripe.json",
    "policy_draft": "https://aux.prdictionedge.ai/api/commercial-policy.json",
    "activation_requirements": [
      "connect the existing PrdictionEdge Stripe account in test mode",
      "configure a restricted test key and endpoint-specific webhook secret",
      "complete one operator-authorized sandbox checkout and webhook replay test",
      "approve pricing and refund policy before any live-mode design"
    ]
  },
  "x402": {
    "enabled_for_this_channel": false,
    "existing_experiment": "https://aux.prdictionedge.ai/api/x402.json",
    "settlement_requires_verified_proof": true
  },
  "invariant": "A browser redirect never marks an order settled. Only a verified provider webhook or cryptographic settlement proof may do so.",
  "money_spent_or_collected_usd": 0
}