{
  "artifact": {
    "bytes": 19297,
    "format": "json",
    "mediaType": "application/json",
    "path": "samples/states/stripe/checkout-team/state.json",
    "sha256": "905e5404b08999ad007e107cfd218870a60f70acaad772267835b588b5801ea4"
  },
  "capabilities": {
    "limitations": [
      "No real money movement and no guarantee beyond the published route surface."
    ],
    "required": [
      "state.read",
      "state.load",
      "state.reset",
      "rest.customers"
    ],
    "supportedSurface": "Stateful customers, products, payments, invoices, subscriptions, refunds, and modeled platform resources."
  },
  "category": "small-team",
  "displayName": "Stripe checkout team",
  "entityCounts": {
    "collections": {
      "accounts": 1,
      "balanceTransactions": 1,
      "charges": 1,
      "checkoutSessions": 3,
      "coupons": 1,
      "customers": 3,
      "disputes": 0,
      "events": 8,
      "invoiceItems": 0,
      "invoices": 0,
      "meterEvents": 0,
      "meters": 0,
      "paymentIntents": 1,
      "paymentLinks": 0,
      "paymentMethods": 2,
      "prices": 3,
      "products": 2,
      "promotionCodes": 2,
      "refunds": 0,
      "setupIntents": 2,
      "subscriptions": 0,
      "taxRates": 2,
      "testClocks": 0,
      "usageRecords": 0,
      "usageRecordSummaries": 0,
      "webhookEndpoints": 1
    },
    "total": 33
  },
  "environmentId": "stripe",
  "expectedDiff": {
    "changedPathsInclude": [
      "customers"
    ],
    "exact": false,
    "notes": "Hosted promotion must observe every listed path after the provider-native mutation; dynamic provider ids and timestamps are excluded from exact matching."
  },
  "expectedFirstRead": {
    "body": null,
    "expectedStatus": [
      200
    ],
    "method": "GET",
    "operationId": "listCustomers",
    "path": "/v1/customers",
    "transport": "provider-rest"
  },
  "id": "stripe.checkout-team.v1",
  "provenance": {
    "authoredBy": "archal",
    "kind": "derived-fixture",
    "sanitizationNotes": [
      "Replaced 10 credential-shaped or non-example email value(s).",
      "Replacement paths: accounts.0.email (email-domain), customers.0.email (email-domain), customers.1.email (email-domain), customers.2.email (email-domain), events.6.data.object.email (email-domain), events.7.data.object.email (email-domain), paymentIntents.0.clientSecret, setupIntents.0.clientSecret, setupIntents.1.clientSecret, webhookEndpoints.0.secret"
    ],
    "sourcePath": "clones/stripe/seeds/checkout-flow.json",
    "sourceSha256": "b584cf5959e602d8d8ea5b547292dc46dff8a25923e7fb75c163c1e9c5e03776",
    "transformationNotes": [
      "Copied the complete pinned clones/stripe/seeds/checkout-flow.json state without dropping or slicing entities.",
      "Canonicalized object-key ordering for byte-stable public output."
    ]
  },
  "purpose": "Exercise customers, products, prices, checkout sessions, setup intents, promotions, webhooks, and events.",
  "qualification": {
    "candidate": {
      "basis": "catalog-admission",
      "status": "passed"
    },
    "certification": {
      "evidencePath": null,
      "lastHostedVerificationAt": null,
      "runtimeBundleDigest": null,
      "sourceCommit": null,
      "status": "unknown"
    },
    "isolation": {
      "lastVerifiedAt": null,
      "status": "unknown"
    },
    "reset": {
      "expected": "restores-loaded-sample",
      "lastVerifiedAt": null,
      "status": "unknown"
    },
    "validation": {
      "checks": [
        "artifact-hash",
        "historical-source-lock",
        "state-contract",
        "scenario-semantics",
        "relationship-closure",
        "secret-scan",
        "size-limit"
      ],
      "status": "passed",
      "validator": "archal.environment-samples.v1"
    }
  },
  "representativeMutation": {
    "body": {
      "description": "Annual platform plan started through assisted checkout.",
      "email": "billing@northstar-tools.example.test",
      "name": "Northstar Tools"
    },
    "expectedStatus": [
      200,
      201,
      204
    ],
    "method": "POST",
    "operationId": "createCustomer",
    "path": "/v1/customers",
    "transport": "provider-rest"
  },
  "schema": "archal.environment-sample",
  "schemaVersion": 1,
  "slug": "checkout-team",
  "stateContract": {
    "format": "json",
    "schema": "archal.environment-state.stripe",
    "version": 1
  }
}
