Skip to content

Stripe Connect wins · 157 (20 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 to Finix
    Stripe Connectfullprobed8/10

    Evidence confirms an llms.txt file is live at docs.stripe.com/llms.txt (HTTP 200) alongside markdown-formatted docs pages (e.g., connect.md) accessible for agent consumption, directly enabling an agent to be pointed at agent-oriented docs. Missing for 10: no explicit documentation describing llms.txt's intended use/structure for agents, and no independent third-party confirmation of agent usage beyond the probe.

    • [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/connect.md # Platforms and marketplaces with Stripe Connect Build a SaaS platform or mar…
    Finixfullprobed9/10

    Finix has a confirmed llms.txt endpoint returning HTTP 200 with a description of the docs, plus documented agent-oriented resources including an official MCP server for AI agents to query the API. This directly satisfies the story of pointing an agent at llms.txt or agent-oriented docs. Missing for 10: independent/community corroboration of actual agent usage against llms.txt or MCP server in practice.

    • [probe] PROBE llms.txt: HTTP 200 at https://docs.finix.com/llms.txt # Finix Docs > Explore our documentation, guides, and APIs to start building yo…
    • [probe] official MCP server documented at https://docs.finix.com/additional-resources/developers/mcp-server
    • [claimed-docs] Ask an AI agent questions about the Finix API to get accurate, current answers.
  2. ai-native userRun the product headlessly / in CI for automation

    weight 2 · round to Stripe Connect
    Stripe Connectpartialprobed6/10

    Stripe Connect is fundamentally API-driven (API onboarding, webhooks, testing docs) and ships an official CLI, both of which support headless/CI automation, but there is no explicit documentation or example of running it in a CI pipeline or scripted automation context. missing for 10: explicit CI/CD examples, automation-focused docs, independent evidence of CI usage.

    • [claimed-docs] API onboarding: You use the Stripe API to build your own customized onboarding UI.
    • [claimed-docs] Before going live, test your Connect integration for account creation, identity verification, and payouts.
    • [claimed-docs] All Connect integrations should establish a webhook endpoint to listen for Connect events.
    • [probe] official CLI documented at https://docs.stripe.com/stripe-cli
    Finixnone0/10

    Finix is a payments infrastructure API with developer docs, sandbox environments, and an MCP server for querying API docs, but there is no evidence of a CLI, SDK automation tool, or headless mode designed for CI/automation pipelines. missing for 10: CLI tool, CI/CD integration examples, headless automation documentation, evidence of running Finix operations in scripted/automated pipelines.

    • ai-native userConnect an agent via an official MCP server

      weight 3 · round drawn
      Stripe Connectfullprobed7/10

      Stripe documents an official MCP server at docs.stripe.com/mcp, confirming agents can connect via a first-party MCP endpoint; Stripe is a payments platform (not itself an agent), so the axis applies and is satisfied. Missing for 10: no detail on Connect-specific MCP tool coverage, no independent/hands-on corroboration of the MCP server working with Connect operations.

      • [probe] official MCP server documented at https://docs.stripe.com/mcp
      Finixfullprobed7/10

      Finix documents an official MCP server allowing AI agents to query the Finix API for accurate answers, confirmed by both docs and a probe hit on the dedicated mcp-server page. Missing for 10: no independent/hands-on corroboration of the MCP server working, and no detail on setup, transport, or tool coverage beyond the brief description.

      • [claimed-docs] Ask an AI agent questions about the Finix API to get accurate, current answers.
      • [probe] official MCP server documented at https://docs.finix.com/additional-resources/developers/mcp-server
    • ai-native userUse an official CLI

      weight 2 · round to Stripe Connect
      Stripe Connectfullprobed7/10

      Stripe documents an official CLI (stripe-cli) that supports platform-wide API workflows including Connect, giving AI-native users a scriptable interface. missing for 10: no direct evidence the CLI has AI-native/agentic features (e.g., natural-language mode) or independent hands-on validation of CLI usage specifically for Connect workflows.

      • [probe] official CLI documented at https://docs.stripe.com/stripe-cli
      Finixnone0/10

      No evidence of an official CLI tool; Finix's docs cover APIs, Dashboard, and an MCP server but nothing about a command-line interface for developers.

      • ai-native userDrive the product through a documented public API

        weight 3 · round drawn
        Stripe Connectfullprobed8/10

        Stripe Connect is fully driven through Stripe's documented public REST API (account creation, onboarding, charges, payouts, balances, webhooks) per docs, and probes confirm an official CLI and MCP server exist for programmatic/agentic access. missing for 10: no direct OpenAPI spec discovery (probe found 404s on standard OpenAPI paths) and no independent hands-on validation of AI-agent-driven API usage specifically.

        • [claimed-docs] API onboarding: You use the Stripe API to build your own customized onboarding UI.
        • [claimed-docs] All Connect integrations should establish a webhook endpoint to listen for Connect events.
        • [claimed-docs] To check the balance of a connected account, perform a retrieve balance call authenticated as the connected account.
        • [probe] official MCP server documented at https://docs.stripe.com/mcp
        • [probe] official CLI documented at https://docs.stripe.com/stripe-cli
        • [probe] PROBE openapi: all candidate paths 404 (https://docs.stripe.com/openapi.json, https://docs.stripe.com/swagger.json, https://docs.stripe.com/…
        Finixfullprobed8/10

        Finix provides extensive documented public APIs for onboarding, payouts, disputes, subscriptions, and webhooks, plus a sandbox environment and an llms.txt discovery file for AI agents, showing clear support for programmatic/API-driven use. missing for 10: independent third-party hands-on confirmation of API usability, and more detail on API completeness/versioning beyond docs listing.

        • [claimed-docs] With Finix, you can easily onboard your sellers to start processing their payments and payouts.
        • [claimed-docs] Use Finix's APIs to build your own custom onboarding experience for your sellers.
        • [claimed-docs] You can manage how sellers get paid out using the Finix Dashboard or our API.
        • [claimed-docs] Webhooks let you receive notifications programmatically when your API resources are created or updated.
        • [claimed-docs] Finix provides separate Sandbox and Live accounts, along with the corresponding API credentials to access the Finix API.
        • [probe] PROBE llms.txt: HTTP 200 at https://docs.finix.com/llms.txt # Finix Docs > Explore our documentation, guides, and APIs to start building yo…
      • ai-native userBuild against official SDKs

        weight 2 · round to Stripe Connect
        Stripe Connectpartialprobed6/10

        Evidence shows Stripe Connect exposes a full API (docs-5, docs-6) and references official package distribution via npm (probe-1), plus AI-friendly docs (llms.txt) and an official MCP server/CLI (probe-4, probe-5), all of which support AI-native SDK-based development. However, the pack never explicitly documents a dedicated 'Official SDKs' page or lists supported languages, so the SDK claim is inferred rather than directly evidenced. missing for 10: explicit official SDK/library documentation page, multi-language SDK examples, independent developer confirmation of SDK usage for Connect specifically.

        • [claimed-docs] API onboarding: You use the Stripe API to build your own customized onboarding UI.
        • [claimed-docs] Create a charge and split payments between your platform and your sellers or service providers.
        • [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] official MCP server documented at https://docs.stripe.com/mcp
        • [probe] official CLI documented at https://docs.stripe.com/stripe-cli
        Finixnone0/10

        The evidence pack repeatedly references Finix's APIs, dashboard, and an MCP server for AI agents to query documentation, but never mentions official SDKs (e.g., Python, Node, Java client libraries) for developers to build against. Missing for 10: any mention of official SDKs, supported languages, or SDK documentation/repos.

        • [claimed-docs] With Finix, you can easily onboard your sellers to start processing their payments and payouts.
        • [claimed-docs] Use Finix's APIs to build your own custom onboarding experience for your sellers.
        • [claimed-docs] Ask an AI agent questions about the Finix API to get accurate, current answers.
        • [probe] official MCP server documented at https://docs.finix.com/additional-resources/developers/mcp-server
      • ai-native userSubscribe to events via webhooks

        weight 2 · round drawn
        Stripe Connectfullcommunity7/10

        Stripe Connect has documented webhook support explicitly for Connect events ('All Connect integrations should establish a webhook endpoint to listen for Connect events'), and community evidence confirms real-world usage ('The webhooks are great'). This covers the core subscribe-to-events capability. Missing for 10: explicit documentation of event types/payload schema in this pack, agentic/AI-native framing of webhook consumption, and independent verification of reliability at scale.

        • [claimed-docs] All Connect integrations should establish a webhook endpoint to listen for Connect events.
        • [community] 'I implemented stripe connect on donat.io and it is awesome! The webhooks are great and the oauth flow is super simple too.'

        Finix has documented webhook support for programmatic notifications when API resources are created/updated, matching the core subscribe-to-events story. missing for 10: no detail on payload schema/signature verification, no independent/hands-on corroboration of webhook reliability, and no explicit AI-agent-specific webhook consumption examples.

        • [claimed-docs] Webhooks let you receive notifications programmatically when your API resources are created or updated.

      Agentic features

      1. ai-native userSet up automations that run autonomously in the background

        weight 2 · round to Stripe Connect
        Stripe Connectpartialprobed4/10

        Stripe Connect supports background, event-driven automation via scheduled automatic payouts and webhooks for Connect events, and an official MCP server exists for AI agent integration, but there is no documentation of end-users setting up autonomous AI-driven automations or agent workflows built on Connect. missing for 10: explicit AI-agent automation setup, orchestration/scheduling controls beyond payouts, evidence of autonomous background AI workflows using Connect.

        • [claimed-docs] Schedule the frequency of automatic payouts
        • [claimed-docs] All Connect integrations should establish a webhook endpoint to listen for Connect events.
        • [probe] official MCP server documented at https://docs.stripe.com/mcp
        Finixnone0/10

        The axis applies to this product kind (peer products hold positive or none verdicts on this story), so lack of evidence for an applicable capability is "none", never "na". (na/none harmonized at arena bring-up — see pipeline/scripts/na-harmonize.ts.)

        • ai-native userOperate the product with natural-language commands

          weight 2 · round drawn
          Stripe Connectpartialprobed5/10

          Stripe documents an official MCP server (docs.stripe.com/mcp) which would let AI agents interact with Stripe Connect via natural-language-driven tool calls, and also has an official CLI, but the evidence pack gives no detail on what Connect-specific actions are exposed via MCP or any hands-on confirmation of natural-language operation. missing for 10: details on MCP tool coverage for Connect operations, independent/hands-on validation of natural-language control, and confirmation beyond a bare 'documented at URL' probe.

          • [probe] official MCP server documented at https://docs.stripe.com/mcp
          • [probe] official CLI documented at https://docs.stripe.com/stripe-cli

          Finix documents an official MCP server that lets an AI agent 'ask questions about the Finix API to get accurate, current answers' (finix-docs-21, finix-probe-2), showing some agentic/natural-language interface exists, but the evidence describes it as a Q&A/documentation lookup tool rather than a way to actually issue commands (e.g., create payouts, onboard sellers) via natural language. Missing for 10: evidence that natural-language commands can trigger real API actions (payouts, onboarding, disputes) rather than just answer questions, and any independent confirmation of this working end-to-end.

          • [claimed-docs] Ask an AI agent questions about the Finix API to get accurate, current answers.
          • [probe] official MCP server documented at https://docs.finix.com/additional-resources/developers/mcp-server

        Api quality

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

          weight 2 · round drawn
          Stripe Connectnone0/10

          The evidence pack contains only docs.stripe.com guide pages, an llms.txt probe, CLI/MCP mentions, and a failed openapi.json probe (404 on all candidate paths) — nothing documents an interactive API reference page or runnable/try-it code examples for Connect. Since this is a fair expectation for an API-first product, absence of evidence yields 'none' rather than 'na'.

          • [probe] PROBE openapi: all candidate paths 404 (https://docs.stripe.com/openapi.json, https://docs.stripe.com/swagger.json, https://docs.stripe.com/…
          • [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/connect.md # Platforms and marketplaces with Stripe Connect Build a SaaS platform or mar…
          Finixnone0/10

          Evidence shows Finix has documentation, sandbox/live environments, and an MCP server, but nothing describes an interactive API reference with runnable/executable examples (e.g., no mention of embedded code sandboxes, 'try it' consoles, or in-docs request execution). Missing for 10: evidence of an interactive/runnable API reference tool, any 'try it' console feature, or runnable code snippets in docs.

          • [claimed-docs] Finix provides separate Sandbox and Live accounts, along with the corresponding API credentials to access the Finix API.
          • [probe] PROBE llms.txt: HTTP 200 at https://docs.finix.com/llms.txt # Finix Docs > Explore our documentation, guides, and APIs to start building yo…
        2. ai-native userDownload a machine-readable API spec (OpenAPI or equivalent)

          weight 2 · round drawn
          Stripe Connectnone0/10

          The evidence pack shows a direct probe for OpenAPI/swagger spec files at all standard locations returning 404, and no other evidence item shows a downloadable machine-readable API spec (only markdown docs, an MCP server, and CLI are documented).

          • [probe] PROBE openapi: all candidate paths 404 (https://docs.stripe.com/openapi.json, https://docs.stripe.com/swagger.json, https://docs.stripe.com/…
          Finixnone0/10

          No evidence of a downloadable OpenAPI spec or machine-readable API schema; docs mention guides, an llms.txt file, and an MCP server, but nothing about an OpenAPI/Swagger spec download.

          • ai-native userTest against a sandbox environment without touching production data

            weight 1 · round to Finix
            Stripe Connectpartialclaimed6/10

            Docs explicitly cover testing the Connect integration (account creation, identity verification, payouts) before going live, implying a sandbox/test-mode workflow, but there's no explicit description of a dedicated 'sandbox environment' distinct from production, no mention of test API keys/test clocks, or how AI agents would interact with it. missing for 10: explicit sandbox/test-mode documentation separate from production, test data isolation details, and independent/hands-on confirmation of sandbox usage.

            • [claimed-docs] Before going live, test your Connect integration for account creation, identity verification, and payouts.
            • [claimed-docs] All Connect integrations should establish a webhook endpoint to listen for Connect events.

            Finix explicitly documents separate Sandbox and Live accounts with distinct API credentials, and a dedicated test environment that simulates live payments (test cards, fee schemas, payout schedules) without touching production data. missing for 10: independent/hands-on confirmation from a developer using the sandbox, and explicit detail on data isolation guarantees between sandbox and production.

            • [claimed-docs] Finix provides separate Sandbox and Live accounts, along with the corresponding API credentials to access the Finix API.
            • [claimed-docs] Finix’s test environment allows you to simulate a live payments experience. Test card payments, configure fees schemas, set payout schedules…
          • ai-native userRely on versioned APIs with a documented deprecation policy

            weight 2 · round drawn
            Stripe Connectnone0/10

            The evidence pack contains no mention of API versioning, version headers, or a documented deprecation policy for Stripe Connect's APIs; all citations describe product features (onboarding, payouts, disputes, etc.) rather than API lifecycle/versioning practices. Missing for 10: any documentation of API version pinning, deprecation notices, changelog, or migration guides.

              Finixnone0/10

              No evidence pack item mentions API versioning scheme or a documented deprecation policy; docs cover product features, sandbox/live environments, webhooks, and an MCP server but nothing about version lifecycle or deprecation commitments.

              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 drawn
                Stripe Connectnone0/10

                Stripe Connect exposes per-resource APIs (accounts, payouts, balances) but nothing in the evidence pack describes bulk/batch operations across many connected accounts or transactions at once (e.g., batch create, bulk payout, multi-object update endpoints). Missing for 10: documented bulk/batch API endpoints, evidence of batch job or async bulk-processing tooling, and any AI-native automation examples operating on many items simultaneously.

                • [claimed-docs] Pay out to connected accounts: Manage payouts and external accounts for your connected accounts.
                • [claimed-docs] Manage connected accounts with the Dashboard: Review and take action on your connected accounts.
                • [claimed-docs] Schedule the frequency of automatic payouts
                Finixnone0/10

                Finix's evidence covers payments/payouts/onboarding APIs and an MCP server for querying API docs, but there is no mention of bulk operations, batch endpoints, or multi-item processing capabilities for AI-native automation.

                • ai-native userDefine rules that trigger actions automatically on events

                  weight 3 · round to Stripe Connect
                  Stripe Connectpartialclaimed5/10

                  Stripe Connect supports event-driven automation via webhooks (e.g. listening for account, payout, dispute events) and built-in automatic/scheduled payouts, but these require the platform to write custom webhook handlers rather than a declarative 'if-this-then-that' rules engine; the only no-code rule configuration mentioned is for pricing strategies, not general event-action automation. Missing for 10: a documented no-code/rules-based automation builder for arbitrary event-to-action mappings, and evidence of AI-native rule definition tooling.

                  • [claimed-docs] All Connect integrations should establish a webhook endpoint to listen for Connect events.
                  • [claimed-docs] Schedule the frequency of automatic payouts
                  • [claimed-docs] Connect platforms and marketplaces can allow their connected accounts to access their balances immediately following a successful charge.
                  • [claimed-docs] platforms can implement a range of pricing strategies for different payment processing use-cases, without the need to write any code
                  Finixnone0/10

                  Finix offers webhooks to receive event notifications, but there is no evidence of a rules engine or automation layer that lets users define conditional triggers/actions on those events—webhooks only push data, requiring external logic to act on it.

                  • ai-native userSchedule recurring jobs or workflows

                    weight 2 · round to Finix
                    Stripe Connectnone0/10

                    The axis applies to this product kind (peer products hold positive or none verdicts on this story), so lack of evidence for an applicable capability is "none", never "na". (na/none harmonized at arena bring-up — see pipeline/scripts/na-harmonize.ts.)

                      Finix documents recurring billing via Subscriptions and configurable payout schedules in its test environment, which are forms of recurring financial jobs, but there is no evidence of a general-purpose workflow/automation scheduler, cron-like triggers, or AI-agent-driven recurring task orchestration beyond these payment-specific features. Missing for 10: generic recurring workflow/automation engine, scheduling API beyond payouts/subscriptions, AI-agent orchestration of recurring tasks.

                      • [claimed-docs] Bill your customers and buyers using Finix's Subscriptions.
                      • [claimed-docs] Finix’s test environment allows you to simulate a live payments experience. Test card payments, configure fees schemas, set payout schedules…
                      • [claimed-docs] Use Payouts to send funds directly to a recipient's bank account or card in real-time.

                    Embedded experience — stories about embedded experience in this arenaEmbedded experience

                    Stories about embedded experience in this arena

                    Embedded components

                    1. developerSeller-facing surfaces are embeddable — white-label components or APIs for balances, payouts, and transaction history that live inside my product under my brand

                      weight 2 · round drawn
                      Stripe Connectpartialclaimed6/10

                      Stripe Connect exposes APIs for connected-account balances, payout scheduling/management, and transaction data (docs-7, docs-13, docs-18), and documents an embeddable onboarding component that lives inside the platform's own app (docs-4), supporting the general idea of white-labeled seller surfaces. However, the evidence pack only shows an embedded UI component for onboarding, not for balances, payouts, or transaction history themselves — those are described as raw APIs the developer must build UI around, not turnkey embeddable components. missing for 10: explicit documentation of embeddable balance/payout/transaction-history components (vs. only onboarding), and independent confirmation these render fully white-labeled inside a host app.

                      • [claimed-docs] You embed the Account onboarding component directly in your application and your connected accounts go through the onboarding flow without l…
                      • [claimed-docs] Pay out to connected accounts: Manage payouts and external accounts for your connected accounts.
                      • [claimed-docs] Schedule the frequency of automatic payouts
                      • [claimed-docs] To check the balance of a connected account, perform a retrieve balance call authenticated as the connected account.
                      • [claimed-docs] Manage connected accounts with the Dashboard: Review and take action on your connected accounts.

                      Finix documents APIs to build custom onboarding, payout, and dispute experiences under the platform's own brand (finix-docs-9, finix-docs-10, finix-docs-12, finix-docs-17) plus dashboard-based reporting (finix-docs-24), suggesting sellers' financial data/actions can be surfaced via API in a host product. However, there is no explicit mention of pre-built white-label UI components/widgets (e.g., embeddable balance or transaction-history widgets) — only APIs and Finix's own hosted Dashboard/forms are described. missing for 10: explicit embeddable/white-label UI component library for balances/transaction history, evidence of branding customization on hosted components, independent confirmation of embedding experience.

                      • [claimed-docs] With Finix, you can easily onboard your sellers to start processing their payments and payouts.
                      • [claimed-docs] Use Finix's APIs to build your own custom onboarding experience for your sellers.
                      • [claimed-docs] You can manage how sellers get paid out using the Finix Dashboard or our API.
                      • [claimed-docs] Monitor and act on Disputes through the Finix Dashboard or API.
                      • [claimed-docs] From transactions to disputes and fees, more than 10 report types are automated and available in your personal dashboard
                      • [claimed-docs] Save time onboarding sellers by using our Onboarding Forms.

                    Omnichannel

                    1. founder with offline sellersIn-person works on the same stack — terminals or tap-to-pay SDKs that settle into the same seller balances and reporting as online payments

                      weight 2 · round drawn
                      Stripe Connectnone0/10

                      The evidence pack covers Connect's online payment splitting, onboarding, payouts, identity verification, and dashboard features, but contains no mention of Stripe Terminal, in-person/tap-to-pay hardware or SDKs, or how such in-person payments would settle into the same connected-account balances/reporting as online charges. This is an applicable axis for a payments platform (Stripe does offer Terminal separately), so absence of evidence here yields 'none' rather than 'na'.

                        Finixnone0/10

                        The evidence pack covers Finix's online payments, payouts, onboarding, disputes, and reporting APIs, but there is no mention of in-person/card-present capabilities such as terminals, tap-to-pay SDKs, or POS hardware integrations that settle into the same seller balances as online payments. Without any documentation of card-present/terminal support, this applicable capability is unevidenced.

                        Seller reporting

                        1. ops userSellers can self-serve their money questions — per-seller statements, payout reconciliation reports, and exports that let their bookkeeper close the month without contacting me

                          weight 2 · round to Finix
                          Stripe Connectnone0/10

                          The evidence only shows platform-level Dashboard management, balance API calls, and payout scheduling for connected accounts — all requiring developer/ops involvement, not self-serve seller statements, reconciliation reports, or bookkeeper-ready exports. No mention of an Express-style seller dashboard, downloadable statements, or export tooling that would let sellers or their bookkeepers close the books without contacting the platform ops team. Missing for 10: seller-facing statement/export UI, reconciliation report generation, bookkeeper self-serve documentation.

                          • [claimed-docs] Manage connected accounts with the Dashboard: Review and take action on your connected accounts.
                          • [claimed-docs] To check the balance of a connected account, perform a retrieve balance call authenticated as the connected account.
                          • [claimed-docs] Schedule the frequency of automatic payouts
                          • [claimed-docs] You can view all disputes filed against your platform and connected accounts in your Dashboard.

                          Finix documents a Payouts Dashboard and >10 automated report types (transactions, disputes, fees) plus seller-payout management tools, which could support reconciliation and reporting, but there's no explicit evidence of a seller-facing self-serve statement/export portal that sellers or their bookkeepers can access directly without going through the platform's ops team. Missing for 10: seller-facing self-serve statement/export UI, explicit reconciliation report for bookkeeper close-out, and any confirmation that sellers (not just the platform) can pull these reports themselves.

                          • [claimed-docs] Learn how to manage your payout activity using the Payouts Dashboard.
                          • [claimed-docs] You can manage how sellers get paid out using the Finix Dashboard or our API.
                          • [claimed-docs] From transactions to disputes and fees, more than 10 report types are automated and available in your personal dashboard
                          • [claimed-docs] With Finix, you can easily onboard your sellers to start processing their payments and payouts.

                        Funds routing — stories about funds routing in this arenaFunds routing

                        Stories about funds routing in this arena

                        Holds release

                        1. developerFunds can wait — hold seller funds in a balance until delivery or dispute windows pass, release on my schedule or trigger, with the escrow-like mechanics and their limits documented

                          weight 2 · round drawn
                          Stripe Connectpartialcommunity5/10

                          Stripe Connect docs confirm the underlying primitives needed for escrow-like fund holding — connected-account balances can be checked via API (docs-18), payout timing can be scheduled or set to manual (docs-13), and dispute visibility exists in the Dashboard (docs-17) — meaning a developer can technically hold funds until a trigger and then release a payout on demand. However, there is no dedicated 'escrow' feature or documentation describing dispute-window-specific holds, delivery-triggered releases, or the compliance limits of doing so; a community thread even raises unresolved compliance concerns about using transfer holds to delay payouts (stripe-connect-comm-13), which is a caveat rather than a proven failure. missing for 10: explicit escrow/hold-until-trigger documentation, dispute-window-specific release mechanics, and clarified compliance limits for manually delaying payouts.

                          • [claimed-docs] Schedule the frequency of automatic payouts
                          • [claimed-docs] To check the balance of a connected account, perform a retrieve balance call authenticated as the connected account.
                          • [claimed-docs] You can view all disputes filed against your platform and connected accounts in your Dashboard.
                          • [claimed-docs] Connect platforms and marketplaces can allow their connected accounts to access their balances immediately following a successful charge.
                          • [community] Compliance concern raised: using a 'Special Case Transfer' to let money sit before payout 'seems non-compliant', asking when charges could a…

                          Finix documents controlling seller payouts on your own schedule via Dashboard or API and topping up/holding a platform balance before disbursing funds (finix-docs-12, finix-docs-13, finix-docs-15), which supports delaying seller payouts, and it has dispute-handling workflows (finix-docs-17, finix-docs-18). But there is no dedicated 'escrow' feature description — no documented hold-until-delivery mechanism, dispute-window-linked release triggers, or stated limits on how long funds can be held. Missing for 10: explicit escrow/hold-fund mechanics tied to delivery or dispute windows, documented release triggers/automation, and stated limits or edge cases of such holds.

                          • [claimed-docs] You can manage how sellers get paid out using the Finix Dashboard or our API.
                          • [claimed-docs] Use Payouts to send funds directly to a recipient's bank account or card in real-time.
                          • [claimed-docs] Top up your Finix balance with ACH or wire transfers before sending payouts.
                          • [claimed-docs] Monitor and act on Disputes through the Finix Dashboard or API.
                          • [claimed-docs] Upload evidence and submit a response to challenge a Dispute.

                        Negative balances

                        1. finance leadRefunds and chargebacks that exceed a seller's balance are recoverable — automatic debits against future earnings or their bank account, with the liability order documented

                          weight 2 · round drawn
                          Stripe Connectnone0/10

                          The evidence pack shows Connect supports viewing disputes (docs-17) and checking connected-account balances (docs-18), but nothing documents automatic debiting of future earnings or a connected account's bank account to cover refunds/chargebacks that exceed balance, nor any documented liability ordering. missing for 10: negative balance recovery/debit mechanics, bank-account debit fallback, documented liability order between platform and seller.

                          • [claimed-docs] You can view all disputes filed against your platform and connected accounts in your Dashboard.
                          • [claimed-docs] To check the balance of a connected account, perform a retrieve balance call authenticated as the connected account.
                          Finixnone0/10

                          Evidence covers disputes monitoring/response, payouts, and balance top-ups, but nothing describes automatic debiting of a seller's future earnings or bank account to recover chargeback/refund losses, nor any documented liability waterfall/order. missing for 10: documentation of automatic negative-balance recovery, debit reversal against future payouts or linked bank account, and liability order documentation.

                          • [claimed-docs] Monitor and act on Disputes through the Finix Dashboard or API.
                          • [claimed-docs] Upload evidence and submit a response to challenge a Dispute.
                          • [claimed-docs] Use Payouts to send funds directly to a recipient's bank account or card in real-time.
                          • [claimed-docs] Top up your Finix balance with ACH or wire transfers before sending payouts.

                        Splits

                        1. developerSplit one charge among any set of parties — route funds to multiple sellers, take my cut, and reverse or adjust the split later, all as first-class API objects

                          weight 3 · round to Stripe Connect
                          Stripe Connectpartialclaimed7/10

                          Docs clearly show charges can be split between platform and connected accounts as first-class API objects (docs-6, docs-7), with balances and payouts manageable per account (docs-18, docs-13). However, the evidence pack lacks explicit documentation of reversing or adjusting a split after the fact (e.g., reversing transfers or partial refunds tied to application fees), only touching disputes generally (docs-17). missing for 10: explicit reversal/adjustment API documentation, independent hands-on confirmation of split modification.

                          • [claimed-docs] Create a charge and split payments between your platform and your sellers or service providers.
                          • [claimed-docs] Pay out to connected accounts: Manage payouts and external accounts for your connected accounts.
                          • [claimed-docs] To check the balance of a connected account, perform a retrieve balance call authenticated as the connected account.
                          • [claimed-docs] Schedule the frequency of automatic payouts
                          • [claimed-docs] You can view all disputes filed against your platform and connected accounts in your Dashboard.

                          Finix's platform-payments docs show sellers can be onboarded and paid out, and platforms can 'monetize' payments and customize fees, which implies a split between seller and platform, but no evidence describes a first-class 'split' object spanning multiple sellers on one charge, nor mechanisms to reverse or adjust splits after the fact. missing for 10: explicit multi-party split/transfer API object, ability to route one charge to several sellers simultaneously, and reversal/adjustment of splits post-charge.

                          • [claimed-docs] With Finix, you can easily onboard your sellers to start processing their payments and payouts.
                          • [claimed-docs] Finix allows you to easily monetize your payments. We offer out of the box customizability, efficiency, and revenue growth tools.
                          • [claimed-docs] You can manage how sellers get paid out using the Finix Dashboard or our API.
                          • [claimed-docs] Some of the fee customizations available are: International charges, Transaction volume discounts, Applying fees per payment method, Acceler…

                        Marketplace disputes — stories about marketplace disputes in this arenaMarketplace disputes

                        Stories about marketplace disputes in this arena

                        Dispute handling

                        1. ops userDisputes are managed per seller — chargebacks land against the right sub-merchant, evidence is submitted via API or dashboard, and outcomes flow back into seller balances automatically

                          weight 3 · round drawn
                          Stripe Connectpartialclaimed5/10

                          Docs confirm disputes are tracked per connected account and viewable in the Dashboard for both platform and connected accounts, supporting the 'right sub-merchant' targeting (stripe-connect-docs-17), and connected-account balance retrieval exists (stripe-connect-docs-18). However, the evidence pack lacks explicit documentation of submitting dispute evidence via API/dashboard for connected accounts or confirmation that dispute outcomes automatically adjust seller balances. missing for 10: dedicated evidence-submission API/dashboard flow for connected-account disputes, and explicit description of automatic balance reconciliation post-dispute-resolution.

                          • [claimed-docs] You can view all disputes filed against your platform and connected accounts in your Dashboard.
                          • [claimed-docs] To check the balance of a connected account, perform a retrieve balance call authenticated as the connected account.

                          Finix documents general dispute management (monitor/act via Dashboard or API, upload evidence, submit response) and separately documents platform/seller-based architecture (onboarding sellers, seller payouts, sub-merchant balances), implying disputes could be tied to sub-merchants, but no docs explicitly confirm chargebacks are routed per-seller or that outcomes automatically adjust seller balances. missing for 10: explicit documentation of chargebacks landing against the correct sub-merchant, and automatic balance reconciliation after dispute resolution.

                          • [claimed-docs] Monitor and act on Disputes through the Finix Dashboard or API.
                          • [claimed-docs] Upload evidence and submit a response to challenge a Dispute.
                          • [claimed-docs] You can manage how sellers get paid out using the Finix Dashboard or our API.
                          • [claimed-docs] With Finix, you can easily onboard your sellers to start processing their payments and payouts.

                        Portfolio risk

                        1. ops userWatch risk across my seller portfolio — fraud and credit-risk signals per sub-merchant, alerts on anomalous sellers, and tools to pause payouts or offboard bad actors

                          weight 2 · round drawn
                          Stripe Connectpartialclaimed4/10

                          Docs confirm identity verification for risk reduction, a Dashboard to review/manage connected accounts and take action, and visibility into disputes across the platform — core building blocks for portfolio risk oversight. However there is no evidence of per-seller fraud/credit-risk scoring, automated anomaly alerts, or explicit payout-pause/offboarding workflows for bad actors. missing for 10: per-merchant fraud/credit-risk scoring, anomalous-seller alerting, explicit pause-payout/offboard tooling, independent evidence these risk tools work in practice.

                          • [claimed-docs] Use identity verification to reduce risk on your platform when using Connect.
                          • [claimed-docs] You can view all disputes filed against your platform and connected accounts in your Dashboard.
                          • [claimed-docs] Manage connected accounts with the Dashboard: Review and take action on your connected accounts.
                          • [claimed-docs] Schedule the frequency of automatic payouts

                          Finix documents dispute monitoring/response tools, payout dashboards, and automated reports covering transactions/disputes/fees, which partially support portfolio oversight and dispute handling. However there is no evidence of fraud or credit-risk scoring per sub-merchant, anomaly alerts on sellers, or explicit tools to pause payouts or offboard bad actors. missing for 10: fraud/credit-risk signal scoring per sub-merchant, anomaly detection alerts, explicit payout-pause/offboarding controls, independent validation of these risk tools.

                          • [claimed-docs] Monitor and act on Disputes through the Finix Dashboard or API.
                          • [claimed-docs] Upload evidence and submit a response to challenge a Dispute.
                          • [claimed-docs] Dispute Management Tools
                          • [claimed-docs] From transactions to disputes and fees, more than 10 report types are automated and available in your personal dashboard
                          • [claimed-docs] Learn how to manage your payout activity using the Payouts Dashboard.

                        Marketplace payouts — stories about marketplace payouts in this arenaMarketplace payouts

                        Stories about marketplace payouts in this arena

                        Cross border

                        1. finance leadInternational sellers get paid properly — local-currency payouts, documented FX handling, and settlement to local bank rails rather than expensive wires

                          weight 2 · round to Stripe Connect
                          Stripe Connectpartialcommunity3/10

                          Docs confirm platforms can pay out to connected accounts, schedule payouts, and check connected-account balances, and one community comment praises Stripe Connect for enabling international marketplace payouts, but the pack contains no explicit documentation of local-currency payout rails, FX conversion mechanics, or settlement to local bank rails versus wires. An older community complaint even flags lack of international support as a pain point. missing for 10: dedicated docs on multi-currency payouts, FX conversion/fee transparency, and local bank-rail settlement for connected accounts.

                          • [claimed-docs] Pay out to connected accounts: Manage payouts and external accounts for your connected accounts.
                          • [claimed-docs] Schedule the frequency of automatic payouts
                          • [claimed-docs] To check the balance of a connected account, perform a retrieve balance call authenticated as the connected account.
                          • [community] Frustration over lack of international support: 'I love Stripe. Really I do. But until I can accept users from around the world, it seems pr…
                          • [community] 'current balanced customer who is soon to be a stripe convert. very thrilled about this and being able to payout internationally as a market…
                          Finixnone0/10

                          Finix's documented payouts focus on US rails (ACH, wire, card, real-time bank payouts) and its only international-related mention is a fee customization for 'International charges' (finix-docs-25), not multi-currency payout support, FX handling, or local settlement rails. No evidence describes local-currency payouts to international sellers or settlement via local bank networks.

                          • [claimed-docs] Use Payouts to send funds directly to a recipient's bank account or card in real-time.
                          • [claimed-docs] Top up your Finix balance with ACH or wire transfers before sending payouts.
                          • [claimed-docs] Some of the fee customizations available are: International charges, Transaction volume discounts, Applying fees per payment method, Acceler…
                          • [claimed-docs] You can manage how sellers get paid out using the Finix Dashboard or our API.

                        Payout schedules

                        1. ops userPayouts run on the schedule each seller needs — daily, weekly, monthly, or manual, plus instant payouts to cards or real-time rails where supported, configurable per seller

                          weight 3 · round to Stripe Connect
                          Stripe Connectfullclaimed8/10

                          Docs explicitly cover configurable automatic payout scheduling per connected account (daily/weekly/monthly/manual) and instant payouts to cards/real-time rails where supported, matching the story's core requirements. Missing for 10: no explicit confirmation that schedule can be set independently per-seller at scale with concrete examples, and no independent/hands-on corroboration of the scheduling flexibility beyond docs.

                          • [claimed-docs] Schedule the frequency of automatic payouts
                          • [claimed-docs] Connect platforms and marketplaces can allow their connected accounts to access their balances immediately following a successful charge.
                          • [claimed-docs] Pay out to connected accounts: Manage payouts and external accounts for your connected accounts.

                          Finix docs confirm real-time payouts to bank accounts or cards, payout links, top-up via ACH/wire, and a test environment where you can 'set payout schedules,' plus per-seller payout management via Dashboard or API. However, there's no explicit documentation of configurable daily/weekly/monthly/manual cadence options per seller or instant-payout-to-real-time-rails distinctions beyond cards. missing for 10: explicit per-seller schedule configuration UI/API (daily/weekly/monthly/manual options), documentation of real-time rail support beyond cards, and independent/hands-on confirmation of scheduling flexibility.

                          • [claimed-docs] Make a payout to a recipient's credit or debit card.
                          • [claimed-docs] You can manage how sellers get paid out using the Finix Dashboard or our API.
                          • [claimed-docs] Use Payouts to send funds directly to a recipient's bank account or card in real-time.
                          • [claimed-docs] Top up your Finix balance with ACH or wire transfers before sending payouts.
                          • [claimed-docs] Finix’s test environment allows you to simulate a live payments experience. Test card payments, configure fees schemas, set payout schedules…

                        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 Connect
                          Stripe Connectpartialprobed7/10

                          Docs show Stripe Connect exposes nearly all platform operations (account creation, onboarding, charges, payouts, treasury, cards, balances, webhooks) via API, including an explicit 'API onboarding' path as an alternative to the embedded UI component (stripe-connect-docs-5), and CLI/MCP tooling further extend programmatic control (stripe-connect-probe-4, stripe-connect-probe-5). However, some capabilities like dispute review, account management, and no-code pricing tools are documented as Dashboard-centric (stripe-connect-docs-9, stripe-connect-docs-17, stripe-connect-docs-8) without explicit confirmation that every such action has a full API equivalent. Missing for 10: explicit documentation confirming 1:1 API parity for dispute resolution/dashboard review actions, and independent/hands-on confirmation that no UI-only feature exists.

                          • [claimed-docs] API onboarding: You use the Stripe API to build your own customized onboarding UI.
                          • [claimed-docs] Manage connected accounts with the Dashboard: Review and take action on your connected accounts.
                          • [claimed-docs] You can view all disputes filed against your platform and connected accounts in your Dashboard.
                          • [claimed-docs] platforms can implement a range of pricing strategies for different payment processing use-cases, without the need to write any code
                          • [probe] official MCP server documented at https://docs.stripe.com/mcp
                          • [probe] official CLI documented at https://docs.stripe.com/stripe-cli

                          Docs repeatedly note dual access via 'Dashboard or API' for payouts, seller payouts, disputes, and onboarding (finix-docs-6,7,8,12,17), indicating most core operations are API-accessible, and a Sandbox/Live environment plus webhooks support programmatic workflows (finix-docs-19,20). However, some UI-only surfaces like reporting/dashboard analytics and pricing/fee customization tools are described only in dashboard terms (finix-docs-22,24,25) without explicit API parity confirmation. Missing for 10: explicit API equivalents for dashboard reporting/analytics and fee-customization UI, and independent/hands-on confirmation that no UI action is API-inaccessible.

                          • [claimed-docs] Learn how to onboard your sellers with Finix's APIs.
                          • [claimed-docs] Make a payout to a recipient's credit or debit card.
                          • [claimed-docs] Learn how to create payout links on the Finix Dashboard and via API
                          • [claimed-docs] You can manage how sellers get paid out using the Finix Dashboard or our API.
                          • [claimed-docs] Monitor and act on Disputes through the Finix Dashboard or API.
                          • [claimed-docs] Webhooks let you receive notifications programmatically when your API resources are created or updated.
                          • [claimed-docs] Finix provides separate Sandbox and Live accounts, along with the corresponding API credentials to access the Finix API.
                          • [claimed-docs] Dispute Management Tools
                          • [claimed-docs] From transactions to disputes and fees, more than 10 report types are automated and available in your personal dashboard

                        Payfac liability — stories about payfac liability in this arenaPayfac liability

                        Stories about payfac liability in this arena

                        Graduation path

                        1. founderThere's a path up the stack — start on the managed model and graduate toward registered payment facilitation with more economics and control, without replatforming

                          weight 2 · round to Stripe Connect
                          Stripe Connectpartialclaimed4/10

                          Docs show Connect offers a spectrum of control—managed onboarding vs. custom API onboarding, unified identity with multiple account configurations (merchant/customer), and platform-level control over payouts, pricing, and balances—implying a platform can grow from a lighter-touch managed setup toward more direct control without switching providers. However, there is no explicit documentation of a formal path to registered payment-facilitator (PayFac) status, its licensing/economics implications, or how liability shifts as a platform matures. missing for 10: explicit PayFac registration/graduation path, documentation on liability shift and licensing requirements, case studies of platforms moving from managed to PayFac model without replatforming.

                          • [claimed-docs] Create a unified identity to represent each of your platform's connected accounts with one or more configurations, such as merchant or custo…
                          • [claimed-docs] You embed the Account onboarding component directly in your application and your connected accounts go through the onboarding flow without l…
                          • [claimed-docs] API onboarding: You use the Stripe API to build your own customized onboarding UI.
                          • [claimed-docs] Pay out to connected accounts: Manage payouts and external accounts for your connected accounts.
                          • [claimed-docs] Manage connected accounts with the Dashboard: Review and take action on your connected accounts.
                          • [claimed-docs] To check the balance of a connected account, perform a retrieve balance call authenticated as the connected account.
                          Finixnone0/10

                          Evidence shows Finix's platform-payments features (seller onboarding, payouts, monetization, disputes) but nowhere describes a staged path from a managed/PayFac-as-a-service model to full registered payment facilitation, nor any assurance that such a transition avoids replatforming. This specific payfac-liability graduation story is unaddressed in the pack.

                          Responsibility split

                          1. ops userThe responsibility split is explicit — who owns KYC/AML, card-network compliance, fraud losses, and seller misconduct between me and the provider, in the docs rather than the contract's fine print

                            weight 2 · round drawn
                            Stripe Connectnone0/10

                            The docs describe operational features (identity verification, dispute dashboards, payouts) but none explicitly lay out a responsibility matrix for who owns KYC/AML, card-network compliance, fraud losses, or seller misconduct — that allocation is left implicit or pushed to the underlying account agreement. Community evidence even shows a user unsure whether a specific payout pattern is compliant, underscoring the lack of a documented liability split.

                            • [claimed-docs] Use identity verification to reduce risk on your platform when using Connect.
                            • [claimed-docs] You can view all disputes filed against your platform and connected accounts in your Dashboard.
                            • [community] Compliance concern raised: using a 'Special Case Transfer' to let money sit before payout 'seems non-compliant', asking when charges could a…
                            Finixnone0/10

                            Evidence pack shows only feature-level docs (onboarding, payouts, disputes, tokenization) with no explicit documentation splitting liability for KYC/AML, card-network compliance, fraud losses, or seller misconduct between Finix and the platform/ops user. Community items are unrelated commentary about branding/positioning, not liability allocation.

                            Tax forms

                            1. finance leadSeller tax reporting is handled — 1099-K thresholds tracked, forms generated, delivered, and filed, with the data corrections workflow documented

                              weight 2 · round drawn
                              Stripe Connectnone0/10

                              The evidence pack covers onboarding, payments, payouts, disputes, identity verification, and treasury, but contains no mention of 1099-K tracking, tax form generation/delivery/filing, or a documented data corrections workflow for tax reporting.

                                Finixnone0/10

                                No evidence in the pack mentions 1099-K thresholds, tax form generation/filing, delivery to sellers, or any data-correction workflow for tax reporting; coverage is limited to payouts, onboarding, disputes, and reporting on transactions/fees.

                                Platform agent access — stories about platform agent access in this arenaPlatform agent access

                                Stories about platform agent access in this arena

                                Agent money ops

                                1. ai-native userAn agent can work the money side — read balances and payouts, investigate a seller's missing payout, draft dispute evidence — against documented, agent-usable surfaces

                                  weight 2 · round to Stripe Connect
                                  Stripe Connectpartialprobed7/10

                                  Stripe publishes concrete API-level surfaces an agent could use: retrieving a connected account's balance (stripe-connect-docs-18), managing/scheduling payouts (stripe-connect-docs-7, docs-13), viewing disputes (stripe-connect-docs-17), webhooks for investigating events (stripe-connect-docs-15), plus an official MCP server (stripe-connect-probe-4) and CLI (stripe-connect-probe-5) that give agents a documented, tool-callable interface rather than just human docs. However, the evidence only shows dispute *viewing* in the Dashboard, not an API/MCP-exposed workflow for drafting/submitting dispute evidence, and there's no hands-on proof of an agent actually chaining balance+payout+dispute calls to 'investigate a missing payout.' Missing for 10: documented dispute-evidence submission surface usable by an agent, and independent/hands-on evidence of an agent performing the described investigate-and-draft workflow via MCP/API.

                                  • [claimed-docs] To check the balance of a connected account, perform a retrieve balance call authenticated as the connected account.
                                  • [claimed-docs] Pay out to connected accounts: Manage payouts and external accounts for your connected accounts.
                                  • [claimed-docs] Schedule the frequency of automatic payouts
                                  • [claimed-docs] You can view all disputes filed against your platform and connected accounts in your Dashboard.
                                  • [claimed-docs] All Connect integrations should establish a webhook endpoint to listen for Connect events.
                                  • [probe] official MCP server documented at https://docs.stripe.com/mcp
                                  • [probe] official CLI documented at https://docs.stripe.com/stripe-cli

                                  Finix documents API/dashboard surfaces for reading payouts, diagnosing failed payouts, and uploading dispute evidence (finix-docs-7,12,13,16,17,18), and it ships an official MCP server so agents can query API documentation (finix-docs-21, finix-probe-2). However, the MCP server is explicitly for answering questions about the API, not for performing agent actions like reading live balances or drafting/submitting dispute evidence directly — that still requires building against the REST API. Missing for 10: evidence of an agent actually executing balance/payout reads or dispute-evidence actions via the MCP server or an agent SDK, and independent/hands-on confirmation of agent usability.

                                  • [claimed-docs] Make a payout to a recipient's credit or debit card.
                                  • [claimed-docs] You can manage how sellers get paid out using the Finix Dashboard or our API.
                                  • [claimed-docs] Use Payouts to send funds directly to a recipient's bank account or card in real-time.
                                  • [claimed-docs] Diagnose and resolve payouts that fail before funds reach the recipient.
                                  • [claimed-docs] Monitor and act on Disputes through the Finix Dashboard or API.
                                  • [claimed-docs] Upload evidence and submit a response to challenge a Dispute.
                                  • [claimed-docs] Ask an AI agent questions about the Finix API to get accurate, current answers.
                                  • [probe] official MCP server documented at https://docs.finix.com/additional-resources/developers/mcp-server

                                Agent onboarding

                                1. ai-native userAn agent can run seller operations — create accounts, drive onboarding to completion, and answer requirements-due states through the API or an MCP surface with scoped credentials

                                  weight 3 · round to Stripe Connect
                                  Stripe Connectpartialprobed5/10

                                  Stripe Connect exposes full API surface for creating connected accounts, driving onboarding (embedded or API-based), and checking requirements via identity verification (docs-4, docs-5, docs-16), and Stripe documents an official MCP server (probe-4). However, there's no evidence the MCP server specifically exposes Connect account-creation/onboarding/requirements-due operations, nor any documentation of scoped credentials for agent-driven seller operations. Missing for 10: MCP tool list showing Connect account management functions, explicit scoped-credential/permission model for agents, and evidence of agents actually completing onboarding or resolving requirements-due states end-to-end.

                                  • [claimed-docs] You embed the Account onboarding component directly in your application and your connected accounts go through the onboarding flow without l…
                                  • [claimed-docs] API onboarding: You use the Stripe API to build your own customized onboarding UI.
                                  • [claimed-docs] Use identity verification to reduce risk on your platform when using Connect.
                                  • [probe] official MCP server documented at https://docs.stripe.com/mcp

                                  Finix has API-based seller onboarding (create accounts, onboarding forms, API onboarding flows) and an official MCP server for the docs/API, but the MCP server is documented as a Q&A assistant ('ask an AI agent questions about the Finix API') rather than an actionable surface for agents to create accounts, drive onboarding, or query/answer requirements-due states. No evidence of scoped credentials for agent-driven actions or of onboarding-status/requirements-due endpoints being exposed via MCP. missing for 10: evidence that the MCP server supports actionable operations (account creation, onboarding progression) rather than just Q&A, documentation of requirements-due/onboarding-status API endpoints, and evidence of scoped/agent-specific credentialing.

                                  • [claimed-docs] Learn how to onboard your sellers with Finix's APIs.
                                  • [claimed-docs] With Finix, you can easily onboard your sellers to start processing their payments and payouts.
                                  • [claimed-docs] Use Finix's APIs to build your own custom onboarding experience for your sellers.
                                  • [claimed-docs] Ask an AI agent questions about the Finix API to get accurate, current answers.
                                  • [probe] official MCP server documented at https://docs.finix.com/additional-resources/developers/mcp-server
                                  • [claimed-docs] Finix provides separate Sandbox and Live accounts, along with the corresponding API credentials to access the Finix API.

                                Agentic commerce

                                1. developerThe platform is ready for agent buyers — documented support for agent-initiated checkout on marketplace transactions (agentic-commerce protocols, delegated payment credentials) that works with split funds flows

                                  weight 2 · round drawn
                                  Stripe Connectnone0/10

                                  Evidence covers standard Connect marketplace/split-payment functionality (charges, payouts, onboarding, balances) but contains no mention of agent-initiated checkout, agentic-commerce protocols, or delegated payment credentials for AI agent buyers. Missing for 10: any documentation of agent/AI buyer checkout support, delegated payment credential mechanisms, or agentic-commerce protocol integration with split funds.

                                    Finixnone0/10

                                    No evidence of agent-initiated checkout support, agentic-commerce protocols, or delegated payment credentials tied to marketplace split-funds flows; docs only cover standard onboarding, payouts, disputes, and an MCP server for asking questions about the API, not enabling agent-driven purchases.

                                    • [claimed-docs] Ask an AI agent questions about the Finix API to get accurate, current answers.
                                    • [probe] official MCP server documented at https://docs.finix.com/additional-resources/developers/mcp-server
                                    • [claimed-docs] With Finix, you can easily onboard your sellers to start processing their payments and payouts.
                                    • [claimed-docs] You can manage how sellers get paid out using the Finix Dashboard or our API.

                                  Platform ledger — stories about platform ledger in this arenaPlatform ledger

                                  Stories about platform ledger in this arena

                                  Funds custody

                                  1. finance leadPlatform funds have a home — clarity on where in-flight and held funds sit, whether balances earn yield, and how money is segregated from the provider's own accounts

                                    weight 2 · round to Stripe Connect
                                    Stripe Connectpartialcommunity4/10

                                    Docs show connected-account balance visibility, payout scheduling/instant payouts, and Treasury for holding funds and cash-back, giving a finance lead partial insight into where funds sit and payout timing. However there is no explicit documentation on how platform funds are legally segregated from Stripe's own accounts, nor clear policy on whether held balances earn yield/interest, and a community thread raises unresolved compliance questions about funds sitting via 'Special Case Transfer' before payout. missing for 10: explicit fund-segregation/custody disclosures, yield/interest policy on held balances, clear compliance answer to the raised concern.

                                    • [claimed-docs] To check the balance of a connected account, perform a retrieve balance call authenticated as the connected account.
                                    • [claimed-docs] Embed Treasury in your platform to allow your customers to hold funds, pay bills, earn cash back, and manage cashflow.
                                    • [claimed-docs] Schedule the frequency of automatic payouts
                                    • [claimed-docs] Connect platforms and marketplaces can allow their connected accounts to access their balances immediately following a successful charge.
                                    • [community] Compliance concern raised: using a 'Special Case Transfer' to let money sit before payout 'seems non-compliant', asking when charges could a…
                                    Finixnone0/10

                                    The evidence pack covers payouts, onboarding, disputes, and dashboard reporting, but contains no mention of where held/in-flight funds are custodied, whether balances earn yield, or how platform funds are segregated from Finix's own accounts — a standard and expected disclosure for a payments/platform-ledger product. missing for 10: any documentation of fund custody/segregation structure, statements on yield/interest on held balances, and disclosure of banking partner or FBO account arrangements.

                                    • [claimed-docs] Top up your Finix balance with ACH or wire transfers before sending payouts.
                                    • [claimed-docs] Use Payouts to send funds directly to a recipient's bank account or card in real-time.

                                  Ledger visibility

                                  1. finance leadThe platform's money is legible — balances by seller and by my own fee accounts, every movement traceable from charge through split to payout, reconcilable to the penny

                                    weight 3 · round to Stripe Connect
                                    Stripe Connectpartialcommunity7/10

                                    Docs show core building blocks for ledger legibility: per-connected-account balance retrieval, charge splitting between platform and sellers, payout scheduling/management, and webhook events for tracking money movement, plus dispute visibility. However there's no explicit evidence of a dedicated reconciliation/reporting API or penny-level ledger export, and community threads flag real confusion over fee 'double dipping' and payout timing/compliance that complicate exact traceability. missing for 10: explicit reconciliation/reporting tooling (e.g. balance transaction reports), documented penny-accurate audit trail from charge→split→payout, and independent confirmation that finance teams can fully reconcile without extra tooling.

                                    • [claimed-docs] To check the balance of a connected account, perform a retrieve balance call authenticated as the connected account.
                                    • [claimed-docs] Create a charge and split payments between your platform and your sellers or service providers.
                                    • [claimed-docs] Pay out to connected accounts: Manage payouts and external accounts for your connected accounts.
                                    • [claimed-docs] Schedule the frequency of automatic payouts
                                    • [claimed-docs] All Connect integrations should establish a webhook endpoint to listen for Connect events.
                                    • [claimed-docs] You can view all disputes filed against your platform and connected accounts in your Dashboard.
                                    • [community] User confusion over fee structure: 'If Stripe is charging 0.5% of funds paid out to managed accounts, does this mean you're "double dipping"…
                                    • [community] Compliance concern raised: using a 'Special Case Transfer' to let money sit before payout 'seems non-compliant', asking when charges could a…

                                    Finix provides fee/monetization tooling, a Payouts Dashboard, 10+ automated report types (transactions, disputes, fees), sandbox/live environments and webhooks for tracking resource state changes, which together support financial visibility and reconciliation workflows. However, there is no explicit documentation of a unified ledger view showing per-seller balances alongside platform fee-account balances, or a single traceable charge→split→payout audit trail guaranteed to reconcile to the penny. Missing for 10: dedicated seller-balance/fee-account balance dashboard, explicit charge-to-payout traceability/audit-trail documentation, penny-level reconciliation guarantees or tooling.

                                    • [claimed-docs] Learn how to manage your payout activity using the Payouts Dashboard.
                                    • [claimed-docs] You can manage how sellers get paid out using the Finix Dashboard or our API.
                                    • [claimed-docs] Top up your Finix balance with ACH or wire transfers before sending payouts.
                                    • [claimed-docs] Webhooks let you receive notifications programmatically when your API resources are created or updated.
                                    • [claimed-docs] From transactions to disputes and fees, more than 10 report types are automated and available in your personal dashboard
                                    • [claimed-docs] Some of the fee customizations available are: International charges, Transaction volume discounts, Applying fees per payment method, Acceler…
                                    • [claimed-docs] Finix’s test environment allows you to simulate a live payments experience. Test card payments, configure fees schemas, set payout schedules…

                                  Recon exports

                                  1. developerReconciliation is automatable — settlement and balance reports per seller and rolled up, delivered as files or APIs my finance stack consumes on schedule

                                    weight 2 · round to Finix
                                    Stripe Connectpartialclaimed4/10

                                    Docs show balance-per-account retrieval and payout scheduling APIs, which are building blocks for reconciliation, but there is no evidence of a dedicated reconciliation/reporting API, scheduled file exports, or rolled-up settlement reports designed for finance-stack consumption. Missing for 10: dedicated reporting/reconciliation API (e.g. Sigma or Reporting API), scheduled file delivery mechanism, explicit rolled-up multi-seller settlement report format, and any first-party or community evidence of automated reconciliation workflows.

                                    • [claimed-docs] To check the balance of a connected account, perform a retrieve balance call authenticated as the connected account.
                                    • [claimed-docs] Schedule the frequency of automatic payouts
                                    • [claimed-docs] Pay out to connected accounts: Manage payouts and external accounts for your connected accounts.
                                    • [claimed-docs] Manage connected accounts with the Dashboard: Review and take action on your connected accounts.

                                    Finix docs mention automated dashboard reports (10+ report types covering transactions, disputes, fees) and webhooks for programmatic event notifications, plus seller payout management via API, which together support some reconciliation workflows. However, there is no explicit documentation of scheduled file delivery, per-seller vs rolled-up settlement/balance report APIs, or a dedicated reconciliation/reporting API for finance-stack consumption. Missing for 10: explicit scheduled report export (files/API), per-seller vs aggregate balance reconciliation endpoints, and confirmation of finance-stack integration patterns.

                                    • [claimed-docs] From transactions to disputes and fees, more than 10 report types are automated and available in your personal dashboard
                                    • [claimed-docs] You can manage how sellers get paid out using the Finix Dashboard or our API.
                                    • [claimed-docs] Webhooks let you receive notifications programmatically when your API resources are created or updated.
                                    • [claimed-docs] Monitor and act on Disputes through the Finix Dashboard or API.

                                  Platform monetization — stories about platform monetization in this arenaPlatform monetization

                                  Stories about platform monetization in this arena

                                  Application fees

                                  1. founderPayments are a revenue line — take an application fee or markup on every transaction, set per-seller pricing, and see my payments revenue reported distinctly from processing costs

                                    weight 3 · round to Finix
                                    Stripe Connectpartialcommunity6/10

                                    Docs confirm the core mechanics of platform monetization: splitting charges to add an application fee (stripe-connect-docs-6), no-code pricing strategy tools for different sellers/use-cases (stripe-connect-docs-8), and balance/payout management per connected account (stripe-connect-docs-7, stripe-connect-docs-18). However, there is no explicit documentation of a dashboard or reporting view that separates platform application-fee revenue from Stripe's own processing costs, and community threads show real confusion over fee structure ('double dipping') rather than confirmation of clean revenue/cost separation. Missing for 10: explicit reporting/dashboard feature that isolates platform revenue vs. processing fees, and clearer documentation of per-seller custom pricing configuration beyond a general pricing-tools mention.

                                    • [claimed-docs] Create a charge and split payments between your platform and your sellers or service providers.
                                    • [claimed-docs] platforms can implement a range of pricing strategies for different payment processing use-cases, without the need to write any code
                                    • [claimed-docs] Pay out to connected accounts: Manage payouts and external accounts for your connected accounts.
                                    • [claimed-docs] To check the balance of a connected account, perform a retrieve balance call authenticated as the connected account.
                                    • [community] User confusion over fee structure: 'If Stripe is charging 0.5% of funds paid out to managed accounts, does this mean you're "double dipping"…

                                    Finix explicitly documents platform monetization: per-seller fee customization (international charges, volume discounts, per-method fees), a dedicated 'Monetizing Payments' guide, and dashboard reporting that separates transactions, disputes, and fees across 10+ automated report types. This directly supports application fees/markup, per-seller pricing, and distinct revenue reporting. Missing for 10: no independent/hands-on verification of the revenue-vs-cost reporting split or real-world confirmation that markup fees appear as distinct line items in the dashboard.

                                    • [claimed-docs] Finix allows you to easily monetize your payments. We offer out of the box customizability, efficiency, and revenue growth tools.
                                    • [claimed-docs] From transactions to disputes and fees, more than 10 report types are automated and available in your personal dashboard
                                    • [claimed-docs] Some of the fee customizations available are: International charges, Transaction volume discounts, Applying fees per payment method, Acceler…
                                    • [claimed-docs] Finix’s test environment allows you to simulate a live payments experience. Test card payments, configure fees schemas, set payout schedules…
                                    • [claimed-docs] Dispute Management Tools

                                  Buy rates

                                  1. finance leadI control the economics — a documented buy rate from the provider and freedom to set the sell rate my sellers see, with interchange-level cost visibility to manage the spread

                                    weight 2 · round to Finix
                                    Stripe Connectpartialcommunity4/10

                                    Stripe Connect lets platforms split payments and set application/sell-side fees via 'platform pricing tools' and charge splitting, and Stripe's own processing rate is publicly documented, giving a documented buy rate and sell-rate freedom. However there is no evidence of interchange-level cost visibility or granular spread management — a community thread even shows confusion over Stripe's fee structure ('double dipping') rather than clear line-item interchange transparency. Missing for 10: interchange-level fee breakdown/reporting, documented spread/cost visibility tools, and evidence resolving the community confusion about fee stacking.

                                    • [claimed-docs] Create a charge and split payments between your platform and your sellers or service providers.
                                    • [claimed-docs] platforms can implement a range of pricing strategies for different payment processing use-cases, without the need to write any code
                                    • [claimed-docs] To check the balance of a connected account, perform a retrieve balance call authenticated as the connected account.
                                    • [community] User confusion over fee structure: 'If Stripe is charging 0.5% of funds paid out to managed accounts, does this mean you're "double dipping"…

                                    Finix documents platform monetization tools — fee customization (international charges, volume discounts, per-payment-method fees), configurable fee schemas in test/sandbox, and dashboard reports covering transactions, disputes, and fees — which supports setting a sell rate and viewing cost data. However there is no explicit documentation of a 'buy rate' contract from Finix itself or interchange-level cost breakdowns for spread management. Missing for 10: documented buy rate/cost-plus pricing terms, interchange-level line-item visibility, and independent confirmation of spread transparency.

                                    • [claimed-docs] Finix allows you to easily monetize your payments. We offer out of the box customizability, efficiency, and revenue growth tools.
                                    • [claimed-docs] From transactions to disputes and fees, more than 10 report types are automated and available in your personal dashboard
                                    • [claimed-docs] Some of the fee customizations available are: International charges, Transaction volume discounts, Applying fees per payment method, Acceler…
                                    • [claimed-docs] Finix’s test environment allows you to simulate a live payments experience. Test card payments, configure fees schemas, set payout schedules…

                                  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
                                    Stripe Connectnone0/10

                                    No evidence in the pack mentions data residency, regional data storage, or configurable data location for Stripe Connect; the axis applies (payments platforms commonly address data residency for compliance) but no supporting documentation is present.

                                      Finixnone0/10

                                      No evidence anywhere in the pack of data residency/region selection controls, storage location options, or compliance-region certifications; Finix's documentation is entirely about payments/payouts/onboarding functionality with no mention of data residency choices.

                                      Seller onboarding — stories about seller onboarding in this arenaSeller onboarding

                                      Stories about seller onboarding in this arena

                                      Global coverage

                                      1. founderSellers can join from where they are — supported onboarding countries, local payment methods, and local-currency settlement documented as a coverage map, not discovered ticket by ticket

                                        weight 2 · round drawn
                                        Stripe Connectnone0/10

                                        The evidence pack shows generic onboarding, identity-verification, and payout docs, but none of the citations reference a consolidated coverage map of supported onboarding countries, local payment methods, or local-currency settlement. In fact, community evidence points the other way: complaints about lack of international support and confusion between a blog post claiming broad country support and docs limiting it to US/Canada (comm-8, comm-10), suggesting coverage info is scattered rather than a single documented map. missing for 10: an explicit supported-countries list, a local-payment-methods matrix, and a local-currency settlement reference, plus confirmation these are unified rather than discovered piecemeal.

                                        • [community] Frustration over lack of international support: 'I love Stripe. Really I do. But until I can accept users from around the world, it seems pr…
                                        • [community] Bug report: broken docs link for managed accounts showing 'An unexpected error occurred', and confusion between blog post saying managed acc…
                                        Finixnone0/10

                                        Evidence covers merchant onboarding mechanics (forms, APIs) but there is no documented coverage map of supported onboarding countries, local payment methods, or local-currency settlement — nothing resembling a country/currency/payment-method matrix appears anywhere in the pack.

                                        Onboarding api

                                        1. developerOnboard a seller through the API — KYB and KYC, bank account linking, and terms acceptance — with hosted flows and embeddable components when I don't want to build the forms

                                          weight 3 · round to Stripe Connect
                                          Stripe Connectfullcommunity8/10

                                          Docs explicitly describe both hosted onboarding (embeddable Account onboarding component) and full API onboarding for custom UIs, plus identity verification, bank account/external account linking, and payouts — covering KYC/KYB and bank linking needs without building forms. Community quotes (OAuth flow, webhooks) corroborate ease of onboarding, though some complaints about seller-facing friction and international limits reflect UX rather than capability gaps. Missing for 10: explicit mention of terms-of-service acceptance step in onboarding flow and more recent independent hands-on validation of the embedded components.

                                          • [claimed-docs] You embed the Account onboarding component directly in your application and your connected accounts go through the onboarding flow without l…
                                          • [claimed-docs] API onboarding: You use the Stripe API to build your own customized onboarding UI.
                                          • [claimed-docs] Use identity verification to reduce risk on your platform when using Connect.
                                          • [claimed-docs] Pay out to connected accounts: Manage payouts and external accounts for your connected accounts.
                                          • [community] 'We've been using this for awhile for Zenbox... The implementation was straightforward, and it instantly made Stripe the easiest integration…
                                          • [community] 'I implemented stripe connect on donat.io and it is awesome! The webhooks are great and the oauth flow is super simple too.'

                                          Finix docs clearly describe API-based seller onboarding (finix-docs-6, finix-docs-9, finix-docs-10) and hosted 'Onboarding Forms' to save developers from building UI (finix-docs-5), plus general merchant onboarding guidance (finix-docs-4). However, the evidence pack never explicitly details KYC/KYB data collection, bank account linking, or terms-of-service acceptance steps, nor confirms an embeddable (non-hosted-redirect) component distinct from the hosted forms. Missing for 10: explicit KYC/KYB field documentation, bank-account-linking flow details, terms-acceptance step, and confirmation of embeddable UI components (vs. only hosted forms).

                                          • [claimed-docs] If you are a platform, you can quickly onboard merchants to Finix.
                                          • [claimed-docs] Save time onboarding sellers by using our Onboarding Forms.
                                          • [claimed-docs] Learn how to onboard your sellers with Finix's APIs.
                                          • [claimed-docs] With Finix, you can easily onboard your sellers to start processing their payments and payouts.
                                          • [claimed-docs] Use Finix's APIs to build your own custom onboarding experience for your sellers.

                                        Progressive requirements

                                        1. ops userOnboarding friction is tunable — collect the minimum to start selling and gather the rest before payout thresholds, with clear requirements-due states per seller

                                          weight 2 · round drawn
                                          Stripe Connectpartialclaimed5/10

                                          Docs confirm flexible onboarding (embedded component or custom API-driven UI) and identity verification to reduce risk, which implies staged data collection, but no evidence explicitly describes tunable minimum-to-start thresholds or discrete 'requirements-due' states per seller. Missing for 10: explicit documentation of progressive/staggered requirement collection tied to payout thresholds, and clear surfacing of per-seller requirements-due status in the dashboard or API.

                                          • [claimed-docs] You embed the Account onboarding component directly in your application and your connected accounts go through the onboarding flow without l…
                                          • [claimed-docs] API onboarding: You use the Stripe API to build your own customized onboarding UI.
                                          • [claimed-docs] Use identity verification to reduce risk on your platform when using Connect.
                                          • [claimed-docs] Manage connected accounts with the Dashboard: Review and take action on your connected accounts.

                                          Finix docs show onboarding forms and APIs for onboarding sellers, plus dashboard/API controls for seller payouts, implying some flexibility in what's collected before payout, but there's no explicit documentation of a tunable 'minimum to start selling then collect more before payout thresholds' workflow or explicit per-seller requirements-due states. missing for 10: explicit documentation of configurable onboarding requirement tiers, requirements-due state tracking per seller, and evidence of payout-threshold gating tied to progressive data collection.

                                          • [claimed-docs] Save time onboarding sellers by using our Onboarding Forms.
                                          • [claimed-docs] Learn how to onboard your sellers with Finix's APIs.
                                          • [claimed-docs] With Finix, you can easily onboard your sellers to start processing their payments and payouts.
                                          • [claimed-docs] Use Finix's APIs to build your own custom onboarding experience for your sellers.
                                          • [claimed-docs] You can manage how sellers get paid out using the Finix Dashboard or our API.

                                        Not comparable on these axes

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

                                          weight 3 · not comparable
                                          Stripe Connectn/a

                                          Stripe Connect is a payments platform/API, not an AI agent or assistant that hosts tools and consumes MCP servers as a client. The evidence shows Stripe offers an official MCP *server* (docs.stripe.com/mcp) for AI agents to call into Stripe, which is the reverse relationship — not Stripe Connect acting as an MCP client plugging in external servers. This axis is a category error for a payments infrastructure product.

                                            Finixn/a

                                            Finix is a payments platform/API, not an AI agent or assistant product; the evidence only shows Finix exposing its own MCP server for external AI agents to query its API (finix-docs-21, finix-probe-2), not Finix itself consuming or plugging in external MCP servers to gain new tool capabilities. This client-side 'plug MCP servers in' story is a category mismatch for a payments SaaS with no agentic core.

                                            • [claimed-docs] Ask an AI agent questions about the Finix API to get accurate, current answers.
                                            • [probe] official MCP server documented at https://docs.finix.com/additional-resources/developers/mcp-server
                                          • ai-native userIssue scoped/least-privilege API credentials for an agent

                                            weight 2 · not comparable
                                            Stripe Connectn/a

                                            Stripe Connect is a payments platform for marketplaces/platforms managing connected accounts, not an agent-facing credentialing system; scoped/least-privilege API credentials for AI agents is not a fair axis for this product's category (though Stripe does offer restricted API keys generally, no evidence ties this to agent-specific credential issuance in Connect).

                                              Finixnone0/10

                                              Finix docs mention separate Sandbox/Live API credentials but give no evidence of scoped or least-privilege credential issuance (e.g., role-based keys, permission scopes) for agent use cases; the MCP server doc is about querying API docs, not credential scoping.

                                              • [claimed-docs] Finix provides separate Sandbox and Live accounts, along with the corresponding API credentials to access the Finix API.
                                              • [claimed-docs] Ask an AI agent questions about the Finix API to get accurate, current answers.
                                            • ai-native userGet AI-generated insights and suggestions from my data inside the product

                                              weight 2 · not comparable
                                              Stripe Connectn/a

                                              Stripe Connect is a payments infrastructure API/platform for marketplaces, not a data analytics or insights product; nothing in the evidence pack relates to AI-generated insights or suggestions from user data within the product's UI. This story is a category error for this product type.

                                                Finixnone0/10

                                                No evidence of AI-generated insights or suggestions surfaced from user data within Finix's dashboard or product; the MCP server evidence only supports asking an AI agent questions about the API, not in-product data insights.

                                                • ai-native userDelegate tasks to a built-in AI assistant inside the product

                                                  weight 3 · not comparable
                                                  Stripe Connectn/a

                                                  Stripe Connect is a payments platform infrastructure product, not an assistant/agent interface; there's no built-in AI assistant to delegate tasks to (only an unrelated MCP server enabling external agents to call Stripe APIs). This axis is a category error for this product type.

                                                    Finixnone0/10

                                                    Evidence shows only an MCP server for querying API documentation ([finix-probe-2], [finix-docs-21]) — a developer reference tool, not a built-in AI assistant inside the Finix product that can be delegated tasks (e.g., managing payouts, disputes, onboarding). No evidence of any in-product agentic assistant.

                                                    • [claimed-docs] Ask an AI agent questions about the Finix API to get accurate, current answers.
                                                    • [probe] official MCP server documented at https://docs.finix.com/additional-resources/developers/mcp-server
                                                  • ai-native userVersion, review, and roll back my automations

                                                    weight 1 · not comparable
                                                    Stripe Connectn/a

                                                    Stripe Connect is a payments platform API/product for onboarding and paying connected accounts, not an automation-building tool with a concept of 'automations' that could be versioned, reviewed, or rolled back. This axis is a category error for this product type.

                                                      Finixn/a

                                                      Finix is a payments infrastructure API/platform, not an automation-building tool; there is no concept of 'automations' to version, review, or roll back in its product surface—this axis is a category error for a payments processor.

                                                      • ai-native userExport all of my data in open formats and leave

                                                        weight 3 · not comparable
                                                        Stripe Connectn/a

                                                        Stripe Connect is a payments platform API for building marketplaces, not a data-hosting product where end users store personal data that they'd need to export in open formats and leave; data export/portability is a category error for this product type.

                                                          Finixnone0/10

                                                          No evidence describes an ability to export all account/transaction data in open formats or facilitate leaving the platform; only dashboard reporting features are mentioned, not full data export/portability. Missing for 10: documented bulk data export, open format guarantees (CSV/JSON), or data portability/exit tooling.

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

                                                            weight 2 · not comparable
                                                            Stripe Connectnone0/10

                                                            Stripe Connect is closed-source proprietary SaaS; no evidence of any open-license source availability is provided in the pack, and the axis is fair to ask (a payments platform could theoretically open-source SDKs/components) but no such evidence exists.

                                                              Finixn/a

                                                              Finix is a proprietary payments API/platform, not an open-source project; source availability under an open license is not a fair axis for this category of product.

                                                              • ai-native userSelf-host the core product

                                                                weight 3 · not comparable
                                                                Stripe Connectn/a

                                                                Stripe Connect is a hosted payments infrastructure/SaaS product; self-hosting the core service is a category error, not an applicable axis for a cloud payment processing platform.

                                                                  Finixn/a

                                                                  Finix is a hosted payments infrastructure/API platform, not software designed for self-hosting; the evidence pack is entirely about cloud dashboard/API features with no self-host offering. Self-hosting the core product is a category error for this type of SaaS payments platform.

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

                                                                    weight 3 · not comparable
                                                                    Stripe Connectn/a

                                                                    Stripe Connect is a payments/platform infrastructure product for marketplaces, not an AI model or AI service that trains on user data, so an AI-training data-opt-out control is a category error for this product type.

                                                                      Finixn/a

                                                                      Finix is a payments infrastructure platform, not an AI model or data-processing tool; the notion of opting out of AI training data usage is a category error for this product type, not something evidenced or expected in its docs.

                                                                      • ai-native userControl data retention and deletion

                                                                        weight 2 · not comparable
                                                                        Stripe Connectn/a

                                                                        Stripe Connect is a payments/marketplace platform, not an AI agent or data-processing tool where 'data retention and deletion controls for an AI-native user' is a fair category question; no evidence pack items address AI data retention/deletion at all.

                                                                          Finixnone0/10

                                                                          No evidence pack items address data retention policies, deletion controls, or privacy/data lifecycle management for Finix; docs focus entirely on payments, payouts, onboarding, and disputes.

                                                                          • ai-native userOpt out of telemetry and usage tracking

                                                                            weight 2 · not comparable
                                                                            Stripe Connectn/a

                                                                            Stripe Connect is a payments/marketplace platform API, not an AI agent or telemetry-collecting developer tool where an 'opt out of telemetry' privacy control would be a fair axis; no evidence pack content addresses telemetry opt-out.

                                                                              Finixn/a

                                                                              Finix is a payments infrastructure API/platform, not an AI agent or developer tool with client-side telemetry to opt out of; this privacy-posture story about telemetry opt-out is a category error for this kind of product.