Skip to content

Online Payments Arena

Stripe vs Square

Stripe wins · 354 (10 drawn)

Agenticness — how well agents can access and operate the productAgenticness

How well agents can access and operate the product

Agent access

  1. ai-native userPoint an agent at llms.txt or agent-oriented docs

    weight 2 · round drawn
    Stripefullprobed9/10

    Stripe hosts a live llms.txt (probe confirms HTTP 200 with agent-oriented guidance), a full .md-suffixed docs mirror (docs.stripe.com/*.md), a machine-readable skills index at /.well-known/skills/index.json, and dedicated agent-oriented docs (agents.md, mcp.md, directory.md) explicitly designed for pointing agents at. This is independently verified by probes, not just vendor claims. missing for 10: no independent third-party (non-Stripe) report of an agent successfully consuming llms.txt end-to-end in production.

    • [probe] PROBE llms.txt: HTTP 200 at https://docs.stripe.com/llms.txt # Stripe Documentation When installing Stripe packages, always check the npm r…
    • [probe] PROBE docs-md: HTTP 200 at https://docs.stripe.com/payments.md # Payments Use Stripe to start accepting payments. ## Get started Integrat…
    • [claimed-docs] Stripe publishes a machine-readable agent-skills catalog: "You can use curl to fetch the index of available skills, what they do, and their …
    • [probe] PROBE skills-index (2026-09-14): GET https://docs.stripe.com/.well-known/skills/index.json returns HTTP 200 with 8 Stripe-maintained agent s…
    • [claimed-docs] Build your integration with agent-first developer tools, charge your users for AI features with usage-based billing, and let agents transact…
    • [claimed-docs] The Stripe Model Context Protocol (MCP) server provides tools that AI agents can use to interact with the Stripe API and search Stripe's kno…
    Squarefullprobed9/10

    Square publishes a live, verified llms.txt (probe confirms HTTP 200) explicitly designed for AI agents, with agent-specific guidance on idempotency keys, pagination, and instructions to fetch llms-full.txt or per-page .md files instead of loading the whole corpus; docs pages also render as raw markdown. This is corroborated by an independent probe hit. missing for 10: no independent third-party (non-vendor) confirmation that agents successfully consume this file in practice, and the docs.md/openapi fallback endpoints 404 rather than existing.

    • [claimed-docs] Square's developer llms.txt declares the platform "Designed to be consumable by both human developers and AI agents" and ships explicit agen…
    • [probe] PROBE llms.txt: HTTP 200 at https://developer.squareup.com/llms.txt # Square Developer Platform > Square APIs and SDKs for accepting paymen…
    • [probe] PROBE docs-md: HTTP 404 at https://developer.squareup.com/docs.md
    • [probe] PROBE openapi: all candidate paths 404 (https://developer.squareup.com/openapi.json, https://developer.squareup.com/swagger.json, https://de…
    • [claimed-docs] The Square MCP server connects your AI tools directly to the full Square API platform, giving you programmatic access to everything the APIs…
  2. ai-native userRun the product headlessly / in CI for automation

    weight 2 · round to Stripe
    Stripefullclaimed9/10

    Stripe's CLI and Workbench Shell provide scriptable, non-interactive access (stripe sandbox create, stripe products create, stripe listen, agent setup) usable in CI pipelines, backed by idempotency keys, restricted API keys, and a documented sandbox that requires no account registration — all designed for headless/automated use including by coding agents. missing for 10: no explicit first-party CI example (e.g. GitHub Actions workflow) or independent hands-on report of running the CLI in a CI pipeline.

    • [claimed-docs] Coding agents should install the Stripe CLI (npm i -g @stripe/cli) and run the command stripe sandbox create --help to provision an anonymou…
    • [claimed-docs] Build, test, and manage your Stripe integration from the command line.
    • [claimed-docs] Workbench (Dashboard > Developers > Workbench) ships an interactive Shell and API Explorer: "Shell is a command line interface within Workbe…
    • [claimed-docs] The CLI landing page frames the command line as "Stripe's suite of agent-ready tooling", with "Agent setup: Automatically configure your age…
    • [claimed-docs] The API supports idempotency for safely retrying requests without accidentally performing the same operation twice.
    • [claimed-docs] Restricted API keys are Stripe's documented least-privilege credential for agents: "When you create a RAK in the Stripe Dashboard, you selec…
    • [claimed-docs] A sandbox is an isolated test environment. You can use your sandbox to test Stripe functionality in your account, and experiment with new fe…
    Squarepartialclaimed6/10

    Square's platform is fundamentally API/SDK-driven (Node.js SDK, REST/GraphQL APIs, idempotency keys) and ships a dedicated Sandbox environment explicitly for testing automation, plus a local MCP server mode (`npx square-mcp-server start`) with env-var controls like SANDBOX=true and DISALLOW_WRITES=true that suit scripted/CI use. However, there is no explicit CI/CD pipeline documentation, GitHub Actions integration, or hands-on evidence of running Square headlessly in an actual CI pipeline. Missing for 10: explicit CI/pipeline integration guides, documented headless automation examples beyond sandbox testing, independent confirmation of CI usage.

    • [claimed-docs] [Sandbox Payments](/docs/devtools/sandbox/payments)
    • [claimed-docs] Square Sandbox
    • [claimed-docs] Idempotency
    • [claimed-docs] The Square MCP server (github.com/square/square-mcp-server, Beta) uses a discovery-oriented tool design — `get_service_info` ("Discover meth…
    • [github] const client = new SquareClient({ token: "YOUR_TOKEN" });
    • [github] The Square TypeScript library provides convenient access to the Square APIs from TypeScript.
  3. ai-native userConnect an agent via an official MCP server

    weight 3 · round drawn
    Stripefullprobed9/10

    Stripe ships a well-documented, independently probed official hosted MCP server (mcp.stripe.com) exposing API tools, analytics, and knowledge-base search, with OAuth-based auth/governance, human-confirmation for write actions, and connected-account support; a live probe confirms the OAuth-gated endpoint is real and functioning. Missing for 10: no independent third-party hands-on review of actual agent usage beyond Stripe's own docs/probes.

    • [claimed-docs] The Stripe Model Context Protocol (MCP) server provides tools that AI agents can use to interact with the Stripe API and search Stripe's kno…
    • [claimed-docs] Let your AI agents interact with the Stripe API by using our MCP server.
    • [probe] official MCP server documented at https://docs.stripe.com/mcp
    • [probe] PROBE mcp-oauth (2026-09-14): keyless JSON-RPC initialize to https://mcp.stripe.com answers HTTP 401 {"error":"Unauthorized. See https://doc…
    • [claimed-docs] The hosted MCP server (mcp.stripe.com) exposes generic API tools plus task tools: `stripe_api_search` ("Search for Stripe API methods by key…
    • [claimed-docs] Docs, "Confirm actions by agents acting on your behalf": "To prevent agents from making mistakes, Stripe requires human confirmation before …
    • [claimed-docs] MCP access is governed like any credential: OAuth per the MCP spec ("OAuth lets you grant and revoke access without sharing an API key with …
    • [claimed-docs] Docs, "Use MCP with connected accounts": a Connect platform "can also use MCP to retrieve or update resources for your connected accounts...…
    Squarefullprobed9/10

    Square documents an official hosted remote MCP server (mcp.squareup.com/mcp) with OAuth-based scoped auth plus an open-source local server, both exposing the full Square API platform, and provides setup guidance for Claude, Cursor, Windsurf, Goose. This is well-documented first-party evidence with a public GitHub repo, though independent hands-on user validation is limited. Missing for 10: independent/community confirmation of real-world agent usage beyond vendor docs.

    • [claimed-docs] The Square MCP server connects your AI tools directly to the full Square API platform, giving you programmatic access to everything the APIs…
    • [claimed-docs] npx square-mcp-server start
    • [claimed-docs] "The Square remote MCP server is hosted at: https://mcp.squareup.com/mcp... Square recommends using the remote MCP server, which supports OA…
    • [claimed-docs] The Square MCP server (github.com/square/square-mcp-server, Beta) uses a discovery-oriented tool design — `get_service_info` ("Discover meth…
    • [claimed-docs] The remote MCP is recommended as it uses OAuth authentication, allowing you to log in with your Square account directly without having to cr…
    • [probe] official MCP server documented at https://developer.squareup.com/docs/mcp
  4. ai-native userUse an official CLI

    weight 2 · round to Stripe
    Stripefullprobed9/10

    Stripe ships a well-documented official CLI (docs.stripe.com/stripe-cli) for building, testing, and managing integrations, explicitly positioned as 'agent-ready tooling' with commands like `stripe agent setup` (auto-configures Claude Code/Codex/Cursor), `stripe sandbox create` for keyless agent provisioning, `stripe directory search`, and `stripe projects init`. This is corroborated by an independent probe confirming the docs page exists and by Workbench's browser-based Shell mirroring CLI commands. Missing for 10: independent hands-on/community review specifically validating CLI usability for AI-native workflows beyond Stripe's own docs.

    • [claimed-docs] Build, test, and manage your Stripe integration from the command line.
    • [claimed-docs] Workbench provides powerful tools that help you build, test, and debug your Stripe integration.
    • [probe] official CLI documented at https://docs.stripe.com/stripe-cli
    • [claimed-docs] The CLI landing page frames the command line as "Stripe's suite of agent-ready tooling", with "Agent setup: Automatically configure your age…
    • [claimed-docs] Official agent plugins bundle MCP + skills with auto-update: "Stripe's agent plugins give your AI agent access to Stripe developer tools, li…
    • [claimed-docs] Coding agents should install the Stripe CLI (npm i -g @stripe/cli) and run the command stripe sandbox create --help to provision an anonymou…
    • [claimed-docs] Stripe Projects "provisions and manages third-party services (such as hosting, databases, auth, AI, and observability) from the terminal. Ru…
    • [claimed-docs] "Stripe Directory helps developers and AI agents find the best external providers for a task and follow the best supported path to provision…
    Squarenone0/10

    Square's evidence shows an MCP server, SDKs, GraphQL, and API Explorer, but no dedicated official CLI tool (e.g., a 'square' command-line utility for managing resources, testing APIs, or agentic workflows) is documented anywhere in the pack. The `npx square-mcp-server start` command is for launching an MCP server, not a general-purpose CLI.

    • [claimed-docs] npx square-mcp-server start
    • [claimed-docs] The Square MCP server (github.com/square/square-mcp-server, Beta) uses a discovery-oriented tool design — `get_service_info` ("Discover meth…
    • [claimed-docs] API Explorer is an interactive web application you can use to build, view, and send HTTP requests that call Square APIs.
  5. ai-native userDrive the product through a documented public API

    weight 3 · round drawn
    Stripefullprobed9/10

    Stripe exposes a comprehensive, well-documented REST API with idempotency, restricted keys, versioning, sandboxes, webhooks, OpenAPI-generated SDKs, and CLI/Workbench tooling, and this is independently corroborated by a probe confirming the API and llms.txt are live and reachable. missing for 10: no independent third-party benchmark of raw API completeness beyond docs/probes, and OpenAPI spec discovery via well-known paths returned 404s per stripe-probe-3.

    • [claimed-docs] The API supports idempotency for safely retrying requests without accidentally performing the same operation twice.
    • [claimed-docs] use an idempotency key... you can safely repeat the request without risk of creating a second object or performing the update twice
    • [claimed-docs] Stripe uses API keys to authenticate requests from your integration and determine which Stripe resources it can access.
    • [claimed-docs] A restricted API key (RAK) is an API key ... a RAK can do only what you give it permission to do.
    • [claimed-docs] You can safely upgrade to a new monthly release without breaking any existing code.
    • [claimed-docs] Each monthly release includes only backward-compatible changes... You can safely upgrade to a new monthly release without breaking any exist…
    • [claimed-docs] Use these files to generate SDKs or client libraries that support Stripe's API.
    • [probe] PROBE docs-md: HTTP 200 at https://docs.stripe.com/payments.md # Payments Use Stripe to start accepting payments. ## Get started Integrat…
    • [probe] PROBE llms.txt: HTTP 200 at https://docs.stripe.com/llms.txt # Stripe Documentation When installing Stripe packages, always check the npm r…
    • [probe] PROBE openapi: all candidate paths 404 (https://docs.stripe.com/openapi.json, https://docs.stripe.com/swagger.json, https://docs.stripe.com/…
    • [claimed-docs] Build, test, and manage your Stripe integration from the command line.
    • [claimed-docs] Workbench (Dashboard > Developers > Workbench) ships an interactive Shell and API Explorer: "Shell is a command line interface within Workbe…
    Squarefullprobed9/10

    Square publishes an extensive documented public REST API (payments, refunds, disputes, subscriptions, invoices, webhooks) plus GraphQL, SDKs (e.g. square-nodejs-sdk), API Explorer, sandbox testing, OAuth scopes, and an explicit llms.txt/llms-full.txt agent-consumption index with agent-specific guidance (idempotency keys, pagination) — directly supporting AI-native, agentic driving of the product. Missing for 10: no public OpenAPI/swagger spec discoverable (probe returned 404s), and no independent third-party corroboration beyond vendor docs.

    • [claimed-docs] The Square MCP server connects your AI tools directly to the full Square API platform, giving you programmatic access to everything the APIs…
    • [claimed-docs] Square's developer llms.txt declares the platform "Designed to be consumable by both human developers and AI agents" and ships explicit agen…
    • [claimed-docs] Square ships a GraphQL API alongside REST: "GraphQL queries can improve performance and reduce development time by letting you request exact…
    • [claimed-docs] "API Explorer is an interactive web application you can use to build, view, and send HTTP requests that call Square APIs. API Explorer lets …
    • [claimed-docs] Square access is scope-controlled: "Access tokens are credentials that allow applications to securely interact with Square APIs. An access t…
    • [github] The Square TypeScript library provides convenient access to the Square APIs from TypeScript.
    • [probe] PROBE llms.txt: HTTP 200 at https://developer.squareup.com/llms.txt # Square Developer Platform > Square APIs and SDKs for accepting paymen…
    • [probe] PROBE openapi: all candidate paths 404 (https://developer.squareup.com/openapi.json, https://developer.squareup.com/swagger.json, https://de…
    • [claimed-docs] [Sandbox Payments](/docs/devtools/sandbox/payments)
  6. ai-native userIssue scoped/least-privilege API credentials for an agent

    weight 2 · round to Stripe
    Stripefullprobed9/10

    Stripe explicitly documents restricted API keys (RAKs) as the recommended least-privilege credential for AI agents—developers select per-resource Read/Write/None permissions—and pairs this with MCP OAuth sessions (per-client revocation, connected-account scoping via Stripe-Account header, human confirmation for write actions like refunds, and Workbench tool-call logs), giving concrete scoped-credential issuance and governance for agents. This is corroborated by a live probe confirming the OAuth-gated MCP endpoint. Missing for 10: independent/hands-on developer confirmation of the RAK issuance workflow in practice beyond first-party docs.

    • [claimed-docs] A restricted API key (RAK) is an API key ... a RAK can do only what you give it permission to do.
    • [claimed-docs] Restricted API keys are Stripe's documented least-privilege credential for agents: "When you create a RAK in the Stripe Dashboard, you selec…
    • [claimed-docs] MCP access is governed like any credential: OAuth per the MCP spec ("OAuth lets you grant and revoke access without sharing an API key with …
    • [claimed-docs] Docs, "Use MCP with connected accounts": a Connect platform "can also use MCP to retrieve or update resources for your connected accounts...…
    • [claimed-docs] Docs, "Confirm actions by agents acting on your behalf": "To prevent agents from making mistakes, Stripe requires human confirmation before …
    • [probe] PROBE mcp-oauth (2026-09-14): keyless JSON-RPC initialize to https://mcp.stripe.com answers HTTP 401 {"error":"Unauthorized. See https://doc…
    Squarefullclaimed8/10

    Square supports OAuth with per-permission scopes for granular access control, and its remote MCP server explicitly uses OAuth login to 'authorize only the scopes your application needs' for agent connections; the local MCP server also supports a DISALLOW_WRITES read-only mode and SANDBOX flag for least-privilege agent setups. Missing for 10: no independent/hands-on verification of scope granularity in practice, and no explicit documentation of fine-grained scope lists specifically tailored for agent use cases beyond general OAuth scopes.

    • [claimed-docs] Square access is scope-controlled: "Access tokens are credentials that allow applications to securely interact with Square APIs. An access t…
    • [claimed-docs] "The Square remote MCP server is hosted at: https://mcp.squareup.com/mcp... Square recommends using the remote MCP server, which supports OA…
    • [claimed-docs] The Square MCP server (github.com/square/square-mcp-server, Beta) uses a discovery-oriented tool design — `get_service_info` ("Discover meth…
    • [claimed-docs] Use the OAuth API to connect your application to a seller's account using OAuth.
    • [claimed-docs] The remote MCP is recommended as it uses OAuth authentication, allowing you to log in with your Square account directly without having to cr…
  7. ai-native userBuild against official SDKs

    weight 2 · round to Stripe
    Stripefullprobed9/10

    Stripe publishes official SDKs/client libraries generated from OpenAPI specs, plus AI-native additions like @stripe/agent-toolkit, @stripe/ai-sdk, token-meter, a hosted OAuth-gated MCP server, agent plugins for Claude/Codex/Cursor, and a machine-readable skills catalog — strongly evidencing an AI-native developer can build against official SDKs. missing for 10: independent (non-Stripe) hands-on developer reports specifically validating the newer agent-toolkit/ai-sdk packages in production.

    • [claimed-docs] Use these files to generate SDKs or client libraries that support Stripe's API.
    • [claimed-docs] The stripe/ai repo (github.com/stripe/agent-toolkit now redirects here) is "the one-stop shop for building AI-powered products and businesse…
    • [claimed-docs] Official agent plugins bundle MCP + skills with auto-update: "Stripe's agent plugins give your AI agent access to Stripe developer tools, li…
    • [claimed-docs] Stripe publishes a machine-readable agent-skills catalog: "You can use curl to fetch the index of available skills, what they do, and their …
    • [probe] PROBE mcp-oauth (2026-09-14): keyless JSON-RPC initialize to https://mcp.stripe.com answers HTTP 401 {"error":"Unauthorized. See https://doc…
    • [probe] PROBE skills-index (2026-09-14): GET https://docs.stripe.com/.well-known/skills/index.json returns HTTP 200 with 8 Stripe-maintained agent s…
    • [claimed-docs] The Stripe Model Context Protocol (MCP) server provides tools that AI agents can use to interact with the Stripe API and search Stripe's kno…
    • [github] a collection of SDKs to help you integrate Stripe with LLMs and agent frameworks
    Squarefullclaimed8/10

    Square ships official, first-party SDKs (e.g. square-nodejs-sdk/TypeScript library) with documented code examples for payments, versioning, and client setup, plus broader API coverage (REST, GraphQL, OAuth, webhooks, sandbox) that AI-native developers can build against, reinforced by an explicit llms.txt/agent-guidance file and an official MCP server for programmatic AI tool access. Missing for 10: independent/hands-on developer corroboration of SDK quality beyond GitHub README snippets, and broader multi-language SDK evidence beyond Node/TypeScript.

    • [github] await client.payments.create({ sourceId: "ccof:GaJGNaZa8x4OgDJn4GB",
    • [github] await client.payments.create(..., { version: "2024-05-04" // override the version used })
    • [github] const client = new SquareClient({ token: "YOUR_TOKEN" });
    • [github] The Square TypeScript library provides convenient access to the Square APIs from TypeScript.
    • [claimed-docs] Square's developer llms.txt declares the platform "Designed to be consumable by both human developers and AI agents" and ships explicit agen…
    • [claimed-docs] The Square MCP server connects your AI tools directly to the full Square API platform, giving you programmatic access to everything the APIs…
    • [claimed-docs] "The Square remote MCP server is hosted at: https://mcp.squareup.com/mcp... Square recommends using the remote MCP server, which supports OA…
    • [claimed-docs] Square ships a GraphQL API alongside REST: "GraphQL queries can improve performance and reduce development time by letting you request exact…
    • [claimed-docs] Use the OAuth API to connect your application to a seller's account using OAuth.
  8. ai-native userSubscribe to events via webhooks

    weight 2 · round drawn
    Stripefullclaimed8/10

    Stripe supports registering HTTPS webhook endpoints that push real-time events (payment success, disputes, subscription renewals, etc.), and this is directly usable by AI agents via the MCP server's stripe_api_write tool (webhook endpoint creation is explicitly listed as a supported MCP method) and via event-destinations delivering to multiple destination types. missing for 10: no hands-on/independent example of an agent actually subscribing to and consuming webhook events end-to-end, and no dedicated agent-specific webhook subscription API distinct from the standard developer webhook flow.

    • [claimed-docs] Receiving webhook events helps you respond to asynchronous events, such as when a customer's bank confirms a payment, a customer disputes a …
    • [claimed-docs] Stripe pushes real-time data to it when events happen in your Stripe account.
    • [claimed-docs] You can create an HTTPS webhook endpoint to receive events.
    • [claimed-docs] After you register a webhook endpoint, Stripe pushes real-time data to it when events happen in your Stripe account.
    • [claimed-docs] The hosted MCP server (mcp.stripe.com) exposes generic API tools plus task tools: `stripe_api_search` ("Search for Stripe API methods by key…
    • [claimed-docs] Event destinations deliver real-time events "across multiple destination types, including webhook endpoints, Amazon EventBridge, and Azure E…
    Squarefullclaimed8/10

    Square provides a documented Webhooks system with subscribing to event notifications, verifying/validating events, sandbox testing, and event logs — a standard webhook mechanism usable by any AI-native integration (including via its MCP server/API access). missing for 10: no explicit example of an AI agent programmatically subscribing to webhooks, and no independent hands-on corroboration beyond first-party docs.

    • [claimed-docs] [Subscribe to Event Notifications](/docs/webhooks/step2subscribe)
    • [claimed-docs] [Verify and Validate an Event Notification](/docs/webhooks/step3validate)
    • [claimed-docs] Square Webhooks
    • [claimed-docs] "API Explorer is an interactive web application you can use to build, view, and send HTTP requests that call Square APIs. API Explorer lets …

Agentic features

  1. ai-native userGet AI-generated insights and suggestions from my data inside the product

    weight 2 · round to Square
    Stripepartialclaimed6/10

    Stripe supports AI-generated insights primarily through its MCP `stripe_analytics`/`stripe_report` tools, which let an AI agent query metrics like MRR, churn rate, and run custom SQL against reporting tables, and Radar applies AI algorithms to score fraud risk in real time. However, these insights are largely agent-mediated (via MCP) rather than a native in-Dashboard AI assistant proactively surfacing suggestions to the user. Missing for 10: evidence of a built-in conversational/insights UI inside the Dashboard itself (not just via external agent+MCP), broader proactive 'suggestions' beyond analytics queries, and independent/hands-on validation of insight quality.

    • [claimed-docs] You can use an AI agent to analyze aggregated data across your Stripe account ... query metrics such as monthly recurring revenue (MRR)
    • [claimed-docs] Agents can analyze aggregated account data through MCP: `stripe_analytics` "handles three kinds of requests: Metric queries for Stripe-defin…
    • [claimed-docs] Use Radar to evaluate transactions, accounts, and customers in real time, using AI algorithms to assess the risk of fraud.
    • [claimed-docs] Recovery analytics: Analyze subscription payment failure rates, recovery rates, and recent failed payments for top customers.
    Squarefullclaimed8/10

    Square AI (Beta) is a first-party in-product assistant that answers natural-language questions over the seller's own sales/inventory data, surfaces proactive insights, and even pulls in web data (weather, events, reviews), with seller testimonials confirming real use for sales analysis. Missing for 10: independent/third-party validation beyond vendor testimonials and more detail on breadth/accuracy of suggestions across all data types.

    • [claimed-docs] Square AI (Beta) is an in-product assistant for sellers: "Square AI is built into your everyday tools to pull game-changing insights from yo…
    • [claimed-docs] Square AI | Unlock Growth with AI-Powered Insights
  2. ai-native userSet up automations that run autonomously in the background

    weight 2 · round to Stripe
    Stripepartialclaimed7/10

    Stripe ships substantial infrastructure for background automation — webhooks that push real-time events for asynchronous processing, Billing's automated recurring payments/renewals, Smart Retries and revenue-recovery automation that requires no code, Radar's automatic fraud scoring, and an MCP server plus agent plugins that let AI agents act on Stripe data continuously. However, Stripe explicitly gates autonomous execution: 'Stripe requires human confirmation before it takes certain stripe_api_write actions, such as refunds and outbound payments,' meaning fully unattended agentic automation is capped for sensitive operations, and there's no independent/hands-on evidence of long-running autonomous background agent workflows in production. Missing for 10: evidence of fully unattended agent automations without human-in-the-loop gating, and independent corroboration of real-world background agent runs.

    • [claimed-docs] Receiving webhook events helps you respond to asynchronous events, such as when a customer's bank confirms a payment, a customer disputes a …
    • [claimed-docs] Smart Retries: Automatically retry failed payments to prevent involuntary churn due to temporary issues.
    • [claimed-docs] Recovery analytics: Analyze subscription payment failure rates, recovery rates, and recent failed payments for top customers.
    • [claimed-docs] Use Radar to evaluate transactions, accounts, and customers in real time, using AI algorithms to assess the risk of fraud.
    • [claimed-docs] Docs, "Confirm actions by agents acting on your behalf": "To prevent agents from making mistakes, Stripe requires human confirmation before …
    • [claimed-docs] Official agent plugins bundle MCP + skills with auto-update: "Stripe's agent plugins give your AI agent access to Stripe developer tools, li…
    • [claimed-docs] "Machine payments let agents pay for APIs and services programmatically. Your server returns a payment challenge, the agent presents a valid…
    Squarepartialclaimed4/10

    Square provides building blocks (Webhooks for event-driven triggers, Subscriptions API for recurring billing, and an MCP server letting AI tools call the API) that a developer could wire into an autonomous background automation, but there is no evidence of a native workflow/automation engine or scheduled-agent feature that runs independently without custom integration work. Square AI is described as an on-demand insight assistant, not an autonomous background automation runner. Missing for 10: a documented no-code/low-code automation or workflow builder, evidence of scheduled/triggered autonomous agent execution, and confirmation that MCP-driven agents can run unattended in the background rather than only via an interactive AI client.

    • [claimed-docs] [Subscribe to Event Notifications](/docs/webhooks/step2subscribe)
    • [claimed-docs] Subscriptions API
    • [claimed-docs] "The Square remote MCP server is hosted at: https://mcp.squareup.com/mcp... Square recommends using the remote MCP server, which supports OA…
    • [claimed-docs] The Square MCP server (github.com/square/square-mcp-server, Beta) uses a discovery-oriented tool design — `get_service_info` ("Discover meth…
    • [claimed-docs] Square AI (Beta) is an in-product assistant for sellers: "Square AI is built into your everyday tools to pull game-changing insights from yo…
  3. ai-native userDelegate tasks to a built-in AI assistant inside the product

    weight 3 · round to Square
    Stripenone0/10

    The evidence pack shows Stripe exposing an MCP server, CLI, SDKs, and agent plugins so *external* AI agents (Claude, Codex, Cursor, etc.) can act on Stripe's behalf, and it describes AI-driven backend features (Radar fraud scoring, smart retries). But none of the evidence describes a built-in, in-product AI assistant/chat feature embedded in the Stripe Dashboard itself that a user converses with to delegate tasks — the 'analyze with AI' and analytics tooling are also delivered via the external MCP interface rather than a native assistant UI.

    • [claimed-docs] You can use an AI agent to analyze aggregated data across your Stripe account ... query metrics such as monthly recurring revenue (MRR)
    • [claimed-docs] Agents can analyze aggregated account data through MCP: `stripe_analytics` "handles three kinds of requests: Metric queries for Stripe-defin…
    • [claimed-docs] Use Radar to evaluate transactions, accounts, and customers in real time, using AI algorithms to assess the risk of fraud.
    Squarefullclaimed7/10

    Square AI (Beta) is documented as an in-product assistant built into seller tools that answers natural-language questions over sales/inventory data, handles routine tasks, and pulls in web data, with seller testimonials of real usage. Missing for 10: independent/hands-on verification beyond vendor testimonials, and detail on the breadth of tasks it can autonomously execute versus just answer questions.

    • [claimed-docs] Square AI (Beta) is an in-product assistant for sellers: "Square AI is built into your everyday tools to pull game-changing insights from yo…
    • [claimed-docs] Square AI | Unlock Growth with AI-Powered Insights
  4. ai-native userOperate the product with natural-language commands

    weight 2 · round drawn
    Stripepartialprobed7/10

    Stripe exposes an MCP server plus Directory/Analytics tools that let AI agents perform natural-language-driven actions (search products, read/write API resources, query MRR, run implementation planner) confirmed live via probe, and CLI/agent-plugin tooling lets coding agents set up sandboxes and integrations via NL prompts. However, this is agent-mediated (a separate AI agent translates NL into MCP/CLI calls) rather than the product itself having a native NL command interface, and write actions require human confirmation clicks rather than pure NL operation. missing for 10: evidence of a first-party conversational NL interface within Stripe's own Dashboard/product (not via third-party agent), and confirmation that full workflows can complete end-to-end via NL without manual approval steps.

    • [probe] PROBE mcp-oauth (2026-09-14): keyless JSON-RPC initialize to https://mcp.stripe.com answers HTTP 401 {"error":"Unauthorized. See https://doc…
    • [claimed-docs] The hosted MCP server (mcp.stripe.com) exposes generic API tools plus task tools: `stripe_api_search` ("Search for Stripe API methods by key…
    • [claimed-docs] Docs, "Confirm actions by agents acting on your behalf": "To prevent agents from making mistakes, Stripe requires human confirmation before …
    • [claimed-docs] Agents can analyze aggregated account data through MCP: `stripe_analytics` "handles three kinds of requests: Metric queries for Stripe-defin…
    • [claimed-docs] Official agent plugins bundle MCP + skills with auto-update: "Stripe's agent plugins give your AI agent access to Stripe developer tools, li…
    • [claimed-docs] Stripe's agent plugins give your AI agent access to Stripe developer tools, live account data, and the latest skills and technical guidance.
    • [claimed-docs] "Stripe Directory helps developers and AI agents find the best external providers for a task and follow the best supported path to provision…
    • [claimed-docs] The CLI landing page frames the command line as "Stripe's suite of agent-ready tooling", with "Agent setup: Automatically configure your age…
    Squarepartialclaimed7/10

    Square ships a first-party beta 'Square AI' seller assistant for natural-language queries over sales/inventory data, and a documented MCP server (local + hosted, OAuth-scoped) that lets AI agents like Claude/Cursor issue natural-language-driven API calls (payments, orders, catalog, etc.) via discovery tools. This gives real NL-command operability, but it's split across a beta insights assistant (limited to analysis/reporting) and third-party agent integration (MCP) rather than a single native NL control surface for all product actions. Missing for 10: evidence that Square AI itself can execute broad write/operational commands (not just analysis), and independent/hands-on validation of MCP agent workflows beyond vendor docs.

    • [claimed-docs] Square AI (Beta) is an in-product assistant for sellers: "Square AI is built into your everyday tools to pull game-changing insights from yo…
    • [claimed-docs] "The Square remote MCP server is hosted at: https://mcp.squareup.com/mcp... Square recommends using the remote MCP server, which supports OA…
    • [claimed-docs] The Square MCP server (github.com/square/square-mcp-server, Beta) uses a discovery-oriented tool design — `get_service_info` ("Discover meth…
    • [claimed-docs] Square's developer llms.txt declares the platform "Designed to be consumable by both human developers and AI agents" and ships explicit agen…
    • [claimed-docs] Square AI | Unlock Growth with AI-Powered Insights

Api quality

  1. ai-native userExplore an interactive API reference with runnable examples

    weight 2 · round to Square
    Stripepartialprobed6/10

    Stripe's Workbench includes an in-Dashboard API Explorer/Shell that lets users visually explore API resources and execute real, runnable API calls (including against sandboxes), and Workbench's shell exposes CLI/API autocompletion — this is a genuine interactive, runnable API reference. However, evidence doesn't show a public-facing interactive API reference page (like a standalone docs.stripe.com/api with try-it-now runnable code snippets) accessible without Dashboard login, nor independent/community confirmation of the experience quality. missing for 10: evidence of a public runnable API reference outside the authenticated Dashboard, independent/hands-on user reviews of the API explorer experience, confirmation that all endpoints are runnable (not just Shell CLI-style commands).

    • [claimed-docs] Workbench (Dashboard > Developers > Workbench) ships an interactive Shell and API Explorer: "Shell is a command line interface within Workbe…
    • [claimed-docs] Workbench provides powerful tools that help you build, test, and debug your Stripe integration.
    • [probe] PROBE docs-md: HTTP 200 at https://docs.stripe.com/payments.md # Payments Use Stripe to start accepting payments. ## Get started Integrat…
    Squarefullprobed8/10

    Square documents a genuine interactive API Explorer that builds/sends real HTTP requests against Sandbox or production resources (customers, orders, catalog), plus a GraphQL Explorer for runnable queries, giving developers a hands-on interactive reference. Missing for 10: no independent/third-party corroboration of the API Explorer's usability and no discoverable OpenAPI spec (probe confirms 404s), so tooling depth is documented only by the vendor.

    • [claimed-docs] "API Explorer is an interactive web application you can use to build, view, and send HTTP requests that call Square APIs. API Explorer lets …
    • [claimed-docs] API Explorer is an interactive web application you can use to build, view, and send HTTP requests that call Square APIs.
    • [claimed-docs] API Explorer lets you test your requests using actual Sandbox or production resources in your account such as customers, orders, and catalog…
    • [claimed-docs] Square ships a GraphQL API alongside REST: "GraphQL queries can improve performance and reduce development time by letting you request exact…
    • [probe] PROBE openapi: all candidate paths 404 (https://developer.squareup.com/openapi.json, https://developer.squareup.com/swagger.json, https://de…
  2. ai-native userDownload a machine-readable API spec (OpenAPI or equivalent)

    weight 2 · round to Stripe
    Stripefullprobed8/10

    Stripe publishes machine-readable OpenAPI spec files explicitly for generating SDKs/clients (stripe-docs-46, github.com/stripe/openapi), and docs.stripe.com also serves machine-readable .md versions of every doc page plus an llms.txt index (stripe-probe-1, stripe-probe-2), directly serving AI-native consumption needs. However, a direct openapi.json/swagger.json was not found at the docs.stripe.com domain itself (stripe-probe-3 shows 404s on guessed paths), meaning discovery requires knowing the separate GitHub repo rather than a single canonical documented download link. Missing for 10: a first-party documented URL/endpoint for the OpenAPI spec directly from docs.stripe.com (not just GitHub), and independent hands-on confirmation of spec completeness/versioning.

    • [claimed-docs] Use these files to generate SDKs or client libraries that support Stripe's API.
    • [probe] PROBE llms.txt: HTTP 200 at https://docs.stripe.com/llms.txt # Stripe Documentation When installing Stripe packages, always check the npm r…
    • [probe] PROBE docs-md: HTTP 200 at https://docs.stripe.com/payments.md # Payments Use Stripe to start accepting payments. ## Get started Integrat…
    • [probe] PROBE openapi: all candidate paths 404 (https://docs.stripe.com/openapi.json, https://docs.stripe.com/swagger.json, https://docs.stripe.com/…
    Squarenone0/10

    No documentation page or probe in the evidence pack shows a downloadable OpenAPI/Swagger spec; explicit probes for common OpenAPI paths (openapi.json, swagger.json, etc.) all returned 404, and no docs page links to a machine-readable spec file (only an interactive API Explorer, GraphQL schema, and SDKs are mentioned).

    • [probe] PROBE openapi: all candidate paths 404 (https://developer.squareup.com/openapi.json, https://developer.squareup.com/swagger.json, https://de…
    • [probe] PROBE docs-md: HTTP 404 at https://developer.squareup.com/docs.md
    • [claimed-docs] API Explorer is an interactive web application you can use to build, view, and send HTTP requests that call Square APIs.
    • [claimed-docs] "API Explorer is an interactive web application you can use to build, view, and send HTTP requests that call Square APIs. API Explorer lets …
  3. ai-native userTest against a sandbox environment without touching production data

    weight 1 · round to Stripe
    Stripefullclaimed9/10

    Stripe documents a dedicated sandbox environment isolated from live/production data (stripe-docs-32, stripe-docs-43, stripe-docs-57), test cards/values that simulate transactions without moving real funds (stripe-docs-10, stripe-docs-65), and anonymous sandbox provisioning explicitly for coding agents via CLI (stripe-docs-16), plus MCP/Workbench access scoped per sandbox vs live mode (stripe-supp-mcp-sessions-governance, stripe-supp-workbench-shell). Missing for 10: independent hands-on confirmation from a third party that agent-driven sandbox testing works end-to-end without friction.

    • [claimed-docs] A sandbox is an isolated test environment. You can use your sandbox to test Stripe functionality in your account, and experiment with new fe…
    • [claimed-docs] You can use your sandbox to test Stripe functionality in your account, and experiment with new features without affecting your live integrat…
    • [claimed-docs] Your team can test in separate sandboxes to make sure that data and actions are completely isolated from other sandboxes.
    • [claimed-docs] Test your integration in a sandbox ... by simulating transactions with test values—these transactions don't move funds.
    • [claimed-docs] Test cards act as "fake" credit cards, and allow you to simulate the following scenarios: - Successful payments... - Card errors due to decl…
    • [claimed-docs] Coding agents should install the Stripe CLI (npm i -g @stripe/cli) and run the command stripe sandbox create --help to provision an anonymou…
    • [claimed-docs] MCP access is governed like any credential: OAuth per the MCP spec ("OAuth lets you grant and revoke access without sharing an API key with …
    • [claimed-docs] Workbench (Dashboard > Developers > Workbench) ships an interactive Shell and API Explorer: "Shell is a command line interface within Workbe…
    • [claimed-docs] The CLI landing page frames the command line as "Stripe's suite of agent-ready tooling", with "Agent setup: Automatically configure your age…
    Squarefullclaimed8/10

    Square documents a dedicated Sandbox environment (square-docs-21, square-docs-40) with sandbox testing for disputes/payments, and the API Explorer and MCP server explicitly support running against Sandbox resources instead of production (square-docs-48, square-supp-api-explorer, square-supp-mcp-remote with 'run a local instance configured to access a seller's Sandbox environment', and SANDBOX=true env var in square-supp-mcp-tools). This directly enables AI-native agents to test without touching production data. Missing for 10: independent/hands-on confirmation that sandbox parity with production is complete and that MCP sandbox mode is broadly validated by third-party users rather than only vendor docs.

    • [claimed-docs] [Sandbox Payments](/docs/devtools/sandbox/payments)
    • [claimed-docs] Square Sandbox
    • [claimed-docs] API Explorer lets you test your requests using actual Sandbox or production resources in your account such as customers, orders, and catalog…
    • [claimed-docs] "API Explorer is an interactive web application you can use to build, view, and send HTTP requests that call Square APIs. API Explorer lets …
    • [claimed-docs] "The Square remote MCP server is hosted at: https://mcp.squareup.com/mcp... Square recommends using the remote MCP server, which supports OA…
    • [claimed-docs] The Square MCP server (github.com/square/square-mcp-server, Beta) uses a discovery-oriented tool design — `get_service_info` ("Discover meth…
    • [claimed-docs] [Test in the Sandbox](/docs/disputes-api/sandbox-testing)
  4. ai-native userRely on versioned APIs with a documented deprecation policy

    weight 2 · round to Stripe
    Stripefullclaimed8/10

    Stripe documents a clear API versioning policy: monthly releases contain only backward-compatible changes, and users can safely upgrade without breaking existing code, with explicit versioning docs. This directly matches the story's requirement of versioned APIs with a documented deprecation/compatibility policy. Missing for 10: no explicit deprecation timeline/sunset schedule detail or independent hands-on verification of long-term version support beyond the docs' own claims.

    • [claimed-docs] You can safely upgrade to a new monthly release without breaking any existing code.
    • [claimed-docs] Each monthly release includes only backward-compatible changes... You can safely upgrade to a new monthly release without breaking any exist…
    Squarepartialclaimed5/10

    Square's API clearly supports date-based versioning — SDK calls can override the API version ("version: '2024-05-04'") and the MCP tool documents a SQUARE_VERSION pinning control — showing a live, explicit versioning scheme. However, no evidence in the pack shows a documented deprecation policy (timelines, sunset notices, migration guides) that would let an AI-native user reliably plan around version lifecycle changes. Missing for 10: an explicit deprecation/sunset policy document, version changelog, or migration guidance referenced anywhere in the evidence.

    • [github] await client.payments.create(..., { version: "2024-05-04" // override the version used })
    • [claimed-docs] The Square MCP server (github.com/square/square-mcp-server, Beta) uses a discovery-oriented tool design — `get_service_info` ("Discover meth…
    • [claimed-docs] Idempotency

Automation depth — how much of the product can run unattendedAutomation depth

How much of the product can run unattended

  1. ai-native userPerform bulk operations across many items at once

    weight 2 · round to Stripe
    Stripepartialclaimed6/10

    Stripe supports some bulk-style operations relevant to AI agents — bulk product catalog import via the v2 Product Catalog Import API (CSV up to 4GB, upsert/replace modes), List CheckoutSessions for bulk fulfillment, and MCP/analytics tools that can query/report across many objects (stripe_analytics, stripe_report) — but there is no documented generic bulk-write or batch-update API (e.g., bulk refunds, bulk subscription updates, bulk customer edits) that an AI agent could invoke across many arbitrary items at once; most single-object write tools (stripe_api_write, Refunds API, etc.) operate one record at a time with idempotency keys rather than true batch semantics. missing for 10: a documented bulk/batch API for core objects (customers, charges, subscriptions, refunds) beyond catalog import, evidence of MCP or CLI tools performing multi-item operations in one call, and independent/hands-on confirmation of bulk operation reliability.

    • [claimed-docs] Agentic Commerce Suite ingests full product catalogs as bulk CSV imports via the v2 Product Catalog Import API: POST /v2/commerce/product_ca…
    • [claimed-docs] Orders placed through AI chat agents flow through standard Stripe rails: "Stripe sends checkout.session.completed after the agent completes …
    • [claimed-docs] Agents can analyze aggregated account data through MCP: `stripe_analytics` "handles three kinds of requests: Metric queries for Stripe-defin…
    • [claimed-docs] The hosted MCP server (mcp.stripe.com) exposes generic API tools plus task tools: `stripe_api_search` ("Search for Stripe API methods by key…
    • [claimed-docs] The API supports idempotency for safely retrying requests without accidentally performing the same operation twice.
    Squarenone0/10

    The evidence pack shows GraphQL reducing multiple API calls into one query (square-docs-41/square-supp-graphql) and a generic MCP `make_api_request` tool, but no documentation or example of true bulk/batch operations (e.g., batch-upserting catalog items, bulk inventory adjustments, or bulk order processing) that would let an AI-native user act across many items in one call.

    • [claimed-docs] One GraphQL query can retrieve data that requires multiple Square API calls.
    • [claimed-docs] Square ships a GraphQL API alongside REST: "GraphQL queries can improve performance and reduce development time by letting you request exact…
    • [claimed-docs] The Square MCP server (github.com/square/square-mcp-server, Beta) uses a discovery-oriented tool design — `get_service_info` ("Discover meth…
  2. ai-native userDefine rules that trigger actions automatically on events

    weight 3 · round to Stripe
    Stripepartialclaimed6/10

    Stripe provides the event backbone needed for rule-based automation — webhooks/event destinations that fire on account events (stripe-docs-8, stripe-docs-53, stripe-supp-event-destinations) — plus some built-in automated actions like Smart Retries and Radar's real-time risk rules (stripe-docs-14, stripe-docs-22). A third-party Dashboard app (Kyber) explicitly offers a no-code rule builder that 'assigns tasks and automates common workflows based on Stripe events' (e.g., Slack alert on dispute), which matches the story closely (stripe-intdir-6). However, this rule-definition UI is a third-party app, not a native first-party Stripe rules engine, and there's no evidence of a built-in general-purpose 'if event X then action Y' configurator inside Stripe itself. Missing for 10: a native first-party no-code/low-code rule engine for arbitrary event-triggered actions, and independent hands-on confirmation of such rule-based automation in practice.

    • [claimed-docs] Receiving webhook events helps you respond to asynchronous events, such as when a customer's bank confirms a payment, a customer disputes a …
    • [claimed-docs] You can create an HTTPS webhook endpoint to receive events.
    • [claimed-docs] After you register a webhook endpoint, Stripe pushes real-time data to it when events happen in your Stripe account.
    • [claimed-docs] Use Radar to evaluate transactions, accounts, and customers in real time, using AI algorithms to assess the risk of fraud.
    • [claimed-docs] Smart Retries: Automatically retry failed payments to prevent involuntary churn due to temporary issues.
    • [claimed-docs] The no-code builder Kyber lets users assign tasks and automate common workflows based on Stripe events. Users can quickly configure automati…
    • [claimed-docs] Event destinations deliver real-time events "across multiple destination types, including webhook endpoints, Amazon EventBridge, and Azure E…
    Squarepartialclaimed4/10

    Square exposes webhooks/event notifications that let a developer wire custom code to react to events (square-docs-19, square-docs-39) and has narrow built-in 'custom rules and alerts' for fraud/risk management (square-docs-28), but there is no general-purpose, user-definable rules/automation engine ('if event X then action Y') across the platform's business events. Missing for 10: a documented no-code/low-code rule builder, broader event-trigger coverage beyond payments/fraud, and evidence of the AI-native user directly authoring such rules (vs. developers writing webhook handlers).

    • [claimed-docs] [Subscribe to Event Notifications](/docs/webhooks/step2subscribe)
    • [claimed-docs] Square Webhooks
    • [claimed-docs] Prevent loss online. Get insights into payment fraud patterns, and set custom rules and alerts to manage risk.
    • [claimed-docs] [Verify and Validate an Event Notification](/docs/webhooks/step3validate)
  3. ai-native userSchedule recurring jobs or workflows

    weight 2 · round to Stripe
    Stripepartialclaimed6/10

    Stripe Billing natively automates recurring payment jobs (subscriptions, invoicing, trials, renewals, smart retries) and this can be driven via API/MCP by an AI agent, plus Stripe Projects/CLI/Workbench let agents script and schedule integration tasks. However there is no evidence of a general-purpose 'schedule any workflow/job' primitive (e.g. cron-like task scheduler for arbitrary agent workflows) beyond payment/billing-specific recurrence. missing for 10: a generic workflow/job scheduler beyond billing recurrence, evidence of agents autonomously scheduling multi-step workflows (not just recurring payments), independent hands-on confirmation of this automation depth.

    • [claimed-docs] It automates recurring payments, creates custom pricing plans, and handles billing periods, such as trials and renewals.
    • [claimed-docs] Smart Retries: Automatically retry failed payments to prevent involuntary churn due to temporary issues.
    • [claimed-docs] Use Stripe Billing to manage subscriptions and invoicing. It automates recurring payments, creates custom pricing plans, and handles billing…
    • [claimed-docs] Stripe Projects "provisions and manages third-party services (such as hosting, databases, auth, AI, and observability) from the terminal. Ru…
    • [claimed-docs] The hosted MCP server (mcp.stripe.com) exposes generic API tools plus task tools: `stripe_api_search` ("Search for Stripe API methods by key…
    • [claimed-docs] You can use an AI agent to analyze aggregated data across your Stripe account ... query metrics such as monthly recurring revenue (MRR)
    Squarepartialclaimed4/10

    Square's Subscriptions API and Invoices API let sellers configure recurring billing plans, which is a form of scheduled recurring workflow accessible via the platform's API/MCP surface, but there is no evidence of a general-purpose job/task scheduler or cron-like automation mechanism that an AI agent could use to schedule arbitrary recurring workflows beyond billing. missing for 10: a generic scheduling/automation API (cron, timers, recurring task triggers) independent of payments/subscriptions, evidence of MCP tools exposing scheduling controls, and any hands-on confirmation of recurring workflow automation working end-to-end.

    • [claimed-docs] Subscriptions API
    • [claimed-docs] Invoices API
    • [claimed-docs] The Square MCP server (github.com/square/square-mcp-server, Beta) uses a discovery-oriented tool design — `get_service_info` ("Discover meth…

Billing invoicing — stories about billing invoicing in this arenaBilling invoicing

Stories about billing invoicing in this arena

Ai billing ops

  1. ai-native userHave an agent monitor failed payments via API and webhooks and drive retries and dunning outreach

    weight 3 · round to Stripe
    Stripefullclaimed8/10

    Stripe documents the full loop an agent needs: webhooks/event destinations for detecting failed payments and dispute events (stripe-docs-8, stripe-docs-53, stripe-supp-event-destinations), Smart Retries and no-code revenue recovery/dunning automation with recovery analytics (stripe-docs-14, stripe-docs-15, stripe-docs-56), and API/MCP write access (subscriptions, invoices, disputes) with restricted-key scoping and human-confirmation guardrails so an agent can drive retries and outreach programmatically (stripe-supp-mcp-tools, stripe-supp-mcp-write-confirmation, stripe-supp-restricted-keys-agents, stripe-docs-41). Idempotency support further protects automated retry logic (stripe-docs-9). missing for 10: no first-party or hands-on example of an agent specifically orchestrating dunning outreach (e.g., emails/SMS) end-to-end, and no independent/community confirmation of this exact agent workflow in production.

    • [claimed-docs] Receiving webhook events helps you respond to asynchronous events, such as when a customer's bank confirms a payment, a customer disputes a …
    • [claimed-docs] You can create an HTTPS webhook endpoint to receive events.
    • [claimed-docs] Smart Retries: Automatically retry failed payments to prevent involuntary churn due to temporary issues.
    • [claimed-docs] Recovery analytics: Analyze subscription payment failure rates, recovery rates, and recent failed payments for top customers.
    • [claimed-docs] Prevent lost revenue and reduce churn with Stripe’s revenue recovery features... None of the features require you to write code.
    • [claimed-docs] The API supports idempotency for safely retrying requests without accidentally performing the same operation twice.
    • [claimed-docs] You can programmatically manage disputes using the API. With the API, you can upload evidence, respond to disputes, and receive dispute even…
    • [claimed-docs] The hosted MCP server (mcp.stripe.com) exposes generic API tools plus task tools: `stripe_api_search` ("Search for Stripe API methods by key…
    • [claimed-docs] Docs, "Confirm actions by agents acting on your behalf": "To prevent agents from making mistakes, Stripe requires human confirmation before …
    • [claimed-docs] Restricted API keys are Stripe's documented least-privilege credential for agents: "When you create a RAK in the Stripe Dashboard, you selec…
    • [claimed-docs] Event destinations deliver real-time events "across multiple destination types, including webhook endpoints, Amazon EventBridge, and Azure E…
    Squarenone0/10

    Square documents webhooks, a Subscriptions API, and Payments API, but the evidence pack has no mention of failed-payment monitoring, automated retry logic, or dunning outreach features/APIs; the community note even flags subscriptions as a historical gap. An agent could theoretically be built on top of webhooks, but no first-party capability or workflow for this specific story is evidenced.

    • [claimed-docs] [Subscribe to Event Notifications](/docs/webhooks/step2subscribe)
    • [claimed-docs] Subscriptions API
    • [community] Does square have a way to handle subscriptions yet? Seems to be the only thing they are missing
  2. ai-native userHave an agent provision a new product, price, and payment link via the API in a single session

    weight 3 · round to Stripe
    Stripefullclaimed8/10

    Stripe's MCP server documents stripe_api_write with create/update support for products, prices, and payment links, plus stripe_implementation_planner to guide multi-step builds, enabling an agent to provision a product, price, and payment link in one session via a single authenticated MCP/API connection; the CLI/sandbox provisioning (stripe sandbox create) also lets agents get working keys without manual account setup. Missing for 10: a hands-on end-to-end transcript/independent report of an agent actually completing this exact three-step chain in one session, and clarity on whether human-confirmation gating (required for refunds/payments) also intercepts routine create-product/price/payment-link calls.

    • [claimed-docs] The hosted MCP server (mcp.stripe.com) exposes generic API tools plus task tools: `stripe_api_search` ("Search for Stripe API methods by key…
    • [claimed-docs] Coding agents should install the Stripe CLI (npm i -g @stripe/cli) and run the command stripe sandbox create --help to provision an anonymou…
    • [claimed-docs] Docs, "Confirm actions by agents acting on your behalf": "To prevent agents from making mistakes, Stripe requires human confirmation before …
    • [claimed-docs] Create a payment link and share it on social media, in emails, or on your website.
    • [claimed-docs] The CLI landing page frames the command line as "Stripe's suite of agent-ready tooling", with "Agent setup: Automatically configure your age…
    Squarepartialclaimed7/10

    Square's remote/local MCP server (square-mcp-server) exposes a discovery-oriented `make_api_request` tool spanning Catalog, Checkout, and Payments services, and Square's llms.txt explicitly frames the API as agent-consumable with idempotency-key guidance for writes — together these support an agent creating a catalog item (product), its price, and a payment link (via Checkout/Payment Links API) in one session using a single access token/OAuth session. However, no evidence pack item shows an actual end-to-end worked example or transcript of an agent doing product+price+payment-link creation in one session, and Payment Links API itself is not separately documented in the pack (only Checkout/Catalog mentioned generically). missing for 10: an explicit end-to-end tutorial/example chaining catalog item + price + payment link creation, and independent/hands-on confirmation the MCP tool can complete this multi-step flow in a single session.

    • [claimed-docs] The Square MCP server (github.com/square/square-mcp-server, Beta) uses a discovery-oriented tool design — `get_service_info` ("Discover meth…
    • [claimed-docs] "The Square remote MCP server is hosted at: https://mcp.squareup.com/mcp... Square recommends using the remote MCP server, which supports OA…
    • [claimed-docs] Square's developer llms.txt declares the platform "Designed to be consumable by both human developers and AI agents" and ships explicit agen…
    • [claimed-docs] The Square MCP server connects your AI tools directly to the full Square API platform, giving you programmatic access to everything the APIs…
    • [claimed-docs] Learn how to nest modifier lists under modifiers with the Catalog API to build multi-step customization flows

Invoicing

  1. finance-ops userSend hosted invoices with online payment and automatic reminders

    weight 2 · round to Stripe
    Stripepartialclaimed6/10

    Stripe clearly supports creating and sending hosted, customizable invoices with online payment collection, no code required (stripe-docs-21, stripe-docs-60, stripe-docs-51). However, the evidence pack does not explicitly document automatic reminder emails for unpaid invoices — the closest analog is 'Smart Retries' and revenue-recovery dunning for subscription payment failures (stripe-docs-14, stripe-docs-31), which is a related but distinct capability from invoice due-date reminders. Missing for 10: explicit documentation of automatic invoice payment reminder emails, and independent/hands-on confirmation of the reminder feature working in practice.

    • [claimed-docs] Create, customize, and send a Stripe-hosted invoice from the Dashboard, with no code required.
    • [claimed-docs] Customize invoices: Customize the content and branding of your invoices.
    • [claimed-docs] Use Stripe Billing to manage subscriptions and invoicing. It automates recurring payments, creates custom pricing plans, and handles billing…
    • [claimed-docs] Smart Retries: Automatically retry failed payments to prevent involuntary churn due to temporary issues.
    • [claimed-docs] None of the features require you to write code, so you can start recovering revenue today.
    • [claimed-docs] Prevent lost revenue and reduce churn with Stripe’s revenue recovery features... None of the features require you to write code.
    Squarepartialclaimed5/10

    Square has a documented Invoices API confirming hosted invoicing exists, but the evidence pack lacks detail on automatic reminders, online payment collection specifics within invoices, or hosted invoice pages. Missing for 10: documentation on automatic reminder scheduling, hosted payment page details, and independent/hands-on confirmation of the invoicing workflow.

Subscriptions

  1. finance-ops userAutomatically retry failed subscription payments with smart dunning and recovery emails

    weight 2 · round to Stripe
    Stripefullclaimed8/10

    Stripe Billing's revenue-recovery docs explicitly document Smart Retries for automatically retrying failed subscription payments plus recovery analytics, and this is a no-code feature within Billing. Missing for 10: explicit documentation of automated dunning/recovery email templates and independent hands-on validation of recovery email effectiveness.

    • [claimed-docs] Smart Retries: Automatically retry failed payments to prevent involuntary churn due to temporary issues.
    • [claimed-docs] Recovery analytics: Analyze subscription payment failure rates, recovery rates, and recent failed payments for top customers.
    • [claimed-docs] None of the features require you to write code, so you can start recovering revenue today.
    • [claimed-docs] Prevent lost revenue and reduce churn with Stripe’s revenue recovery features... None of the features require you to write code.
    • [claimed-docs] Prevent lost revenue and reduce churn with Stripe's revenue recovery features. ... None of the features require you to write code
    • [claimed-docs] It automates recurring payments, creates custom pricing plans, and handles billing periods, such as trials and renewals.
    • [claimed-docs] Use Stripe Billing to manage subscriptions and invoicing. It automates recurring payments, creates custom pricing plans, and handles billing…
    Squarenone0/10

    Square documents a Subscriptions API and general payments/invoicing capabilities, but no evidence describes automated retry logic, smart dunning, or recovery emails for failed subscription payments; a community comment even questions whether Square's subscription handling is mature.

    • [claimed-docs] Subscriptions API
    • [community] Does square have a way to handle subscriptions yet? Seems to be the only thing they are missing
  2. developerSet up recurring subscription billing with plans, trials, upgrades, and proration

    weight 3 · round to Stripe
    Stripefullclaimed8/10

    Stripe Billing explicitly automates recurring payments, custom pricing plans, trials, renewals, and subscription upgrades, plus a customer portal for self-service management, revenue recovery (smart retries), and subscription migration docs. Documentation confirms core subscription lifecycle features via first-party docs, though proration is only implied via 'upgrades' rather than explicitly named, and no independent/hands-on corroboration of proration mechanics is present. Missing for 10: explicit proration documentation/examples, independent developer corroboration of subscription setup experience.

    • [claimed-docs] It automates recurring payments, creates custom pricing plans, and handles billing periods, such as trials and renewals.
    • [claimed-docs] Use Stripe Billing to manage subscriptions and invoicing. It automates recurring payments, creates custom pricing plans, and handles billing…
    • [claimed-docs] Use Stripe Billing to manage subscriptions and invoicing. It automates recurring payments, creates custom pricing plans, and handles billing…
    • [claimed-docs] Integrate the customer portal: The simplest way to build a subscription and billing management Dashboard.
    • [claimed-docs] Migrate your subscriptions: Learn how to migrate subscriptions to Stripe.
    • [claimed-docs] Smart Retries: Automatically retry failed payments to prevent involuntary churn due to temporary issues.
    • [claimed-docs] Recovery analytics: Analyze subscription payment failure rates, recovery rates, and recent failed payments for top customers.
    • [claimed-docs] None of the features require you to write code, so you can start recovering revenue today.

    Square documents a dedicated Subscriptions API (square-docs-23), confirming recurring billing support, but the evidence pack gives no detail on plan configuration, trial periods, upgrade/downgrade flows, or proration logic. An old community comment (square-comm-1) also shows subscriptions were historically seen as a gap, though this predates the current API's existence. Missing for 10: documented support for trials, plan upgrades/downgrades, and proration calculations; independent/hands-on confirmation these work as expected.

    • [claimed-docs] Subscriptions API
    • [community] Does square have a way to handle subscriptions yet? Seems to be the only thing they are missing

Checkout acceptance — stories about checkout acceptance in this arenaCheckout acceptance

Stories about checkout acceptance in this arena

Card acceptance

  1. founderAccept an online card payment within a day of signing up

    weight 3 · round to Square

    Stripe's docs strongly support rapid onboarding: no-code Payment Links, hosted Checkout pages, and a live testimonial confirms setup and recurring payments working 'in less than an hour' (stripe-docs-4, stripe-docs-2, stripe-comm-9). However, independent community reports concretely contradict universal same-day acceptance — users report Stripe denying account creation entirely or 'nuking' an existing business's payment capability without quick support resolution (stripe-comm-1, stripe-comm-4, stripe-comm-5), showing that for some founders (especially certain geographies/business types) the promised fast, frictionless activation does not materialize. missing for 10: evidence resolving how common these denials/delays are, and first-party docs addressing account approval timelines or geographic/business restrictions.

    • [claimed-docs] Create a payment link and share it on social media, in emails, or on your website.
    • [claimed-docs] Customers enter their payment details in a fully-featured payment page, either embedded on your site or via a redirect to a Stripe-hosted pa…
    • [claimed-docs] Create a payments page with prebuilt UIs using the Checkout Sessions API.
    • [community] Stripe is a game changer. I've been using it for a few months and honestly its the best API I've ever used. The documentation is clear and c…
    • [community] Funny, I have a Delaware LLC company registered in USA (it's an offshore company) but my bank account is outside the US (completely legal), …
    • [community] Stripe has decided to nuke my entire business... So currently, my product doesn't work for 35% of my customers. Cue torrent of pissed off cu…
    • [community] I wanted to enable issuing on my account to test card issuing, but there was a bug where the UI was looping. Asked support, got 2 weeks of '…
    Squarefullclaimed7/10

    Square documents self-serve signup with a Web Payments SDK, Card Payments API, and prebuilt eCommerce integrations that 'can be completed in just a few clicks,' plus a Sandbox for immediate testing—consistent with a founder going from signup to live online card acceptance quickly without sales calls. Missing for 10: explicit 'time-to-first-payment' documentation or independent/hands-on account of actual signup-to-live timing.

    • [claimed-docs] Web Payments SDK
    • [claimed-docs] [Card Payments](/docs/payments-api/take-payments/card-payments)
    • [claimed-docs] Square has prebuilt online payment solutions with top eCommerce providers. Most connections can be completed in just a few clicks.
    • [claimed-docs] [Sandbox Payments](/docs/devtools/sandbox/payments)
    • [claimed-docs] Take payments in person and online. Securely save recurring payment methods. Easily sync sales, inventory, and customer data with your Squ…

Checkout surfaces

  1. developerEmbed customizable payment components directly in my own site or app instead of redirecting to a hosted page

    weight 3 · round to Stripe
    Stripefullclaimed9/10

    Stripe Elements and Checkout Sessions API let developers embed a fully customizable payment page directly in their own site (as opposed to only redirecting to a hosted page), with support for 125+ payment methods, subscriptions, and prebuilt/custom UI options documented extensively. Missing for 10: no independent/hands-on developer report specifically praising the embedded (non-redirect) Elements experience beyond docs.

    • [claimed-docs] Build a fully customized payment page using elements
    • [claimed-docs] Customers enter their payment details in a fully-featured payment page, either embedded on your site or via a redirect to a Stripe-hosted pa…
    • [claimed-docs] Elements: Build a fully customized payment page using elements
    • [claimed-docs] Create a payments page with prebuilt UIs using the Checkout Sessions API.
    • [claimed-docs] Accept one-time and subscription payments from more than 125 local payment methods.
    Squarefullclaimed8/10

    Square's Web Payments SDK is explicitly documented for embedding customizable card/ACH/Cash App/Afterpay payment components directly into a developer's own site rather than redirecting to a hosted checkout page, and this is backed by a full Payments API, Node SDK, and sandbox testing tools. missing for 10: no independent/hands-on developer report confirming ease of customization or styling flexibility beyond first-party docs.

    • [claimed-docs] Web Payments SDK
    • [claimed-docs] [Card Payments](/docs/payments-api/take-payments/card-payments)
    • [claimed-docs] [ACH Bank Transfer Payment](/docs/payments-api/take-payments/ach-payments)
    • [claimed-docs] [Afterpay and Clearpay Payments](/docs/payments-api/take-payments/afterpay-payments)
    • [claimed-docs] [Cash App Payments](/docs/payments-api/take-payments/cash-app-payments)
    • [github] await client.payments.create({ sourceId: "ccof:GaJGNaZa8x4OgDJn4GB",
    • [claimed-docs] [Sandbox Payments](/docs/devtools/sandbox/payments)
    • [claimed-docs] Take payments in person and online. Securely save recurring payment methods. Easily sync sales, inventory, and customer data with your Squ…
  2. developerRedirect customers to a vendor-hosted, conversion-optimized checkout page without building my own payment UI

    weight 3 · round to Stripe
    Stripefullclaimed9/10

    Docs explicitly describe Stripe Checkout as a Stripe-hosted redirect page ('via a redirect to a Stripe-hosted page') with prebuilt UI via Checkout Sessions API, plus Payment Links for a fully no-code hosted checkout URL — directly matching the story. Multiple docs reinforce it supports many payment methods, currencies, tax collection, and no-code refunds on these hosted pages. missing for 10: no independent/hands-on corroboration of the hosted page's conversion-optimization claims beyond Stripe's own docs.

    • [claimed-docs] Customers enter their payment details in a fully-featured payment page, either embedded on your site or via a redirect to a Stripe-hosted pa…
    • [claimed-docs] Create a payments page with prebuilt UIs using the Checkout Sessions API.
    • [claimed-docs] Create a payment link and share it on social media, in emails, or on your website.
    • [claimed-docs] Let your customers use a link to pay in their local language and currency with their preferred payment method.
    • [claimed-docs] Collect tax on Payment Links: Learn how to calculate and collect tax on a payment page without writing any code.
    • [claimed-docs] Accept one-time and subscription payments from more than 125 local payment methods.
    Squarenone0/10

    The evidence pack covers Square's Payments API, Web Payments SDK (embeddable UI), Invoices, and various backend APIs, but never mentions a vendor-hosted, conversion-optimized checkout page (e.g., a Checkout API or Payment Links) that a developer could redirect customers to without building payment UI. Web Payments SDK (square-docs-31) actually requires building your own UI, the opposite of this story.

    No code selling

    1. founderCreate a shareable payment link from the dashboard with no code and start selling immediately

      weight 2 · round to Stripe
      Stripefullclaimed9/10

      Stripe Payment Links is explicitly documented as a no-code way to create a shareable payment link from the dashboard, supporting local currencies/payment methods, no-code tax collection, and no-code refunds — matching the founder story closely. Missing for 10: independent hands-on account of actually creating a payment link end-to-end (community evidence is general Stripe sentiment, not specific to Payment Links).

      • [claimed-docs] Create a payment link and share it on social media, in emails, or on your website.
      • [claimed-docs] No-code refunds Yes
      • [claimed-docs] Let your customers use a link to pay in their local language and currency with their preferred payment method.
      • [claimed-docs] Collect tax on Payment Links: Learn how to calculate and collect tax on a payment page without writing any code.
      Squarenone0/10

      The evidence pack focuses almost entirely on Square's developer APIs, SDKs, and MCP/AI tooling for building payment integrations, not on the no-code merchant dashboard feature of generating a shareable payment link. No citation mentions 'Payment Links' or a dashboard flow for founders to create a link without coding.

      Payment methods

      1. founderOffer digital wallets and local payment methods (Apple Pay, Google Pay, bank redirects, BNPL) from the same integration

        weight 2 · round to Stripe
        Stripepartialclaimed7/10

        Stripe Checkout/Elements documentation confirms 125+ local payment methods and localized payment links, which covers digital wallets, bank redirects, and local methods from one integration; however, the evidence never explicitly names Apple Pay, Google Pay, or specific BNPL providers, and there's no independent/hands-on confirmation of the exact method mix. missing for 10: explicit mention of Apple Pay/Google Pay support, named BNPL providers (e.g., Klarna/Afterpay), and independent verification of the full payment-method list.

        • [claimed-docs] Accept one-time and subscription payments from more than 125 local payment methods.
        • [claimed-docs] Build a fully customized payment page using elements
        • [claimed-docs] Customers enter their payment details in a fully-featured payment page, either embedded on your site or via a redirect to a Stripe-hosted pa…
        • [claimed-docs] Let your customers use a link to pay in their local language and currency with their preferred payment method.
        Squarepartialclaimed6/10

        Square's Payments API and Web Payments SDK docs confirm ACH bank transfers, Afterpay/Clearpay (BNPL), Cash App, and card payments in one integration, but the evidence never explicitly documents Apple Pay or Google Pay wallet support alongside these, nor generic 'bank redirect' methods beyond ACH. missing for 10: explicit Apple Pay/Google Pay digital wallet docs, broader local bank-redirect methods (iDEAL, etc.), and independent confirmation that all these methods coexist in a single unified checkout flow.

      Compliance security — stories about compliance security in this arenaCompliance security

      Stories about compliance security in this arena

      Pci compliance

      1. developerKeep my systems out of most of PCI DSS scope because card data is tokenized and never touches my servers

        weight 2 · round to Stripe
        Stripefullclaimed9/10

        Stripe's docs explicitly state that low-risk integrations (Checkout, Elements, hosted payment pages) collect and transmit payment data directly to Stripe without it passing through the developer's servers, explicitly reducing PCI obligations/scope, and these are backed by concrete hosted/embeddable products (Checkout, Payment Links, Elements). missing for 10: independent third-party PCI audit or compliance-report corroboration beyond Stripe's own docs.

        • [claimed-docs] You can instead use one of our low risk payment integrations to securely collect and transmit payment information directly to Stripe without…
        • [claimed-docs] you can instead use one of our low risk payment integrations to securely collect and transmit payment information directly to Stripe without…
        • [claimed-docs] use one of our low risk payment integrations to securely collect and transmit payment information directly to Stripe without it passing thro…
        • [claimed-docs] Build a fully customized payment page using elements
        • [claimed-docs] Customers enter their payment details in a fully-featured payment page, either embedded on your site or via a redirect to a Stripe-hosted pa…
        • [claimed-docs] Create a payment link and share it on social media, in emails, or on your website.
        Squarepartialclaimed5/10

        Square's Web Payments SDK and Card Payments API use client-side tokenization (e.g., sourceId/ccof: tokens in the SDK, 'Save Card on File') so raw card numbers are handled by Square's SDK rather than the developer's server, which is the standard architecture for reducing PCI scope. However, the evidence pack contains no explicit statement about PCI DSS compliance level, SAQ A eligibility, or scope-reduction guidance from Square itself. Missing for 10: an explicit PCI DSS/SAQ-A scope statement, documentation of compliance certifications, and independent confirmation that using these SDKs actually reduces a merchant's PCI scope.

        • [claimed-docs] Web Payments SDK
        • [claimed-docs] [Card Payments](/docs/payments-api/take-payments/card-payments)
        • [github] await client.payments.create({ sourceId: "ccof:GaJGNaZa8x4OgDJn4GB",
        • [claimed-docs] [Save Card on File](/docs/terminal-api/advanced-features/save-card-on-file)

      Dev experience — day-to-day developer experience — setup friction, docs, debugging, iteration speedDev experience

      Day-to-day developer experience — setup friction, docs, debugging, iteration speed

      Integration reliability

      1. developerSafely retry any API request using idempotency keys so network failures never create duplicate charges

        weight 2 · round to Stripe
        Stripefullclaimed9/10

        Stripe's API docs explicitly document idempotency keys for safely retrying requests after connection errors without creating duplicate objects/charges, directly matching the story, and this is a well-known, widely used first-party API feature. Missing for 10: independent hands-on developer corroboration specifically testing idempotency behavior (community evidence in the pack is unrelated to this feature).

        • [claimed-docs] The API supports idempotency for safely retrying requests without accidentally performing the same operation twice.
        • [claimed-docs] use an idempotency key... you can safely repeat the request without risk of creating a second object or performing the update twice
        • [claimed-docs] use an idempotency key. Then, if a connection error occurs, you can safely repeat the request without risk of creating a second object or pe…
        • [claimed-docs] use an idempotency key. Then, if a connection error occurs, you can safely repeat the request without risk of creating a second object
        Squarefullclaimed8/10

        Square has a dedicated 'Idempotency' documentation page and its agent-facing llms.txt explicitly states 'every write endpoint accepts an idempotency key' to prevent duplicate charges from retries. This directly matches the story's core requirement. Missing for 10: independent/hands-on developer confirmation of idempotency behavior under real network-failure retries, and more detail on key expiration/scope beyond the doc title.

        • [claimed-docs] Idempotency
        • [claimed-docs] Square's developer llms.txt declares the platform "Designed to be consumable by both human developers and AI agents" and ships explicit agen…
      2. developerRely on signed webhook deliveries with automatic retries, event logs, and replay to keep my system consistent with payment state

        weight 3 · round to Stripe
        Stripefullclaimed8/10

        Docs cover signed/HTTPS webhook endpoints, real-time event pushes, idempotency for safe retries, dispute/event handling via API+webhooks, and the newer event destinations feature with versioned snapshot/thin events; sandbox testing supports simulating webhook flows. However, explicit documentation of automatic retry schedules for failed webhook deliveries and a dedicated 'replay' UI/feature isn't directly cited (event destinations mention versioning but not an explicit replay tool), and there's no independent/hands-on corroboration of retry reliability. missing for 10: explicit docs on automatic webhook retry backoff schedule, a dedicated event replay feature/UI, independent developer corroboration of retry/replay reliability.

        • [claimed-docs] Receiving webhook events helps you respond to asynchronous events, such as when a customer's bank confirms a payment, a customer disputes a …
        • [claimed-docs] Stripe pushes real-time data to it when events happen in your Stripe account.
        • [claimed-docs] You can create an HTTPS webhook endpoint to receive events.
        • [claimed-docs] After you register a webhook endpoint, Stripe pushes real-time data to it when events happen in your Stripe account.
        • [claimed-docs] The API supports idempotency for safely retrying requests without accidentally performing the same operation twice.
        • [claimed-docs] use an idempotency key... you can safely repeat the request without risk of creating a second object or performing the update twice
        • [claimed-docs] use an idempotency key. Then, if a connection error occurs, you can safely repeat the request without risk of creating a second object or pe…
        • [claimed-docs] use an idempotency key. Then, if a connection error occurs, you can safely repeat the request without risk of creating a second object
        • [claimed-docs] With the API, you can upload evidence, respond to disputes, and receive dispute events using webhooks.
        • [claimed-docs] You can programmatically manage disputes using the API. With the API, you can upload evidence, respond to disputes, and receive dispute even…
        • [claimed-docs] Event destinations deliver real-time events "across multiple destination types, including webhook endpoints, Amazon EventBridge, and Azure E…
        • [claimed-docs] Workbench provides powerful tools that help you build, test, and debug your Stripe integration.
        Squarepartialclaimed5/10

        Square documents webhook subscriptions and signature verification/validation of event notifications, plus mentions of webhook event logs in the dev tools, which covers signed delivery and basic observability. However, the evidence pack contains no explicit documentation of automatic retry behavior or an event replay mechanism, which are core parts of the story. missing for 10: documented automatic retry policy for failed webhook deliveries, explicit event replay/resend capability, independent confirmation of retry/replay behavior.

        • [claimed-docs] [Subscribe to Event Notifications](/docs/webhooks/step2subscribe)
        • [claimed-docs] [Verify and Validate an Event Notification](/docs/webhooks/step3validate)
        • [claimed-docs] Square Webhooks
        • [claimed-docs] "API Explorer is an interactive web application you can use to build, view, and send HTTP requests that call Square APIs. API Explorer lets …

      Onboarding dx

      1. developerIntegrate a working payment flow from the docs alone in under a day, with copy-paste examples in my language

        weight 2 · round to Stripe

        Stripe's docs offer copy-paste checkout/payment-link/Elements integrations, sandbox testing with test cards, idempotency, webhooks, and API keys, and community testimony confirms fast integration ('up and running and accepting recurring payments in less than an hour', clear documentation) despite some unrelated support gripes. missing for 10: explicit multi-language SDK code-sample evidence in the pack (only generic doc references, not shown per-language snippets) and a broader/more recent independent corroboration beyond one old HN thread.

        • [claimed-docs] Build a fully customized payment page using elements
        • [claimed-docs] Customers enter their payment details in a fully-featured payment page, either embedded on your site or via a redirect to a Stripe-hosted pa…
        • [claimed-docs] Test your integration in a sandbox ... by simulating transactions with test values—these transactions don't move funds.
        • [claimed-docs] Test cards act as "fake" credit cards, and allow you to simulate the following scenarios: - Successful payments... - Card errors due to decl…
        • [claimed-docs] The API supports idempotency for safely retrying requests without accidentally performing the same operation twice.
        • [claimed-docs] You can create an HTTPS webhook endpoint to receive events.
        • [community] Stripe is a game changer. I've been using it for a few months and honestly its the best API I've ever used. The documentation is clear and c…
        Squarepartialclaimed6/10

        Square provides extensive first-party docs for card, ACH, Cash App, Afterpay payments, plus sandbox testing and idempotency guidance, and the Node.js/TypeScript SDK shows concrete copy-paste code (client.payments.create). This supports fast integration, but the evidence pack shows only one language's SDK example, no explicit 'under a day' quickstart guide, and no cross-language parity proof (Python, Java, PHP, etc.) or independent developer testimony confirming a same-day integration timeline. missing for 10: multi-language copy-paste examples, an explicit time-to-integrate quickstart, independent hands-on confirmation of a sub-day integration.

        • [claimed-docs] [Card Payments](/docs/payments-api/take-payments/card-payments)
        • [claimed-docs] [Sandbox Payments](/docs/devtools/sandbox/payments)
        • [claimed-docs] Idempotency
        • [github] await client.payments.create({ sourceId: "ccof:GaJGNaZa8x4OgDJn4GB",
        • [github] const client = new SquareClient({ token: "YOUR_TOKEN" });
        • [github] The Square TypeScript library provides convenient access to the Square APIs from TypeScript.
        • [claimed-docs] Square Sandbox

      Sandbox fidelity

      1. developerBuild and test the entire payment flow in a sandbox or test mode that mirrors production, with test cards for every scenario including declines and disputes

        weight 3 · round to Stripe
        Stripefullclaimed9/10

        Stripe provides a documented sandbox environment mirroring production (isolated per-team sandboxes, no live-data impact) plus an extensive test-card matrix covering successes, declines, fraud, and invalid data, and a full disputes API for simulating/handling chargebacks. CLI and Workbench also support building/testing/debugging integrations end-to-end. Missing for 10: no independent/hands-on developer testimonial specifically validating sandbox fidelity or test-card coverage beyond first-party docs.

        • [claimed-docs] Test your integration in a sandbox ... by simulating transactions with test values—these transactions don't move funds.
        • [claimed-docs] A sandbox is an isolated test environment. You can use your sandbox to test Stripe functionality in your account, and experiment with new fe…
        • [claimed-docs] You can use your sandbox to test Stripe functionality in your account, and experiment with new features without affecting your live integrat…
        • [claimed-docs] You can invite another user, such as an implementation partner or design agency, to access all sandboxes, or a specific sandbox, without pro…
        • [claimed-docs] Your team can test in separate sandboxes to make sure that data and actions are completely isolated from other sandboxes.
        • [claimed-docs] Test cards act as "fake" credit cards, and allow you to simulate the following scenarios: - Successful payments... - Card errors due to decl…
        • [claimed-docs] With the API, you can upload evidence, respond to disputes, and receive dispute events using webhooks.
        • [claimed-docs] You can programmatically manage disputes using the API. With the API, you can upload evidence, respond to disputes, and receive dispute even…
        • [claimed-docs] Workbench provides powerful tools that help you build, test, and debug your Stripe integration.
        • [claimed-docs] Build, test, and manage your Stripe integration from the command line.
        Squarefullclaimed7/10

        Square documents a dedicated Sandbox environment (square-docs-21, square-docs-40) with Sandbox Payments docs, sandbox-specific dispute testing (square-docs-16), and an API Explorer that lets developers run requests against actual Sandbox or production resources (square-docs-48, square-supp-api-explorer), covering the core sandbox/test-mode workflow for payments and disputes. missing for 10: explicit enumeration of test card numbers for every decline/dispute scenario and independent developer corroboration that the sandbox fully mirrors production edge cases.

        • [claimed-docs] [Sandbox Payments](/docs/devtools/sandbox/payments)
        • [claimed-docs] Square Sandbox
        • [claimed-docs] [Test in the Sandbox](/docs/disputes-api/sandbox-testing)
        • [claimed-docs] API Explorer lets you test your requests using actual Sandbox or production resources in your account such as customers, orders, and catalog…
        • [claimed-docs] "API Explorer is an interactive web application you can use to build, view, and send HTTP requests that call Square APIs. API Explorer lets …

      Disputes fraud — stories about disputes fraud in this arenaDisputes fraud

      Stories about disputes fraud in this arena

      Ai disputes

      1. ai-native userHave an agent handle a dispute end-to-end, retrieving it, assembling evidence, and submitting the response via the API

        weight 3 · round to Stripe
        Stripefullclaimed7/10

        Stripe docs explicitly state the Disputes API supports retrieving, uploading evidence, responding to disputes, and receiving dispute webhook events, and the hosted MCP server's documented tool surface includes 'disputes (update)' alongside generic read/write API access, restricted-key scoping for agents, and webhook-based event delivery — covering the retrieve→assemble→submit flow programmatically. Missing for 10: a concrete end-to-end worked example (e.g., a sample agent script that assembles and submits evidence), and clarity on whether dispute submission falls under the human-confirmation gate applied to other write actions.

        • [claimed-docs] With the API, you can upload evidence, respond to disputes, and receive dispute events using webhooks.
        • [claimed-docs] You can programmatically manage disputes using the API. With the API, you can upload evidence, respond to disputes, and receive dispute even…
        • [claimed-docs] The hosted MCP server (mcp.stripe.com) exposes generic API tools plus task tools: `stripe_api_search` ("Search for Stripe API methods by key…
        • [claimed-docs] Receiving webhook events helps you respond to asynchronous events, such as when a customer's bank confirms a payment, a customer disputes a …
        • [claimed-docs] Restricted API keys are Stripe's documented least-privilege credential for agents: "When you create a RAK in the Stripe Dashboard, you selec…
        Squarepartialclaimed5/10

        Square publishes a Disputes API (retrieve disputes, process them, sandbox testing) and its MCP server's service catalog explicitly includes 'disputes' alongside a generic make_api_request tool, so an agent could plausibly retrieve a dispute and call dispute-related endpoints programmatically. However, there is no documented evidence-assembly workflow (e.g., specific evidence-submission endpoint, required evidence fields) or any hands-on/community example of an agent completing a dispute end-to-end via the API or MCP. missing for 10: explicit evidence-submission API details, a demonstrated end-to-end agent workflow, and independent confirmation the MCP disputes tools work as claimed.

        • [claimed-docs] [Process Disputes](/docs/disputes-api/process-disputes)
        • [claimed-docs] Disputes API
        • [claimed-docs] [Test in the Sandbox](/docs/disputes-api/sandbox-testing)
        • [claimed-docs] The Square MCP server (github.com/square/square-mcp-server, Beta) uses a discovery-oriented tool design — `get_service_info` ("Discover meth…
        • [claimed-docs] "The Square remote MCP server is hosted at: https://mcp.squareup.com/mcp... Square recommends using the remote MCP server, which supports OA…

      Disputes

      1. finance-ops userRespond to a chargeback with structured evidence and track the dispute lifecycle to resolution

        weight 3 · round to Stripe
        Stripefullclaimed8/10

        Stripe's Disputes API lets finance-ops programmatically manage disputes, upload structured evidence, respond to disputes, and receive dispute lifecycle events via webhooks, plus dispute events surface in the Dashboard/Radar for tracking; MCP tooling also exposes a 'disputes: update' method for agent-assisted workflows. missing for 10: no independent/hands-on account of the full evidence-submission UX or explicit dispute-resolution outcome tracking beyond webhook events.

        • [claimed-docs] With the API, you can upload evidence, respond to disputes, and receive dispute events using webhooks.
        • [claimed-docs] You can programmatically manage disputes using the API. With the API, you can upload evidence, respond to disputes, and receive dispute even…
        • [claimed-docs] Receiving webhook events helps you respond to asynchronous events, such as when a customer's bank confirms a payment, a customer disputes a …
        • [claimed-docs] Use Radar to evaluate transactions, accounts, and customers in real time, using AI algorithms to assess the risk of fraud.
        • [claimed-docs] The hosted MCP server (mcp.stripe.com) exposes generic API tools plus task tools: `stripe_api_search` ("Search for Stripe API methods by key…
        Squarepartialclaimed6/10

        Square documents a dedicated Disputes API with a 'Process Disputes' guide and sandbox testing support, indicating sellers/developers can submit evidence and interact with dispute records programmatically. However, the evidence pack lacks detail on structured evidence-submission fields, dispute status/lifecycle event types, or webhook notifications specific to dispute state changes, and marketing copy suggests Square often manages the dispute process on the seller's behalf rather than the user actively tracking it end-to-end. Missing for 10: detailed evidence-field schema, dispute status/lifecycle event documentation, and independent confirmation of end-to-end resolution tracking.

        • [claimed-docs] [Process Disputes](/docs/disputes-api/process-disputes)
        • [claimed-docs] [Test in the Sandbox](/docs/disputes-api/sandbox-testing)
        • [claimed-docs] Disputes API
        • [claimed-docs] With no chargeback fees, we save you money and time by managing the credit card dispute process for you.

      Fraud prevention

      1. finance-ops userScreen transactions with machine-learning fraud scores and write custom block, review, and allow rules

        weight 3 · round drawn
        Stripepartialclaimed5/10

        Stripe Radar is documented to use AI/ML algorithms in real time to assess fraud risk across transactions, accounts, and customers, which covers the ML fraud-scoring part of the story; however, the evidence pack does not show custom rule-writing capability (block/review/allow rules) beyond the single Radar mention, no details on rule builder UI, thresholds, or list management. missing for 10: documentation of custom rule creation/editing (block, review, allow lists), rule logic examples, and independent/hands-on confirmation of Radar's rule-writing workflow.

        • [claimed-docs] Use Radar to evaluate transactions, accounts, and customers in real time, using AI algorithms to assess the risk of fraud.
        Squarepartialclaimed5/10

        Square's marketing docs explicitly claim ML-based fraud blocking and custom rules and alerts to manage risk, matching the story's core ask, but this is a single marketing page with no API or developer documentation detailing how block, review, and allow rules are configured or how fraud scores are surfaced to finance-ops users. missing for 10: developer-facing API/dashboard docs for configuring block vs review vs allow rules, detail on the fraud-score output format, independent or hands-on corroboration of the ML scoring and rule engine.

        • [claimed-docs] Prevent loss online. Get insights into payment fraud patterns, and set custom rules and alerts to manage risk.
        • [claimed-docs] Square uses sophisticated machine learning to spot and block payment fraud at no extra cost.

      Refunds

      1. finance-ops userIssue full or partial refunds from both the dashboard and the API

        weight 3 · round to Stripe
        Stripefullclaimed9/10

        Docs explicitly state refunds can be issued via both the Refunds API and the Dashboard, including full or partial amounts, and refunded payments are viewable in the Dashboard. No-code refunds are also supported on Payment Links. missing for 10: no independent/hands-on confirmation of partial-refund UX in the dashboard.

        • [claimed-docs] You can cancel a payment before it's completed at no cost. Or you can refund all or part of a payment after it succeeds, which might incur a…
        • [claimed-docs] You can issue refunds by using the Refunds API or the Dashboard
        • [claimed-docs] You can issue refunds by using the Refunds API or the Dashboard.
        • [claimed-docs] You can view your refunded payments in the Dashboard
        • [claimed-docs] No-code refunds Yes
        Squarepartialclaimed7/10

        Square documents a dedicated Refunds API supporting both linked and unlinked refunds (full/partial refunds for existing or off-platform payments), which covers the API side, and the dashboard is implied via the broader Square seller product but not explicitly documented for refund issuance in the evidence pack. missing for 10: explicit dashboard UI documentation/screenshots showing refund issuance from the Seller Dashboard, and confirmation of partial-amount refund support in docs text.

      Global currency tax — stories about global currency tax in this arenaGlobal currency tax

      Stories about global currency tax in this arena

      Multi currency

      1. founderCharge customers in their local currencies and settle to my bank in mine with transparent FX handling

        weight 2 · round to Stripe
        Stripefullclaimed8/10

        Stripe documents charging in 135+ currencies with payout settlement in a merchant's preferred currency (stripe-docs-19), localized checkout/payment links that let customers pay in their own currency (stripe-docs-36), automated payout tracking to bank accounts (stripe-docs-34, stripe-docs-52, stripe-docs-68), and automated tax compliance across jurisdictions (stripe-docs-20, stripe-docs-48). This directly covers charging locally and settling in the founder's currency. Missing for 10: explicit documentation of FX conversion rate transparency/fee disclosure mechanics and independent/hands-on confirmation of FX rate fairness or settlement accuracy.

        • [claimed-docs] You can charge customers in over 135 currencies and receive funds in your preferred currency.
        • [claimed-docs] Let your customers use a link to pay in their local language and currency with their preferred payment method.
        • [claimed-docs] Stripe sends funds from your available balance to your bank account as payouts
        • [claimed-docs] Track a payout: View your payouts and their expected deposit dates in the Dashboard.
        • [claimed-docs] Set up your bank account to receive payouts.
        • [claimed-docs] Automate sales tax, VAT, and GST compliance on all your transactions.
        • [claimed-docs] Collect tax on Payment Links: Learn how to calculate and collect tax on a payment page without writing any code.
        Squarenone0/10

        The evidence pack contains no mention of multi-currency charging, FX conversion, or cross-currency settlement anywhere in Square's docs, GraphQL/REST APIs, MCP server, or payments pages — all payment method docs (cards, ACH, Afterpay, Cash App) are silent on currency handling. This is a fair axis for a payments platform, so absence of evidence yields none rather than na.

        • [claimed-docs] [Card Payments](/docs/payments-api/take-payments/card-payments)
        • [claimed-docs] [ACH Bank Transfer Payment](/docs/payments-api/take-payments/ach-payments)
        • [claimed-docs] [Afterpay and Clearpay Payments](/docs/payments-api/take-payments/afterpay-payments)
        • [claimed-docs] [Cash App Payments](/docs/payments-api/take-payments/cash-app-payments)
        • [claimed-docs] Payouts API
        • [claimed-docs] Take payments in person and online. Securely save recurring payment methods. Easily sync sales, inventory, and customer data with your Squ…

      Tax

      1. finance-ops userCalculate and collect the correct sales tax, VAT, or GST on every transaction automatically

        weight 3 · round to Stripe
        Stripefullclaimed8/10

        Stripe Tax explicitly automates sales tax, VAT, and GST calculation and collection across transactions, including no-code tax collection on Payment Links, backed by first-party docs. Missing for 10: independent/hands-on corroboration of accuracy across jurisdictions and any detail on filing/remittance support beyond calculation and collection.

        • [claimed-docs] Automate sales tax, VAT, and GST compliance on all your transactions.
        • [claimed-docs] Collect tax on Payment Links: Learn how to calculate and collect tax on a payment page without writing any code.
        Squarenone0/10

        The evidence pack covers payments, refunds, disputes, webhooks, invoices, and MCP tooling but contains no mention of tax calculation, tax rates, VAT/GST handling, or automated tax collection features.

        Openness — open source, data portability, and self-hosting storiesOpenness

        Open source, data portability, and self-hosting stories

        1. ai-native userDo everything through the API that I can do in the UI

          weight 2 · round to Stripe
          Stripefullclaimed8/10

          Stripe's core resources (payments, refunds, subscriptions, invoices, disputes, payouts, tax, Connect) are all documented as available via the REST API with idempotency, versioning, and restricted keys, and the MCP server explicitly exposes generic stripe_api_read/stripe_api_write tools plus task-specific tools mirroring Dashboard actions across most objects. Workbench Shell/CLI further lets agents run the same commands as the CLI/API interactively. missing for 10: independent confirmation that every Dashboard-only feature (e.g., third-party Stripe Apps like Kyber no-code automations) has a full API equivalent, and note that sensitive stripe_api_write actions require human confirmation rather than being fully autonomous.

          • [claimed-docs] The hosted MCP server (mcp.stripe.com) exposes generic API tools plus task tools: `stripe_api_search` ("Search for Stripe API methods by key…
          • [claimed-docs] With the API, you can upload evidence, respond to disputes, and receive dispute events using webhooks.
          • [claimed-docs] You can programmatically manage disputes using the API. With the API, you can upload evidence, respond to disputes, and receive dispute even…
          • [claimed-docs] The API supports idempotency for safely retrying requests without accidentally performing the same operation twice.
          • [claimed-docs] Each monthly release includes only backward-compatible changes... You can safely upgrade to a new monthly release without breaking any exist…
          • [claimed-docs] A restricted API key (RAK) is an API key ... a RAK can do only what you give it permission to do.
          • [claimed-docs] Workbench (Dashboard > Developers > Workbench) ships an interactive Shell and API Explorer: "Shell is a command line interface within Workbe…
          • [claimed-docs] Build, test, and manage your Stripe integration from the command line.
          • [claimed-docs] Docs, "Confirm actions by agents acting on your behalf": "To prevent agents from making mistakes, Stripe requires human confirmation before …
          Squarepartialclaimed7/10

          Square's developer platform exposes an extensive set of APIs (payments, refunds, disputes, invoices, subscriptions, payouts, webhooks, OAuth, GraphQL, catalog/customers/orders/inventory/labor) plus an MCP server giving 'programmatic access to everything the APIs offer', suggesting broad UI/API parity for core commerce and back-office functions. However, some UI-only surfaces (e.g., the in-product Square AI seller assistant, POS idle-screen customization, dashboard reporting UI) are not shown to have full API equivalents, and there is no explicit vendor or independent claim of 100% UI-API parity. missing for 10: an explicit parity statement or audit confirming every UI feature (e.g., Square AI insights, POS-specific dashboard views) is fully API-accessible, and independent/hands-on verification of edge-case coverage.

          • [claimed-docs] Payouts API
          • [claimed-docs] Invoices API
          • [claimed-docs] Subscriptions API
          • [claimed-docs] Disputes API
          • [claimed-docs] Square Webhooks
          • [claimed-docs] One GraphQL query can retrieve data that requires multiple Square API calls.
          • [claimed-docs] Use the OAuth API to connect your application to a seller's account using OAuth.
          • [claimed-docs] The Square MCP server connects your AI tools directly to the full Square API platform, giving you programmatic access to everything the APIs…
          • [claimed-docs] The Square MCP server (github.com/square/square-mcp-server, Beta) uses a discovery-oriented tool design — `get_service_info` ("Discover meth…
          • [claimed-docs] Square AI (Beta) is an in-product assistant for sellers: "Square AI is built into your everyday tools to pull game-changing insights from yo…
        2. ai-native userExport all of my data in open formats and leave

          weight 3 · round to Stripe
          Stripepartialclaimed3/10

          Evidence shows only narrow CSV export of specific financial reports (balance, payouts, activity, tax, Revenue Recognition) via stripe_report/Workbench, not a comprehensive account data export mechanism for a user to leave the platform. Missing for 10: a documented full account/data export tool (customers, charges, subscriptions, full transaction history) in open/portable formats, and any explicit data-portability or account-closure export workflow.

          • [claimed-docs] Agents can analyze aggregated account data through MCP: `stripe_analytics` "handles three kinds of requests: Metric queries for Stripe-defin…
          • [claimed-docs] Use these files to generate SDKs or client libraries that support Stripe's API.
          Squarenone0/10

          Square's docs describe extensive APIs to create/read individual objects (payments, customers, orders, catalog) and even an MCP/GraphQL layer, but there is no evidence of a bulk data-export feature, standard open-format export (CSV/JSON dump), or documented account-closure/data-portability process letting a user take all their data and leave.

          • ai-native userRead the product's source under an open license

            weight 2 · round drawn
            Stripenone0/10

            Stripe's core payments platform is proprietary SaaS; the evidence pack shows only open-source SDKs/CLI/agent-toolkit wrappers (e.g. stripe/ai, stripe-cli) but no license for the actual product/service source code, so there is no basis to claim the product itself is open-license readable.

              Squarenone0/10

              Square is a closed-source SaaS payments platform; the evidence only shows open-source client SDKs (square-nodejs-sdk) and an MCP server wrapper on GitHub, not the core product/platform source under an open license. No documentation states Square's actual service code is open-sourced or licensed for public reading.

              • [github] The Square TypeScript library provides convenient access to the Square APIs from TypeScript.
              • [claimed-docs] npx square-mcp-server start
              • [claimed-docs] The Square MCP server (github.com/square/square-mcp-server, Beta) uses a discovery-oriented tool design — `get_service_info` ("Discover meth…

            Payouts reconciliation — stories about payouts reconciliation in this arenaPayouts reconciliation

            Stories about payouts reconciliation in this arena

            Ai reconciliation

            1. ai-native userHave an agent pull payout and balance-transaction data via the API and reconcile each bank deposit to its underlying charges

              weight 3 · round to Stripe
              Stripepartialclaimed7/10

              Stripe's API and MCP tooling explicitly expose payout and balance-transaction data for programmatic/agent access — the documented stripe_api_read method list includes 'payouts, and balance transactions', and stripe_analytics/stripe_report can run balance and payout financial reports, letting an agent pull the data needed to match deposits to charges (stripe-supp-mcp-tools, stripe-supp-analytics-ai, stripe-docs-34/52/68). However, there is no first-party tutorial or worked example specifically demonstrating automated reconciliation logic (matching a bank deposit to its underlying charges), and no independent/hands-on evidence confirming this reconciliation workflow works end-to-end. Missing for 10: a documented reconciliation workflow/tutorial tying payout amounts to constituent balance-transaction charges, and independent verification of an agent successfully performing this reconciliation.

              • [claimed-docs] The hosted MCP server (mcp.stripe.com) exposes generic API tools plus task tools: `stripe_api_search` ("Search for Stripe API methods by key…
              • [claimed-docs] Agents can analyze aggregated account data through MCP: `stripe_analytics` "handles three kinds of requests: Metric queries for Stripe-defin…
              • [claimed-docs] Stripe sends funds from your available balance to your bank account as payouts
              • [claimed-docs] Track a payout: View your payouts and their expected deposit dates in the Dashboard.
              • [claimed-docs] Set up your bank account to receive payouts.
              Squarepartialclaimed5/10

              Square has a documented Payouts API and API access (via SDK, MCP server, GraphQL, webhooks) that an agent could use to pull payout and balance-transaction data programmatically, and payments/refunds/disputes APIs provide the underlying charge data needed for reconciliation. However, there is no direct evidence of a balance-transactions endpoint equivalent to Stripe's, nor documentation showing how payout line items map to underlying charges/fees for reconciliation workflows. missing for 10: explicit balance-transaction/payout-entries API detail, worked reconciliation example or docs linking deposits to charges, independent/hands-on confirmation of this specific workflow.

              • [claimed-docs] Payouts API
              • [claimed-docs] The Square MCP server (github.com/square/square-mcp-server, Beta) uses a discovery-oriented tool design — `get_service_info` ("Discover meth…
              • [claimed-docs] "The Square remote MCP server is hosted at: https://mcp.squareup.com/mcp... Square recommends using the remote MCP server, which supports OA…
              • [claimed-docs] One GraphQL query can retrieve data that requires multiple Square API calls.
              • [claimed-docs] [Subscribe to Event Notifications](/docs/webhooks/step2subscribe)

            Payouts

            1. finance-ops userControl the payout schedule and see exactly which charges, fees, and refunds make up each payout

              weight 2 · round to Stripe
              Stripepartialclaimed6/10

              Stripe documents payout basics (funds sent from balance to bank account, dashboard tracking of payouts and expected deposit dates, setting up bank accounts) and financial reporting via stripe_report/analytics (balance, payouts, activity reports downloadable as CSV), which supports reconciliation. However, evidence does not show explicit payout schedule controls (e.g., setting manual vs automatic schedule, daily/weekly/monthly cadence) nor a documented per-payout breakdown view showing exact charges/fees/refunds composing each payout. missing for 10: explicit payout schedule configuration docs, a documented itemized payout reconciliation report/API showing constituent charges/fees/refunds per payout, independent/hands-on confirmation of this reconciliation workflow.

              • [claimed-docs] Stripe sends funds from your available balance to your bank account as payouts
              • [claimed-docs] Track a payout: View your payouts and their expected deposit dates in the Dashboard.
              • [claimed-docs] Set up your bank account to receive payouts.
              • [claimed-docs] Agents can analyze aggregated account data through MCP: `stripe_analytics` "handles three kinds of requests: Metric queries for Stripe-defin…
              Squarepartialclaimed4/10

              Square exposes a Payouts API (square-docs-17) which presumably supports payout schedule and reconciliation data, but the evidence pack gives no detail on schedule controls (e.g., daily/weekly/manual), nor on how payouts break down into constituent charges, fees, and refunds. missing for 10: documentation of payout schedule configuration options, payout entries/line-item breakdown by charge/fee/refund, and any independent/hands-on confirmation of reconciliation accuracy.

            Reconciliation

            1. finance-ops userReconcile settlements to bank deposits with itemized reports covering fees, refunds, and chargebacks

              weight 3 · round drawn
              Stripepartialclaimed5/10

              Stripe documents payouts to bank accounts with expected deposit dates (stripe-docs-34, stripe-docs-52), refunds and dispute management via API/Dashboard (stripe-docs-17, stripe-docs-33, stripe-docs-41), and AI-assisted analytics/report runs including a documented 'balance summary' report and other financial report types (stripe-supp-analytics-ai). However, there is no evidence of a purpose-built, itemized settlement-to-deposit reconciliation report that breaks out fees, refunds, and chargebacks against a specific bank deposit in one view — the closest evidence (report types: balance, payouts, activity, tax) implies this exists but doesn't confirm itemization matching finance-ops reconciliation workflows, and third-party accounting sync (QuickBooks, Xero) is only listed as partner integrations rather than native itemized reconciliation. missing for 10: a documented native 'payout reconciliation report' itemizing fees/refunds/chargebacks per deposit, confirmation of automatic matching to bank statement lines, and independent/hands-on evidence from finance-ops users that this reconciliation workflow works well in practice.

              • [claimed-docs] Stripe sends funds from your available balance to your bank account as payouts
              • [claimed-docs] Track a payout: View your payouts and their expected deposit dates in the Dashboard.
              • [claimed-docs] You can cancel a payment before it's completed at no cost. Or you can refund all or part of a payment after it succeeds, which might incur a…
              • [claimed-docs] You can issue refunds by using the Refunds API or the Dashboard
              • [claimed-docs] You can programmatically manage disputes using the API. With the API, you can upload evidence, respond to disputes, and receive dispute even…
              • [claimed-docs] Agents can analyze aggregated account data through MCP: `stripe_analytics` "handles three kinds of requests: Metric queries for Stripe-defin…
              • [claimed-docs] We are specialists in connecting Stripe to QuickBooks Online
              • [claimed-docs] View relevant Xero customer and transaction data within the Stripe Dashboard
              Squarepartialclaimed5/10

              Square provides a Payouts API for settlement data and separate Refunds and Disputes APIs, plus marketing copy about seeing 'all your sales in one report' to reduce reconciliation effort, but there's no dedicated documentation showing an itemized report that ties bank deposits to fees, refunds, and chargebacks in one place. missing for 10: explicit itemized payout/settlement report schema breaking down fees, refunds, chargebacks; documentation linking payout amounts directly to bank deposit records; independent confirmation from finance-ops users that reconciliation works end-to-end.

              • [claimed-docs] Payouts API
              • [claimed-docs] [Refund Payments](/docs/payments-api/refund-payments)
              • [claimed-docs] [Process Disputes](/docs/disputes-api/process-disputes)
              • [claimed-docs] See all your sales in one report. Spend less time reconciling data across payment systems and more time optimizing sales based on your real-…

            Platform marketplace — stories about platform marketplace in this arenaPlatform marketplace

            Stories about platform marketplace in this arena

            Marketplace

            1. developerBuild a marketplace or platform that onboards sellers, splits payments between parties, and pays out to each seller

              weight 2 · round to Stripe
              Stripefullclaimed9/10

              Stripe Connect is explicitly documented as the product for building marketplaces/platforms that onboard sellers, split payments, and pay out to multiple parties, backed by supporting payouts, payment collection, refunds, disputes, and tax infrastructure. Missing for 10: independent hands-on evidence specifically of a marketplace/Connect integration (community evidence covers Stripe generally, not Connect specifically).

              • [claimed-docs] Collect payments from customers and automatically pay out a portion to sellers or service providers on your marketplace.
              • [claimed-docs] Use Connect to build a platform, marketplace, or other business that manages payments and moves money between multiple parties.
              • [claimed-docs] Stripe sends funds from your available balance to your bank account as payouts
              • [claimed-docs] Track a payout: View your payouts and their expected deposit dates in the Dashboard.
              • [claimed-docs] Set up your bank account to receive payouts.
              • [claimed-docs] You can issue refunds by using the Refunds API or the Dashboard
              • [claimed-docs] You can programmatically manage disputes using the API. With the API, you can upload evidence, respond to disputes, and receive dispute even…
              Squarepartialclaimed6/10

              Square provides the core building blocks for a marketplace: OAuth to onboard sellers to their own Square accounts (square-docs-42, square-docs-51), the OAuth access-token scope model (square-supp-oauth-scopes), Payments API with 'Collect Application Fees' for platform fee splitting (square-docs-37), and a Payouts API for disbursing funds to sellers (square-docs-17). However, the evidence never documents a unified 'split payment across multiple parties in one transaction' primitive or destination-account payout routing akin to Stripe Connect transfers—application fees and payouts appear as separate mechanisms rather than an integrated marketplace split-and-payout flow, and there's no dedicated marketplace/platform guide or case study. missing for 10: explicit multi-party split-payment/transfer API documentation, an end-to-end marketplace onboarding+split+payout guide, and independent/hands-on validation that this pattern works in production.

              • [claimed-docs] Use the OAuth API to connect your application to a seller's account using OAuth.
              • [claimed-docs] multi-tenant applications that serve multiple sellers should use OAuth access tokens
              • [claimed-docs] Square access is scope-controlled: "Access tokens are credentials that allow applications to securely interact with Square APIs. An access t…
              • [claimed-docs] Collect Application Fees
              • [claimed-docs] Payouts API
              • [claimed-docs] For custom integrations that only access your own Square account, personal access tokens are suitable for production use.

            Privacy posture — data-handling and privacy storiesPrivacy posture

            Data-handling and privacy stories

            1. ai-native userChoose where my data is stored (region/residency)

              weight 2 · round drawn
              Stripenone0/10

              No evidence in the pack discusses data residency, regional data storage choices, or GDPR/EU data localization options for Stripe accounts; the evidence covers payments, billing, MCP/agents, sandboxes, etc. but never data residency controls.

                Squarenone0/10

                No evidence in the pack mentions data residency, regional data storage options, or geographic control over where Square account/API data is stored; the pack covers payments features, MCP/AI tooling, and dev tools but never addresses data residency.

                • ai-native userControl data retention and deletion

                  weight 2 · round drawn
                  Stripenone0/10

                  The evidence pack covers sandbox isolation, restricted API keys, MCP OAuth session revocation, and webhook/event architecture, but none of it addresses data retention policies or a mechanism for users to request deletion/erasure of stored payment or customer data. As a platform processing sensitive financial and personal data, this is a fair and applicable axis, but no documentation shows retention controls or deletion capabilities for AI-native users.

                    Squarenone0/10

                    No evidence in the pack addresses data retention policies, data deletion capabilities, or privacy controls for AI/MCP interactions with Square data. While OAuth scopes and access-token controls are documented, nothing speaks to retaining or deleting data collected via AI tools or the MCP server.

                    Not comparable on these axes

                    1. ai-native userPlug MCP servers into this product so it can use their tools

                      weight 3 · not comparable
                      Stripen/a

                      Stripe is a payments platform/API, not an agent host or assistant application that a user configures with pluggable MCP servers for its own use; all evidence instead shows Stripe publishing its own MCP server (server role) and shipping plugins/skills for other agents like Claude Code/Cursor to consume, which is the opposite direction from this story's client-role axis.

                        Squaren/a

                        Square is a payments/commerce platform, not an AI agent or assistant that itself consumes external MCP servers to extend its own tool use. The evidence shows Square instead *publishes* an MCP server for other AI clients (Claude, Cursor, etc.) to plug into and call Square's APIs — the reverse of this story's client-role axis, which doesn't apply to this kind of product.

                        • ai-native userVersion, review, and roll back my automations

                          weight 1 · not comparable
                          Stripenone0/10

                          Stripe's automation features (Billing recurring rules, Smart Retries, Radar rules, webhooks, Kyber no-code flows) have no documented version-history, review/diff, or rollback mechanism in the evidence. API versioning (stripe-docs-45/59) covers backward-compatible monthly API releases, not versioning of a user's automation configurations, so it doesn't satisfy this story.

                          • [claimed-docs] You can safely upgrade to a new monthly release without breaking any existing code.
                          • [claimed-docs] Each monthly release includes only backward-compatible changes... You can safely upgrade to a new monthly release without breaking any exist…
                          • [claimed-docs] Smart Retries: Automatically retry failed payments to prevent involuntary churn due to temporary issues.
                          • [claimed-docs] Use Stripe Billing to manage subscriptions and invoicing. It automates recurring payments, creates custom pricing plans, and handles billing…
                          • [claimed-docs] The no-code builder Kyber lets users assign tasks and automate common workflows based on Stripe events. Users can quickly configure automati…
                          Squaren/a

                          Square is a payments/commerce platform, not an automation-builder with a concept of versioned, reviewable, rollback-capable 'automations' (like workflow/rules engines in no-code tools); nothing in the evidence describes automation version control or rollback, and this is a category mismatch rather than a missing feature.

                          • ai-native userSelf-host the core product

                            weight 3 · not comparable
                            Stripen/a

                            Stripe is a hosted, regulated financial-services platform (payment processing, PCI compliance, banking rails, fraud detection via aggregated network data) — self-hosting the core product is a category error for this kind of service, not a capability gap.

                              Squaren/a

                              Square is a proprietary, hosted payments/commerce platform (SaaS with cloud APIs) — self-hosting the core product is not a coherent capability for this category of service, as payment processing inherently requires Square's own infrastructure.

                              • ai-native userPrevent my data from being used to train AI models

                                weight 3 · not comparable
                                Stripen/a

                                Stripe is a payments infrastructure platform, not an AI model provider or chatbot that trains models on user data; the story about opting out of AI-model-training data usage is a category error for this product type — there is no evidence Stripe trains generative AI models on customer data as a core offering, so this privacy-posture axis about AI training opt-out does not apply.

                                  Squaren/a

                                  Square is a payments/commerce platform, not an AI model provider or consumer-data product with AI-training data usage; the evidence pack contains no mention of AI training data opt-out or model-training data controls, and this axis is not a natural fit for its product category.

                                  • ai-native userOpt out of telemetry and usage tracking

                                    weight 2 · not comparable
                                    Stripen/a

                                    Stripe is a payments platform, not an AI dev tool with client-side telemetry to opt out of; this privacy-posture axis about telemetry/usage tracking opt-out is a category error for this product type and no evidence contradicts that.

                                      Squaren/a

                                      Square is a payments/commerce platform (and its MCP/AI tooling), not an AI coding tool or agent whose own telemetry collection is a relevant privacy concern for AI-native users; no evidence pack content addresses telemetry opt-out for any Square tool, so this axis is a category mismatch rather than a missing capability.