{
  "manifestVersion": 1,
  "process": {
    "slug": "connect-a-payment-processor",
    "title": "Connect a payment processor",
    "phase": "finance",
    "description": "Connect your payment processor to track payments, subscriptions, and revenue. Stripe is the canonical route; alternatives are ranked in the payments arena."
  },
  "manifestUrl": "https://ultrametric.ai/productarena/processes/connect-a-payment-processor/manifest.json",
  "steps": [
    {
      "id": "n1",
      "title": "Connect Stripe",
      "kind": "api",
      "route": "agent",
      "toolCall": null,
      "calls": [
        {
          "method": "integrations.connect()",
          "type": "sdk",
          "description": "Connect Stripe via API key"
        }
      ],
      "vendorOptions": [
        {
          "vendor": "stripe",
          "name": "Stripe",
          "productId": "stripe",
          "arena": "payments",
          "agentReady": 88.9,
          "mcpEndpoint": "https://mcp.stripe.com/",
          "paProductUrl": "https://ultrametric.ai/productarena/arena/payments/product/stripe"
        }
      ],
      "approvalRequired": true,
      "riskLevel": null,
      "estimatedMinutes": 3,
      "async": true
    },
    {
      "id": "n2",
      "title": "Sync customers and subscriptions",
      "kind": "api",
      "route": "agent",
      "toolCall": null,
      "calls": [
        {
          "method": "stripe.customers.list()",
          "type": "rest",
          "description": "Sync customer and subscription data"
        }
      ],
      "vendorOptions": [
        {
          "vendor": "stripe",
          "name": "Stripe",
          "productId": "stripe",
          "arena": "payments",
          "agentReady": 88.9,
          "mcpEndpoint": "https://mcp.stripe.com/",
          "paProductUrl": "https://ultrametric.ai/productarena/arena/payments/product/stripe"
        }
      ],
      "approvalRequired": false,
      "riskLevel": null,
      "estimatedMinutes": 5,
      "async": true
    },
    {
      "id": "n3",
      "title": "Sync payment history",
      "kind": "api",
      "route": "agent",
      "toolCall": null,
      "calls": [
        {
          "method": "stripe.charges.list()",
          "type": "rest",
          "description": "Fetch payment history"
        }
      ],
      "vendorOptions": [
        {
          "vendor": "stripe",
          "name": "Stripe",
          "productId": "stripe",
          "arena": "payments",
          "agentReady": 88.9,
          "mcpEndpoint": "https://mcp.stripe.com/",
          "paProductUrl": "https://ultrametric.ai/productarena/arena/payments/product/stripe"
        }
      ],
      "approvalRequired": false,
      "riskLevel": null,
      "estimatedMinutes": 3,
      "async": false
    }
  ],
  "provenance": {
    "source": "productarena",
    "url": "https://ultrametric.ai/productarena",
    "generatedFrom": "data/processes.json + data/process-chains.json (the ProductArena founder-process corpus), resolved against live arena leaderboards at build time. Regenerate by refetching this manifest URL — it always reflects the currently deployed data, not a pinned data commit.",
    "license": "ProductArena Data License (DATA-LICENSE in github.com/ultrametricai/productarena): querying and quoting with attribution to \"ProductArena by Ultrametric Inc\" is fine; bulk redistribution or use to build competing datasets requires written permission."
  }
}