{
  "schema": "speedkit.marketplace_runtime.v1",
  "status": "COMMERCE_READY",
  "fake_checkout": false,
  "provider": "stripe_checkout",
  "configured": {
    "stripe_secret_key": true,
    "stripe_webhook_secret": true,
    "stripe_price_starter": true,
    "stripe_price_pro": true,
    "stripe_price_enterprise": true,
    "speedkit_base_url": true,
    "commerce_kv": true
  },
  "endpoints": {
    "checkout": "/api/marketplace/checkout",
    "webhook": "/api/marketplace/stripe-webhook",
    "entitlement": "/api/marketplace/entitlement"
  }
}
