Payment Fraud Prevention Arena
Signifyd vs Riskified
Signifyd
Signifyd, Inc.
Riskified wins · 7–7 (31 drawn)
Agentic commerce — stories about agentic commerce in this arenaAgentic commerce
Stories about agentic commerce in this arena
Agent detection
ai-native userThe product distinguishes malicious bots from legitimate AI buying agents, so agent-driven purchases aren't blanket-blocked as fraud
weight 2 · round drawnSignifydnone0/10The evidence pack covers Signifyd's fraud-decision API, webhooks, device profiling, chargebacks, and refund/return tooling, but nothing addresses distinguishing malicious bots from legitimate AI shopping/purchasing agents or any agentic-commerce-specific fraud logic. Missing for 10: any mention of AI agent identification, agent-vs-bot classification, or policy to avoid blocking legitimate AI buying agents.
Agent identity
developerPass verified agent identity — agentic-payment protocols, signed agent tokens, delegated spending scopes — into the risk decision as a first-class signal
weight 2 · round drawnSignifydnone0/10No evidence in the pack mentions agentic-payment protocols, signed agent tokens, or delegated spending scopes being ingested as risk signals; the API docs cover standard order/checkout/sale/chargeback events and device profiling only.
Riskifiednone0/10No evidence in the pack mentions agentic-payment protocols, signed agent tokens, or delegated spending scopes as inputs to Riskified's risk decision; the documented signals are customer/order/payment data, HMAC request auth, and Beacon session IDs, none of which represent verified agent identity as a first-class fraud signal.
Agenticness — how well agents can access and operate the productAgenticness
How well agents can access and operate the product
Agent access
ai-native userPoint an agent at llms.txt or agent-oriented docs
weight 2 · round to RiskifiedSignifydnone0/10The llms.txt probe returned a 404, showing no dedicated agent-oriented manifest exists, and while a markdown-rendered docs page was found at one URL, there's no evidence of a systematic agent-oriented docs structure or llms.txt file across the site. missing for 10: a working llms.txt or equivalent agent-discoverable docs index, and any indication docs are structured/announced for AI agent consumption.
A probe confirms Riskified hosts a working llms.txt at developers.riskified.com/llms.txt returning HTTP 200, and docs explicitly note pages can be fetched as markdown by appending .md — exactly the agent-oriented docs pattern. Missing for 10: no independent/third-party corroboration of an agent successfully consuming it, and no broader agent-specific documentation beyond the llms.txt index.
- [probe] “PROBE llms.txt: HTTP 200 at https://developers.riskified.com/llms.txt # Riskified documentation Documentation > Riskified Documentation Ap…”
ai-native userRun the product headlessly / in CI for automation
weight 2 · round to SignifydSignifyd's core product is a REST API (with SDKs and webhooks) intended for backend/server-side integration rather than a UI-dependent tool, which inherently supports headless/programmatic use in automated pipelines. However, there is no explicit documentation of CI-specific tooling, a CLI, or automated-testing guidance — missing for 10: CI-specific setup docs, CLI/automation tooling, service-account/API-key guidance for pipeline use, and independent confirmation of headless CI usage.
- [claimed-docs] “This document will show you how to use Signifyd's REST API to authenticate, make requests, and retrieve data.”
- [claimed-docs] “The Sale endpoint in Signifyd's API is used to record a Sale Event, which represents the completion of a purchase flow and the associated pa…”
- [claimed-docs] “The Checkout endpoint in Signifyd's API is used to record a Checkout Event in a Pre-Auth flow. This call should be made _before_ calling you…”
- [claimed-docs] “Create a new webhook. This will add to the list of any existing webhooks.”
- [claimed-docs] “SDKs provide mobile application developers with self-contained libraries for implementing Signifyd. Each SDK include instructions, examples,…”
Riskified is fundamentally an API-first fraud-decision service (decide/submit/advise/chargeback endpoints, SDKs, webhook notifications) that can be called programmatically without a UI, which supports headless/automated integration into checkout pipelines. However, there is no evidence of CI/CD-specific tooling, a CLI, or documented automation-testing workflows — the docs focus on production checkout integration, not build/test automation. Missing for 10: explicit CI/CD examples, a CLI or automation-testing guide, and confirmation of headless operation outside the live transaction flow.
- [claimed-docs] “The `/decide` endpoint is used to request that Riskified review an order for fraud after the customer has input their payment data and compl…”
- [claimed-docs] “The `/submit` endpoint sends transaction data to Riskified after the gateway authorizes the transaction for fraud analysis... the fraud deci…”
- [claimed-docs] “For each order reviewed by advise we provide a synchronous decision if it is clear fraud... CVV/3DS recommendations can be provided... TRA/S…”
- [claimed-docs] “Riskified provides SDKs for several languages to simplify API integration. SDK usage is optional, and all API endpoints can also be accessed…”
- [claimed-docs] “Riskified can send automated decision notifications to a merchant-defined endpoint when an order is approved or declined... If the endpoint …”
ai-native userConnect an agent via an official MCP server
weight 3 · round drawnSignifydnone0/10Signifyd is a fraud-protection SaaS with a REST API and webhooks, but there is no evidence of an official MCP server for agent connectivity; the llms.txt probe even 404s. missing for 10: any official MCP server, documentation, or first-party endpoint enabling agent connectivity.
- [probe] “PROBE llms.txt: HTTP 404 at https://developer.signifyd.com/llms.txt”
ai-native userUse an official CLI
weight 2 · round drawnSignifydnone0/10No evidence of any official CLI tool; Signifyd only documents REST API endpoints, SDKs for mobile apps, and webhooks, with no mention of a command-line interface for AI-native workflows.
ai-native userDrive the product through a documented public API
weight 3 · round drawnSignifyd provides a comprehensive, well-documented REST API covering authentication, sale/checkout events, decisions, chargebacks, webhooks, and SDKs, confirmed by both docs and a live probe returning 200 with actual API content. Missing for 10: no llms.txt or explicit AI-agent-oriented documentation, and no independent third-party corroboration of API usability.
- [claimed-docs] “This document will show you how to use Signifyd's REST API to authenticate, make requests, and retrieve data.”
- [claimed-docs] “The Sale endpoint in Signifyd's API is used to record a Sale Event, which represents the completion of a purchase flow and the associated pa…”
- [claimed-docs] “The Checkout endpoint in Signifyd's API is used to record a Checkout Event in a Pre-Auth flow. This call should be made _before_ calling you…”
- [claimed-docs] “Retrieve the latest fraud decision for an order in the Signifyd system.”
- [claimed-docs] “Create a new webhook. This will add to the list of any existing webhooks.”
- [probe] “PROBE docs-md: HTTP 200 at https://developer.signifyd.com/main/reference/introduction.md --- updatedAt: 2026-01-06T12:05:16.000Z --- # Fund…”
Riskified exposes a comprehensive documented REST API (decide, submit, advise, chargeback, notifications, login) with authentication (HMAC), synchronous/asynchronous flows, and optional SDKs, all directly callable via HTTP — clearly a documented public API an AI-native user could drive. The docs site also exposes an llms.txt for AI-friendly consumption, though no machine-readable OpenAPI/Swagger spec was found (404s on standard paths). Missing for 10: a discoverable OpenAPI/swagger schema and explicit rate-limit/versioning documentation.
- [claimed-docs] “The `/decide` endpoint is used to request that Riskified review an order for fraud after the customer has input their payment data and compl…”
- [claimed-docs] “The `/submit` endpoint sends transaction data to Riskified after the gateway authorizes the transaction for fraud analysis... the fraud deci…”
- [claimed-docs] “For each order reviewed by advise we provide a synchronous decision if it is clear fraud... CVV/3DS recommendations can be provided... TRA/S…”
- [claimed-docs] “Riskified provides SDKs for several languages to simplify API integration. SDK usage is optional, and all API endpoints can also be accessed…”
- [claimed-docs] “X-RISKIFIED-HMAC-SHA256 | Verification hash for the Request. Generated by performing an SHA256 encryption on the request's POST body and cal…”
- [claimed-docs] “Riskified can send automated decision notifications to a merchant-defined endpoint when an order is approved or declined... If the endpoint …”
- [claimed-docs] “Riskified supports different integration types:\n- **Pre-authorization Synchronous**: Review orders before payment authorization\n- **Post-a…”
- [probe] “PROBE llms.txt: HTTP 200 at https://developers.riskified.com/llms.txt # Riskified documentation Documentation > Riskified Documentation Ap…”
- [probe] “PROBE openapi: all candidate paths 404 (https://developers.riskified.com/openapi.json, https://developers.riskified.com/swagger.json, https:…”
ai-native userBuild against official SDKs
weight 2 · round drawnSignifyd documents official mobile SDKs with instructions, examples, and project files, plus a REST API reference for direct integration, but the evidence lacks concrete language-specific SDKs (Python, Node, Java, etc.), GitHub repos, or versioning/release info typical of AI-native SDK-driven workflows. missing for 10: language/server-side SDK documentation, GitHub repo links, code samples showing SDK usage beyond mobile.
- [claimed-docs] “SDKs provide mobile application developers with self-contained libraries for implementing Signifyd. Each SDK include instructions, examples,…”
- [claimed-docs] “This document will show you how to use Signifyd's REST API to authenticate, make requests, and retrieve data.”
Riskified's docs explicitly state that SDKs are provided for several languages to simplify API integration, confirming official SDK support (riskified-docs-5). However, the evidence lacks specifics such as which languages are covered, links to SDK repositories, or independent/community corroboration of SDK quality. Missing for 10: list of supported languages, links to SDK repos/package registries, hands-on developer feedback on SDK usability.
- [claimed-docs] “Riskified provides SDKs for several languages to simplify API integration. SDK usage is optional, and all API endpoints can also be accessed…”
ai-native userSubscribe to events via webhooks
weight 2 · round to SignifydSignifyd has documented webhook creation (createteamwebhook) and configuration docs describing real-time notifications for guarantee decisions, directly supporting event subscription via webhooks. Missing for 10: independent/hands-on corroboration of webhook reliability, full event-type catalog, and payload schema documentation.
- [claimed-docs] “Create a new webhook. This will add to the list of any existing webhooks.”
- [claimed-docs] “Signifyd can send a webhook to notify your online store every time a guarantee decision is made on a submitted order. This provides you with…”
Riskified documents a webhook-style notification mechanism: decision outcomes are pushed to a merchant-defined endpoint with retries on non-2xx and HMAC-SHA256 signature verification, which functions as an event webhook for fraud decisions and chargebacks. However, this is a fixed set of built-in notification types (order decision, chargeback) rather than a general-purpose subscribable event system with selectable event topics or a dashboard for managing webhook subscriptions. Missing for 10: a documented event catalog/subscription model letting users choose which event types to receive, and any UI/API for creating or managing multiple webhook subscriptions.
- [claimed-docs] “Riskified can send automated decision notifications to a merchant-defined endpoint when an order is approved or declined... If the endpoint …”
- [claimed-docs] “Riskified can send automated decision notifications to a merchant-defined endpoint when an order is approved or declined.”
- [claimed-docs] “X-RISKIFIED-HMAC-SHA256 | Verification hash for the Request. Generated by performing an SHA256 encryption on the request's POST body and cal…”
- [claimed-docs] “The `/submit` endpoint sends transaction data to Riskified after the gateway authorizes the transaction for fraud analysis... the fraud deci…”
- [claimed-docs] “Notifies Riskified that a chargeback has been submitted for a specific order.”
Agentic features
ai-native userGet AI-generated insights and suggestions from my data inside the product
weight 2 · round drawnSignifydnone0/10The evidence pack shows API endpoints, webhooks, SDKs, and marketing blurbs like 'Return Insights' offering 'actionable intelligence,' but nothing describes AI-generated insights, natural-language explanations, or suggestions surfaced to users inside the product. No dashboard, chat, or generative-AI feature is documented.
- [claimed-docs] “Return Insights Actionable intelligence to reduce returns and protect revenue”
- [claimed-docs] “Instant Refunds Deliver instant, risk-free refunds that drive loyalty and revenue”
ai-native userSet up automations that run autonomously in the background
weight 2 · round to SignifydSignifyd's core product (fraud decisioning, chargeback handling, webhook notifications) runs autonomously in the background once integrated, and webhooks/API endpoints let a merchant configure automated event flows (e.g. createteamwebhook, getdecision, createchargeback) that fire without manual intervention. However, there is no evidence of an AI-native automation builder, scheduler, or agent-configurable workflow system — the 'automation' here is fixed product behavior wired via API/webhooks rather than a user-defined autonomous automation platform. Missing for 10: evidence of a user-configurable automation/rules engine, scheduling or trigger-condition builder, and any AI-specific automation tooling.
- [claimed-docs] “Create a new webhook. This will add to the list of any existing webhooks.”
- [claimed-docs] “Signifyd can send a webhook to notify your online store every time a guarantee decision is made on a submitted order. This provides you with…”
- [claimed-docs] “Retrieve the latest fraud decision for an order in the Signifyd system.”
- [claimed-docs] “To create a chargeback against an Order in the Signifyd system, you need to record a Chargeback Event.”
- [claimed-docs] “This document will show you how to use Signifyd's REST API to authenticate, make requests, and retrieve data.”
ai-native userDelegate tasks to a built-in AI assistant inside the product
weight 3 · round drawnSignifydnone0/10The 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 drawnSignifydnone0/10Signifyd's evidence pack only shows a REST API and webhook integration for fraud/chargeback management; there is no mention of natural-language command interfaces, chat-based control, or NL-driven operation of the product. missing for 10: any NL command interface, chatbot/assistant control surface, or documented natural-language API layer.
- [claimed-docs] “This document will show you how to use Signifyd's REST API to authenticate, make requests, and retrieve data.”
- [claimed-docs] “The Sale endpoint in Signifyd's API is used to record a Sale Event, which represents the completion of a purchase flow and the associated pa…”
- [claimed-docs] “The Checkout endpoint in Signifyd's API is used to record a Checkout Event in a Pre-Auth flow. This call should be made _before_ calling you…”
Api quality
ai-native userExplore an interactive API reference with runnable examples
weight 2 · round drawnSignifydnone0/10Evidence shows Signifyd has an extensive REST API reference (endpoints for Sale, Checkout, Decision, Chargeback, Webhooks, etc.) but nothing in the pack indicates an interactive console, runnable code samples, or 'try it now' functionality typical of an AI-native API reference. Missing for 10: any mention of interactive/runnable request builder, live sandbox execution, or SDK-embedded runnable snippets.
- [claimed-docs] “This document will show you how to use Signifyd's REST API to authenticate, make requests, and retrieve data.”
- [claimed-docs] “The Sale endpoint in Signifyd's API is used to record a Sale Event, which represents the completion of a purchase flow and the associated pa…”
- [claimed-docs] “The Checkout endpoint in Signifyd's API is used to record a Checkout Event in a Pre-Auth flow. This call should be made _before_ calling you…”
- [claimed-docs] “Retrieve the latest fraud decision for an order in the Signifyd system.”
Riskifiednone0/10Evidence shows only static API reference docs (endpoints, parameters, notifications) with no mention of an interactive console, runnable examples, or live API explorer; the openapi.json/swagger.json probe returned 404s, indicating no machine-readable spec to power an interactive reference.
- [probe] “PROBE openapi: all candidate paths 404 (https://developers.riskified.com/openapi.json, https://developers.riskified.com/swagger.json, https:…”
- [claimed-docs] “The `/decide` endpoint is used to request that Riskified review an order for fraud after the customer has input their payment data and compl…”
- [claimed-docs] “Riskified supports different integration types:\n- **Pre-authorization Synchronous**: Review orders before payment authorization\n- **Post-a…”
ai-native userDownload a machine-readable API spec (OpenAPI or equivalent)
weight 2 · round drawnSignifydnone0/10The evidence pack shows Signifyd has REST API reference docs (built on a docs platform) but no mention of a downloadable OpenAPI/Swagger spec file or machine-readable schema anywhere in the pack, and a direct probe for llms.txt returned 404 with no OpenAPI equivalent found.
- [claimed-docs] “This document will show you how to use Signifyd's REST API to authenticate, make requests, and retrieve data.”
- [probe] “PROBE llms.txt: HTTP 404 at https://developer.signifyd.com/llms.txt”
- [probe] “PROBE docs-md: HTTP 200 at https://developer.signifyd.com/main/reference/introduction.md --- updatedAt: 2026-01-06T12:05:16.000Z --- # Fund…”
Riskifiednone0/10A probe explicitly checked common OpenAPI/swagger spec locations and all returned 404, and no evidence pack item references a downloadable machine-readable API spec; only human-readable docs and an llms.txt are present.
- [probe] “PROBE openapi: all candidate paths 404 (https://developers.riskified.com/openapi.json, https://developers.riskified.com/swagger.json, https:…”
- [probe] “PROBE llms.txt: HTTP 200 at https://developers.riskified.com/llms.txt # Riskified documentation Documentation > Riskified Documentation Ap…”
ai-native userTest against a sandbox environment without touching production data
weight 1 · round drawnSignifydnone0/10No evidence pack item mentions a sandbox, test environment, or test mode for Signifyd's API; all evidence describes production-oriented endpoints (Sale, Checkout, chargeback, webhooks) with no mention of a separate testing environment. Missing for 10: any sandbox/test API docs, test credentials or environment flags, or independent confirmation of a non-production testing mode.
- [claimed-docs] “This document will show you how to use Signifyd's REST API to authenticate, make requests, and retrieve data.”
- [claimed-docs] “The Sale endpoint in Signifyd's API is used to record a Sale Event, which represents the completion of a purchase flow and the associated pa…”
- [claimed-docs] “The Checkout endpoint in Signifyd's API is used to record a Checkout Event in a Pre-Auth flow. This call should be made _before_ calling you…”
- [claimed-docs] “Integrating Signifyd on your online stores enables orders placed on your stores to be sent to Signifyd for Guaranteed Fraud Protection.”
ai-native userRely on versioned APIs with a documented deprecation policy
weight 2 · round drawnSignifydnone0/10Evidence shows a REST API with numerous documented endpoints, but nothing indicates API versioning scheme or a documented deprecation policy anywhere in the docs pack. missing for 10: explicit API version numbering, changelog, deprecation notice/policy, sunset timelines.
Riskifiednone0/10No evidence of API versioning scheme (e.g., v1/v2 paths, version headers) or any documented deprecation policy; OpenAPI spec probes all returned 404. missing for 10: versioned endpoint scheme, deprecation/sunset policy documentation, changelog or migration guides.
- [probe] “PROBE openapi: all candidate paths 404 (https://developers.riskified.com/openapi.json, https://developers.riskified.com/swagger.json, https:…”
Automation depth — how much of the product can run unattendedAutomation depth
How much of the product can run unattended
ai-native userPerform bulk operations across many items at once
weight 2 · round drawnSignifydnone0/10The evidence shows only per-order/per-event API endpoints (Sale, Checkout, Chargeback, etc.) with no batch/bulk endpoints or documentation of processing multiple items in a single call.
ai-native userDefine rules that trigger actions automatically on events
weight 3 · round to RiskifiedSignifydnone0/10Signifyd's API/webhook docs support event ingestion and notifications, but there's no evidence of a user-facing rules engine where AI-native users can define custom trigger-condition-action automations. missing for 10: rule-definition interface, conditional trigger/action configuration, evidence of automation builder.
- [claimed-docs] “Create a new webhook. This will add to the list of any existing webhooks.”
- [claimed-docs] “Signifyd can send a webhook to notify your online store every time a guarantee decision is made on a submitted order. This provides you with…”
Riskified automatically triggers fixed actions on fraud-decision events (webhook notifications, Shopify integration auto-voiding/restocking/capturing on approve/decline) but there is no evidence of a user-configurable rules engine where an AI-native user can define custom conditions/actions themselves — the automation is built-in and non-customizable rather than rule-definable. Missing for 10: a rules/condition-authoring API or UI, examples of custom trigger logic, and any AI-native/agentic rule-configuration workflow.
- [claimed-docs] “Riskified can send automated decision notifications to a merchant-defined endpoint when an order is approved or declined... If the endpoint …”
- [claimed-docs] “Riskified can send automated decision notifications to a merchant-defined endpoint when an order is approved or declined.”
- [claimed-docs] “Voids authorization on orders declined by Riskified. Enables automatic restocking of orders declined by Riskified. Captures funds for orders…”
- [claimed-docs] “Voids authorization on orders declined by Riskified. Enables automatic restocking of orders declined by Riskified. Captures funds for orders…”
Chargeback disputes — stories about chargeback disputes in this arenaChargeback disputes
Stories about chargeback disputes in this arena
Guarantee
finance leadShift fraud liability to the vendor — a chargeback guarantee that reimburses approved-then-disputed orders, with clear coverage terms
weight 2 · round to SignifydSignifyd's docs describe the core chargeback-guarantee mechanics: 'Guaranteed Fraud Protection' on integrated orders, a Chargeback Event API to record disputes, Representment Outcome tracking, and explicit guarantee-cancellation rules tied to returns/refunds, plus a dedicated 'Chargeback Recovery' offering. This directly matches the liability-shift/reimbursement story with documented workflow and terms touchpoints (cancellation conditions, representment outcomes). Missing for 10: explicit contractual coverage terms/limits (e.g., reimbursement caps, eligibility exclusions) and independent/customer confirmation that claims are actually paid out as promised.
- [claimed-docs] “Integrating Signifyd on your online stores enables orders placed on your stores to be sent to Signifyd for Guaranteed Fraud Protection.”
- [claimed-docs] “To create a chargeback against an Order in the Signifyd system, you need to record a Chargeback Event.”
- [claimed-docs] “To set the outcome of a Chargeback's Representment in the Signifyd system, you need to record a Representment Outcome Event.”
- [claimed-docs] “Once a return, refund, or appeasement has been completed, merchants can cancel the Signifyd Guarantee associated with the order.”
- [claimed-docs] “Chargeback Recovery Take charge of your chargebacks”
The evidence pack documents Riskified's API decisioning, chargeback notification, and chargeback gateway integration (automating chargeback reporting/disputing) but never states explicit financial liability-shift terms, reimbursement guarantees, coverage limits, or exclusions that a finance lead would need to evaluate a chargeback guarantee. Chargeback automation is a workflow/process feature, not proof of a monetary guarantee. missing for 10: explicit guarantee/reimbursement terms, coverage scope and exclusions, contractual liability-shift language, any evidence of actual reimbursement payouts.
- [claimed-docs] “Riskified offers fully automated chargeback gateway integrations for major gateways: Braintree, Stripe, Adyen, PayPal; this process automate…”
- [claimed-docs] “Notifies Riskified that a chargeback has been submitted for a specific order.”
- [claimed-docs] “The Chargeback Gateway Integration (CGI) framework enables seamless connectivity with leading payment gateways, including Adyen, Stripe, Bra…”
- [claimed-docs] “Riskified can send automated decision notifications to a merchant-defined endpoint when an order is approved or declined... If the endpoint …”
Outcome reporting
finance leadSee the numbers that matter — dispute rate, false-positive rate, approval-rate lift, review workload — and export them for the board
weight 2 · round drawnSignifydnone0/10Evidence covers API endpoints for sales, checkouts, chargebacks, webhooks, and device profiling, but nothing mentions a finance/board-facing dashboard, KPI reporting (dispute rate, false-positive rate, approval-rate lift, review workload), or export functionality for reporting purposes. Missing for 10: any documentation of analytics/reporting dashboards, defined KPI metrics, or export/board-reporting features.
- [claimed-docs] “Chargeback Recovery Take charge of your chargebacks”
- [claimed-docs] “Return Insights Actionable intelligence to reduce returns and protect revenue”
- [claimed-docs] “Instant Refunds Deliver instant, risk-free refunds that drive loyalty and revenue”
Representment
ops userChargeback responses are automated — evidence compiled from order, delivery, and session data and submitted to the issuer without manual copy-paste
weight 3 · round to RiskifiedSignifyd's API includes explicit Chargeback and Representment Outcome endpoints (createchargeback, representmentoutcome) and a dedicated 'Chargeback Recovery' product line, indicating dispute handling automation exists, but the evidence never details the automated compilation of order/delivery/session evidence or direct submission to issuers without manual intervention. missing for 10: documentation of automatic evidence bundling from order/delivery/session data, proof of direct issuer submission, and any hands-on/independent confirmation of end-to-end automation.
- [claimed-docs] “To create a chargeback against an Order in the Signifyd system, you need to record a Chargeback Event.”
- [claimed-docs] “To set the outcome of a Chargeback's Representment in the Signifyd system, you need to record a Representment Outcome Event.”
- [claimed-docs] “Chargeback Recovery Take charge of your chargebacks”
Riskified's Chargeback Gateway Integration (CGI) is documented as automating 'end-to-end chargeback handling from chargeback reporting to the disputing process' across major gateways, implying dispute evidence submission without manual copy-paste, and Riskified already ingests order, session (Beacon), and decision data through its APIs. However, the docs don't explicitly describe compiling delivery data or detail the specific evidence package sent to issuers during disputes. Missing for 10: explicit description of delivery-data inclusion in chargeback evidence, detail on the dispute evidence package format submitted to issuers, and independent/hands-on confirmation that submission is fully automated end-to-end.
- [claimed-docs] “Riskified offers fully automated chargeback gateway integrations for major gateways: Braintree, Stripe, Adyen, PayPal; this process automate…”
- [claimed-docs] “Notifies Riskified that a chargeback has been submitted for a specific order.”
- [claimed-docs] “The Chargeback Gateway Integration (CGI) framework enables seamless connectivity with leading payment gateways, including Adyen, Stripe, Bra…”
- [claimed-docs] “Riskfied's Beacon is a JavaScript snippet that merchants embed on their website. It collects fundamental data required to decide on the legi…”
- [claimed-docs] “The `/submit` endpoint sends transaction data to Riskified after the gateway authorizes the transaction for fraud analysis... the fraud deci…”
Fraud agent access — stories about fraud agent access in this arenaFraud agent access
Stories about fraud agent access in this arena
Agent operations
ai-native userAn agent can read my fraud posture and manage rules and lists programmatically — propose a velocity rule, update a blocklist — with human approval gates
weight 3 · round drawnSignifydnone0/10The evidence shows a REST API for order/event submission, decisions, chargebacks, and webhooks, but nothing about rules/lists management (e.g., velocity rules, blocklists) or an agentic workflow with human approval gates. No documentation of a rules API or agent-oriented approval mechanism is present.
- [claimed-docs] “This document will show you how to use Signifyd's REST API to authenticate, make requests, and retrieve data.”
- [claimed-docs] “Retrieve the latest fraud decision for an order in the Signifyd system.”
- [claimed-docs] “Create a new webhook. This will add to the list of any existing webhooks.”
Agent triage
ai-native userAn agent can work the review queue — pull flagged cases with their context, summarize the evidence, and recommend a decision for a human to confirm
weight 2 · round drawnSignifydnone0/10Evidence shows only standard REST endpoints for sale/checkout events, decision retrieval, chargebacks, and webhooks — nothing about a queue of flagged cases with case context, an agent summarizing evidence, or generating a recommendation for human confirmation. No case-management or review-queue API surface is documented at all.
- [claimed-docs] “This document will show you how to use Signifyd's REST API to authenticate, make requests, and retrieve data.”
- [claimed-docs] “Retrieve the latest fraud decision for an order in the Signifyd system.”
- [claimed-docs] “To create a chargeback against an Order in the Signifyd system, you need to record a Chargeback Event.”
Riskifiednone0/10Riskified's evidence describes automated decisioning APIs (/decide, /submit, /advise), notifications, and merchant integrations, but nothing describes an agent-accessible review queue with case context retrieval, evidence summarization, or a human-confirm workflow. No API for pulling flagged cases with context or generating human-reviewable recommendations is documented.
Builtin ai
risk analystThe product ships its own AI assistant — natural-language queries over my fraud data, drafted rules, investigation summaries — built into the console
weight 2 · round drawnSignifydnone0/10Evidence covers only REST API endpoints, webhooks, SDKs, and documentation for fraud data/order management — nothing about a built-in AI assistant, natural-language query interface, rule drafting, or investigation summaries in the console. missing for 10: any mention of an AI/NLP assistant feature, natural-language query capability, AI-drafted rules, or AI-generated investigation summaries.
Fraud surfaces — stories about fraud surfaces in this arenaFraud surfaces
Stories about fraud surfaces in this arena
Abuse coverage
risk analystProtection extends beyond checkout — account takeover, fake account creation, promo and policy abuse are scored and managed in the same system
weight 2 · round to RiskifiedSignifydnone0/10Evidence covers checkout/payment fraud, chargebacks, returns, and refund protection, but nothing addresses account takeover, fake account creation, or promo/policy abuse scoring within Signifyd's system. Missing for 10: any documentation of account takeover protection, fake account detection, or promo/policy abuse scoring features.
- [claimed-docs] “This document will show you how to use Signifyd's REST API to authenticate, make requests, and retrieve data.”
- [claimed-docs] “The Sale endpoint in Signifyd's API is used to record a Sale Event, which represents the completion of a purchase flow and the associated pa…”
- [claimed-docs] “The Checkout endpoint in Signifyd's API is used to record a Checkout Event in a Pre-Auth flow. This call should be made _before_ calling you…”
- [claimed-docs] “Retrieve the latest fraud decision for an order in the Signifyd system.”
- [claimed-docs] “To create a chargeback against an Order in the Signifyd system, you need to record a Chargeback Event.”
- [claimed-docs] “Once a return, refund, or appeasement has been completed, merchants can cancel the Signifyd Guarantee associated with the order.”
Riskified's Login API explicitly scores account-takeover attempts (allow/notify/challenge) alongside its core checkout fraud decisioning (decide/submit/advise) and automated chargeback handling, showing the same system spans multiple fraud surfaces beyond checkout. However, there is no documentation of fake-account-creation detection or promo/coupon abuse scoring as distinct managed surfaces. Missing for 10: explicit fake-account-creation protection, promo/policy abuse scoring, and independent confirmation these are unified in one decisioning system.
- [claimed-docs] “API is triggered only for customer-initiated authentication requests, e.g., user tries to login to their account... `decision` field will be…”
- [claimed-docs] “`decision` field will be set as one of the following values: `allow`, `notify`, or `challenge`.”
- [claimed-docs] “Riskified offers fully automated chargeback gateway integrations for major gateways: Braintree, Stripe, Adyen, PayPal; this process automate…”
- [claimed-docs] “Notifies Riskified that a chargeback has been submitted for a specific order.”
- [claimed-docs] “The `/decide` endpoint is used to request that Riskified review an order for fraud after the customer has input their payment data and compl…”
- [claimed-docs] “For each order reviewed by advise we provide a synchronous decision if it is clear fraud... CVV/3DS recommendations can be provided... TRA/S…”
Integrations
ops userThere are maintained integrations for my commerce stack — Shopify, Salesforce Commerce, BigCommerce, and the major PSPs — not just a raw API
weight 2 · round to RiskifiedSignifydnone0/10Evidence only covers Signifyd's raw REST API, webhooks, SDKs, and device-profiling script — there is no mention of maintained platform-specific integrations (Shopify app, Salesforce Commerce Cloud cartridge, BigCommerce app, or PSP-specific connectors). No evidence names or links any prebuilt/maintained integration for a specific commerce platform or PSP.
- [claimed-docs] “This document will show you how to use Signifyd's REST API to authenticate, make requests, and retrieve data.”
- [claimed-docs] “Integrating Signifyd on your online stores enables orders placed on your stores to be sent to Signifyd for Guaranteed Fraud Protection.”
- [claimed-docs] “SDKs provide mobile application developers with self-contained libraries for implementing Signifyd. Each SDK include instructions, examples,…”
Riskified documents maintained platform integrations beyond raw API: a dedicated Shopify app with automated order actions (docs-11,12,21,22), a Salesforce Commerce Cloud/Agentforce Commerce fraud cartridge (docs-10), and automated Chargeback Gateway Integration with major PSPs (Braintree, Stripe, Adyen, PayPal) (docs-4,16,17). However, there is no mention of a BigCommerce integration, and the PSP integrations are scoped to chargeback data only rather than full checkout/decisioning flows. Missing for 10: explicit BigCommerce integration, evidence of maintained PSP integrations beyond chargebacks (e.g., payment/checkout-time connectors), independent confirmation of integration quality/maintenance cadence.
- [claimed-docs] “Riskified offers fully automated chargeback gateway integrations for major gateways: Braintree, Stripe, Adyen, PayPal; this process automate…”
- [claimed-docs] “Agentforce Commerce (formerly Salesforce Commerce Cloud / SFCC) fraud protection cartridge provides a structured integration process tailore…”
- [claimed-docs] “Voids authorization on orders declined by Riskified. Enables automatic restocking of orders declined by Riskified. Captures funds for orders…”
- [claimed-docs] “If we have questions about shop flows or encounter data issues, we will reach out to you for clarification... Once data validation passes, y…”
- [claimed-docs] “The Chargeback Gateway Integration (CGI) framework enables seamless connectivity with leading payment gateways, including Adyen, Stripe, Bra…”
- [claimed-docs] “Once you have installed the Riskified app in your Shopify store, the integration process can begin. During this time, most of the “heavy lif…”
- [claimed-docs] “Voids authorization on orders declined by Riskified. Enables automatic restocking of orders declined by Riskified. Captures funds for orders…”
Psp coverage
developerUse the product across whatever payment stack I run — multiple PSPs, gateways, and platforms — rather than being locked to one processor's rails
weight 3 · round drawnSignifyd's API is generic (Checkout/Sale events, webhooks) and explicitly designed to sit outside the payment flow — the Checkout event is called 'before calling your Payment Gateway' — implying gateway/PSP-agnostic architecture rather than lock-in to one processor's rails. However, the evidence pack never explicitly lists supported PSPs, gateways, or platforms, nor confirms interoperability across multiple stacks simultaneously. missing for 10: explicit documentation naming supported PSPs/gateways/platforms, and independent confirmation of multi-PSP usage in production.
- [claimed-docs] “The Sale endpoint in Signifyd's API is used to record a Sale Event, which represents the completion of a purchase flow and the associated pa…”
- [claimed-docs] “The Checkout endpoint in Signifyd's API is used to record a Checkout Event in a Pre-Auth flow. This call should be made _before_ calling you…”
- [claimed-docs] “Integrating Signifyd on your online stores enables orders placed on your stores to be sent to Signifyd for Guaranteed Fraud Protection.”
- [claimed-docs] “This document will show you how to use Signifyd's REST API to authenticate, make requests, and retrieve data.”
Riskified is gateway/platform-agnostic via its own API (/decide, /submit, /advise), with automated chargeback integrations naming specific gateways (Braintree, Stripe, Adyen, PayPal) and platform cartridges for Shopify and SFCC, indicating it can plug into multiple PSPs/platforms rather than lock a merchant into one processor. However, the evidence doesn't explicitly enumerate broad PSP/gateway compatibility beyond the four named chargeback gateways, nor discuss developer-facing flexibility across arbitrary payment stacks explicitly. missing for 10: a comprehensive list of supported PSPs/gateways beyond chargeback integrations, explicit statements about processor-agnostic architecture, and independent confirmation of multi-PSP interoperability.
- [claimed-docs] “Riskified offers fully automated chargeback gateway integrations for major gateways: Braintree, Stripe, Adyen, PayPal; this process automate…”
- [claimed-docs] “The Chargeback Gateway Integration (CGI) framework enables seamless connectivity with leading payment gateways, including Adyen, Stripe, Bra…”
- [claimed-docs] “Agentforce Commerce (formerly Salesforce Commerce Cloud / SFCC) fraud protection cartridge provides a structured integration process tailore…”
- [claimed-docs] “Voids authorization on orders declined by Riskified. Enables automatic restocking of orders declined by Riskified. Captures funds for orders…”
- [claimed-docs] “Riskified supports different integration types:\n- **Pre-authorization Synchronous**: Review orders before payment authorization\n- **Post-a…”
Model transparency — stories about model transparency in this arenaModel transparency
Stories about model transparency in this arena
Explainability
risk analystEvery score comes with its top risk factors — why this transaction looks risky — not just an opaque number
weight 3 · round drawnSignifydnone0/10The evidence pack covers API endpoints for submitting orders, retrieving decisions, webhooks, chargebacks, and device profiling, but none of it describes the decision/score payload including risk factor breakdowns or explanations behind a fraud score. The getdecision endpoint doc only says it 'retrieves the latest fraud decision' with no mention of contributing risk factors or explainability.
- [claimed-docs] “Retrieve the latest fraud decision for an order in the Signifyd system.”
Riskifiednone0/10Evidence describes decision outcomes (approve/decline/allow/notify/challenge) and notification mechanisms, but nothing indicates that decisions are accompanied by explanatory risk factors or reason codes for analysts. No mention of feature-level explanations, contributing signals, or reason breakdowns anywhere in the docs.
Model evaluation
finance leadMeasure the model itself — precision and recall on my traffic, shadow-mode trials of new models or rules before they take over decisions
weight 2 · round drawnSignifydnone0/10Evidence covers API integration, webhooks, chargeback/return workflows, and device profiling, but there is no mention of model performance metrics (precision/recall), shadow-mode testing, or A/B evaluation of decisioning models exposed to customers. Missing for 10: precision/recall reporting on customer traffic, shadow-mode/challenger model trials, any model-transparency or evaluation tooling.
Openness — open source, data portability, and self-hosting storiesOpenness
Open source, data portability, and self-hosting stories
ai-native userDo everything through the API that I can do in the UI
weight 2 · round to SignifydSignifyd's API covers core fraud-protection workflows (sale/checkout events, decisions, chargebacks, webhooks, device profiling) that mirror much of what merchants would configure in the UI, suggesting broad API/UI parity for core fraud operations. However, there is no evidence confirming that dashboard-only features like Return Insights, Instant Refunds management, or Chargeback Recovery workflows are fully API-accessible, nor any explicit statement of full UI/API parity. missing for 10: explicit parity statement, API coverage for analytics/reporting features (Return Insights, Instant Refunds), evidence of account/team management via API.
- [claimed-docs] “The Sale endpoint in Signifyd's API is used to record a Sale Event, which represents the completion of a purchase flow and the associated pa…”
- [claimed-docs] “The Checkout endpoint in Signifyd's API is used to record a Checkout Event in a Pre-Auth flow. This call should be made _before_ calling you…”
- [claimed-docs] “Retrieve the latest fraud decision for an order in the Signifyd system.”
- [claimed-docs] “To create a chargeback against an Order in the Signifyd system, you need to record a Chargeback Event.”
- [claimed-docs] “To set the outcome of a Chargeback's Representment in the Signifyd system, you need to record a Representment Outcome Event.”
- [claimed-docs] “Create a new webhook. This will add to the list of any existing webhooks.”
- [claimed-docs] “Once a return, refund, or appeasement has been completed, merchants can cancel the Signifyd Guarantee associated with the order.”
- [claimed-docs] “Return Insights Actionable intelligence to reduce returns and protect revenue”
- [claimed-docs] “Instant Refunds Deliver instant, risk-free refunds that drive loyalty and revenue”
Privacy posture — data-handling and privacy storiesPrivacy posture
Data-handling and privacy stories
ai-native userChoose where my data is stored (region/residency)
weight 2 · round drawnSignifydnone0/10No evidence in the pack mentions data residency, regional storage options, or any configurability of where data is stored; only API/webhook/fraud-decision docs are present. missing for 10: any mention of data residency/region selection, hosting locations, or compliance controls for data storage.
ai-native userControl data retention and deletion
weight 2 · round drawnSignifydnone0/10Evidence only covers API endpoints, webhooks, and sensitive-data rejection at the API layer; there is no documentation of data retention policies, user-initiated deletion controls, or data lifecycle management. Missing for 10: retention policy documentation, deletion/export APIs or controls, data lifecycle configuration options.
Residency compliance — stories about residency compliance in this arenaResidency compliance
Stories about residency compliance in this arena
Residency
ops userControl where fraud data lives and how long it's kept — regional residency options and retention controls that survive a privacy review
weight 2 · round drawnSignifydnone0/10Evidence covers API endpoints, webhooks, SDKs, and a sensitive-data protection layer, but nothing addresses regional data residency options or configurable retention/deletion policies that would survive a privacy review. Missing for 10: documented data residency regions, retention period controls, data deletion/export tooling, and any compliance certification (e.g., GDPR/SOC2) mapping to residency.
- [claimed-docs] “Signifyd has implemented various protocols at the API layer that will reject requests that are identified to contain unwanted sensitive data…”
Sca
developerEuropean traffic is routed intelligently through SCA — 3DS triggered when required or risky, exemptions requested when safe — to protect both compliance and conversion
weight 2 · round to RiskifiedSignifydnone0/10The evidence pack covers Signifyd's fraud/guarantee API (Sale, Checkout, chargebacks, webhooks, device profiling) but contains no mention of SCA, 3DS, PSD2 exemptions, or any European payment-authentication routing logic. Nothing indicates the product decides when to trigger 3DS versus request an exemption. missing for 10: any documentation of SCA/3DS handling, exemption request logic, or PSD2-specific routing features.
Riskified's /advise endpoint explicitly returns CVV/3DS recommendations and adds TRA/SCA exemption recommendations for regulated markets, directly matching the story of intelligently triggering 3DS or requesting exemptions per order. This is first-party documentation with no independent corroboration of real-world accuracy or European-specific behavior. Missing for 10: independent/hands-on validation of SCA exemption success rates, and explicit detail on how 'European traffic' specifically is distinguished/routed versus other regions.
- [claimed-docs] “For each order reviewed by advise we provide a synchronous decision if it is clear fraud... CVV/3DS recommendations can be provided... TRA/S…”
- [claimed-docs] “For each order reviewed by advise we provide a synchronous decision if it is clear fraud... In addition, CVV/3DS recommendations can be prov…”
Review queues — stories about review queues in this arenaReview queues
Stories about review queues in this arena
Case review
risk analystFlagged transactions land in a review queue that shows the full context — customer history, signals, similar cases — so I can decide quickly and consistently
weight 3 · round drawnSignifydnone0/10Evidence pack covers Signifyd's API endpoints (Sale, Checkout, chargeback, webhooks, device profiling) but contains no mention of a review queue UI, case management dashboard, or consolidated view showing customer history, signals, and similar cases for analysts. No evidence supports the analyst-facing review workflow described in the story.
Riskifiednone0/10Evidence covers Riskified's API endpoints (/decide, /submit, /advise), notifications, chargeback automation, and Beacon data collection, but nothing describes a human review-queue UI showing analyst context, customer history, or similar cases for manual decisioning — Riskified's documented flow is automated/API-driven decisioning, not analyst-facing case review tooling.
Feedback loop
risk analystMy review decisions and confirmed fraud outcomes feed back into the model and rules, so the system learns from every case we work
weight 2 · round to SignifydSignifyd's API lets merchants record Chargeback and Representment Outcome events, which feed confirmed fraud outcomes into the system, but the evidence pack never states that analyst review-queue decisions or these outcomes are used to retrain the model or update rules. Missing for 10: explicit documentation of a review-queue/analyst decision feedback loop, evidence of model retraining or rule updates from confirmed outcomes, and any hands-on/independent confirmation that this loop improves detection.
- [claimed-docs] “To create a chargeback against an Order in the Signifyd system, you need to record a Chargeback Event.”
- [claimed-docs] “To set the outcome of a Chargeback's Representment in the Signifyd system, you need to record a Representment Outcome Event.”
- [claimed-docs] “Retrieve the latest fraud decision for an order in the Signifyd system.”
Riskifiednone0/10The evidence describes automated decisioning APIs (/decide, /submit, /advise), chargeback notification integrations, and onboarding model calibration by Riskified's own analytics team, but nothing describes an analyst-facing review queue where human review decisions or confirmed fraud outcomes are captured and fed back into the model/rules on an ongoing basis. Missing for 10: evidence of an analyst review UI, a mechanism for analysts to submit manual review/fraud confirmations, and documentation that such decisions retrain or update the fraud model/rules.
- [claimed-docs] “If we have questions about shop flows or encounter data issues, we will reach out to you for clarification... Once data validation passes, y…”
- [claimed-docs] “Notifies Riskified that a chargeback has been submitted for a specific order.”
- [claimed-docs] “Riskified offers fully automated chargeback gateway integrations for major gateways: Braintree, Stripe, Adyen, PayPal; this process automate…”
Team workflows
ops userReview work is a team workflow — assignment, escalation, SLAs, and a decision audit trail that shows who approved what and why
weight 2 · round drawnSignifydnone0/10Evidence covers API endpoints for fraud decisions, chargebacks, webhooks, and device profiling, but nothing about a human review-queue workflow with assignment, escalation, SLAs, or a decision audit trail showing who approved what and why. Missing for 10: assignment/queue management docs, escalation workflows, SLA tracking, human-approval audit trail features.
- [claimed-docs] “Retrieve the latest fraud decision for an order in the Signifyd system.”
- [claimed-docs] “To create a chargeback against an Order in the Signifyd system, you need to record a Chargeback Event.”
- [claimed-docs] “Signifyd can send a webhook to notify your online store every time a guarantee decision is made on a submitted order. This provides you with…”
Risk scoring — stories about risk scoring in this arenaRisk scoring
Stories about risk scoring in this arena
Custom signals
developerFeed the model my own signals — device fingerprints, behavioral data, custom metadata — so scoring reflects my business, not just network defaults
weight 2 · round to SignifydSignifyd's Sale/Checkout API endpoints let developers submit order and event data, and device-profiling script captures fingerprints, but these are Signifyd's own structured schemas and proprietary device fingerprinting rather than a documented mechanism for injecting arbitrary custom behavioral signals or metadata into scoring. Missing for 10: explicit API fields for custom/behavioral metadata, documentation on how custom signals influence the risk score, and independent confirmation that scoring reflects merchant-specific inputs beyond standard order fields.
- [claimed-docs] “The Sale endpoint in Signifyd's API is used to record a Sale Event, which represents the completion of a purchase flow and the associated pa…”
- [claimed-docs] “The Checkout endpoint in Signifyd's API is used to record a Checkout Event in a Pre-Auth flow. This call should be made _before_ calling you…”
- [claimed-docs] “Place the following script just before the closing `</head>` tag on your checkout page. The script loads asynchronously and does not affect …”
- [claimed-docs] “Signifyd has implemented various protocols at the API layer that will reject requests that are identified to contain unwanted sensitive data…”
Riskifiednone0/10Riskified's API endpoints (/decide, /submit, /advise) and Beacon.js collect a fixed, vendor-defined set of order/behavioral data required for fraud analysis, and model calibration is explicitly handled by Riskified's own analytics team (docs-12), not the developer. There is no evidence of an API or schema allowing developers to inject custom device fingerprints, arbitrary behavioral signals, or custom metadata fields into the scoring model to tailor it to their own business logic.
- [claimed-docs] “Riskfied's Beacon is a JavaScript snippet that merchants embed on their website. It collects fundamental data required to decide on the legi…”
- [claimed-docs] “If we have questions about shop flows or encounter data issues, we will reach out to you for clarification... Once data validation passes, y…”
- [claimed-docs] “The `/submit` endpoint sends transaction data to Riskified after the gateway authorizes the transaction for fraud analysis... the fraud deci…”
- [claimed-docs] “For each order reviewed by advise we provide a synchronous decision if it is clear fraud... CVV/3DS recommendations can be provided... TRA/S…”
Network effects
founderScoring benefits from a cross-merchant network — a card or identity seen across thousands of other businesses informs the risk decision on mine
weight 2 · round drawnSignifydnone0/10The evidence pack covers Signifyd's API endpoints, webhooks, device profiling, chargebacks, and guarantees, but contains no mention of a cross-merchant network effect, shared consortium data, or how data from other merchants informs a given merchant's risk score. missing for 10: any documentation of network-wide identity/card matching, consortium data sharing, or cross-merchant signal aggregation.
Riskifiednone0/10The evidence pack only documents Riskified's API endpoints, SDKs, and integration flows (decide, submit, advise, chargeback, notifications, Beacon, login) — none of it describes a cross-merchant data network, shared fraud signals across Riskified's merchant base, or how identity/card history from other businesses informs a given merchant's score. Without any documentation of the network-effect mechanism, this axis has no supporting evidence.
Score actions
ops userMap score ranges to actions — allow, review, block, step-up 3DS — and tune thresholds to my own risk appetite instead of a fixed cutoff
weight 2 · round drawnSignifydnone0/10Evidence covers Signifyd's API endpoints for orders, decisions, chargebacks, and webhooks, but nothing describes configurable score-to-action mapping (allow/review/block/step-up 3DS) or threshold tuning for ops users; the getdecision endpoint only retrieves a decision, not a configurable rule engine.
- [claimed-docs] “Retrieve the latest fraud decision for an order in the Signifyd system.”
- [claimed-docs] “Signifyd can send a webhook to notify your online store every time a guarantee decision is made on a submitted order. This provides you with…”
Riskifiednone0/10Riskified's docs describe its endpoints (/decide, /submit, /advise, login) returning pre-computed decisions like allow/notify/challenge or approve/decline, but there is no evidence that ops users can view underlying risk scores or configure/tune score-to-action thresholds themselves — decisioning appears to be Riskified's managed model rather than a merchant-tunable scorecard.
- [claimed-docs] “The `/decide` endpoint is used to request that Riskified review an order for fraud after the customer has input their payment data and compl…”
- [claimed-docs] “For each order reviewed by advise we provide a synchronous decision if it is clear fraud... CVV/3DS recommendations can be provided... TRA/S…”
- [claimed-docs] “API is triggered only for customer-initiated authentication requests, e.g., user tries to login to their account... `decision` field will be…”
- [claimed-docs] “`decision` field will be set as one of the following values: `allow`, `notify`, or `challenge`.”
Scoring api
developerGet a machine-learning risk score for a transaction in real time — synchronously, before authorization completes — through a documented API
weight 3 · round to RiskifiedSignifyd's Checkout endpoint is documented to be called before the payment gateway in a Pre-Auth flow, aligning with the 'before authorization' requirement, and there is a documented GetDecision endpoint to retrieve the fraud decision. However, the evidence does not show the Checkout call synchronously returning an ML risk score in its response; decision retrieval appears to depend on a separate GetDecision call or webhook, suggesting an asynchronous decisioning pattern rather than an inline synchronous score. Missing for 10: explicit documentation that the Checkout API response includes a real-time ML score synchronously, and confirmation that no polling/webhook wait is required before authorization completes.
- [claimed-docs] “The Checkout endpoint in Signifyd's API is used to record a Checkout Event in a Pre-Auth flow. This call should be made _before_ calling you…”
- [claimed-docs] “Retrieve the latest fraud decision for an order in the Signifyd system.”
- [claimed-docs] “Signifyd can send a webhook to notify your online store every time a guarantee decision is made on a submitted order. This provides you with…”
Riskified's documented `/decide` endpoint explicitly returns a synchronous fraud decision before payment authorization completes, matching the real-time pre-auth workflow described in the story, and Riskified's own docs classify this as 'Pre-authorization Synchronous' integration. However, the docs describe a categorical decision (approve/decline) rather than an explicit numeric ML risk score, and no OpenAPI/swagger spec exists (probe returned 404s) to confirm formal API schema. missing for 10: explicit numeric risk-score field documentation, machine-readable OpenAPI spec, independent/hands-on corroboration of latency/real-time behavior.
- [claimed-docs] “The `/decide` endpoint is used to request that Riskified review an order for fraud after the customer has input their payment data and compl…”
- [claimed-docs] “The `/decide` endpoint is used to request that Riskified review an order for fraud after the customer has input their payment data and compl…”
- [claimed-docs] “Riskified supports different integration types:\n- **Pre-authorization Synchronous**: Review orders before payment authorization\n- **Post-a…”
- [probe] “PROBE openapi: all candidate paths 404 (https://developers.riskified.com/openapi.json, https://developers.riskified.com/swagger.json, https:…”
Rules engine — stories about rules engine in this arenaRules engine
Stories about rules engine in this arena
Backtesting
risk analystBacktest a rule against my historical traffic before deploying it, seeing exactly what it would have blocked, flagged, and cost
weight 2 · round drawnSignifydnone0/10No evidence pack items mention rule backtesting, simulation against historical traffic, or previewing block/flag/cost outcomes before deployment; the docs cover API integration, webhooks, chargebacks, and device profiling only.
Lists
ops userMaintain allow and block lists — emails, cards, devices, IPs — and velocity limits, managed through the dashboard and programmatically
weight 2 · round drawnSignifydnone0/10The evidence pack covers Signifyd's REST API for sale/checkout events, decisions, chargebacks, webhooks, and device profiling, but contains no mention of allow/block lists, velocity limits, or list management endpoints/dashboard features for emails, cards, devices, or IPs.
Rule authoring
risk analystAuthor custom rules that combine model scores, velocity counters, list matches, and transaction attributes into allow, block, or review decisions
weight 3 · round drawnSignifydnone0/10The evidence pack covers API endpoints for sale/checkout events, webhooks, decisions, chargebacks, and device profiling, but contains no mention of a rules engine or capability for analysts to author custom rules combining model scores, velocity counters, list matches, and transaction attributes into allow/block/review decisions.
Riskifiednone0/10Riskified's docs describe API endpoints (decide/submit/advise), notifications, and integrations, but there is no evidence of a user-facing custom rules authoring interface where a risk analyst can combine model scores, velocity counters, list matches, and transaction attributes into allow/block/review logic. The decisions described (allow/notify/challenge, approve/decline) are produced by Riskified's own models, not by analyst-authored rules. Missing for 10: any rule-builder UI, rule syntax/DSL, ability to combine velocity counters/list matches/model scores into custom logic, or analyst-facing rule management docs.
- [claimed-docs] “The `/decide` endpoint is used to request that Riskified review an order for fraud after the customer has input their payment data and compl…”
- [claimed-docs] “For each order reviewed by advise we provide a synchronous decision if it is clear fraud... CVV/3DS recommendations can be provided... TRA/S…”
- [claimed-docs] “API is triggered only for customer-initiated authentication requests, e.g., user tries to login to their account... `decision` field will be…”
- [claimed-docs] “`decision` field will be set as one of the following values: `allow`, `notify`, or `challenge`.”
Not comparable on these axes
ai-native userPlug MCP servers into this product so it can use their tools
weight 3 · not comparableSignifydnone0/10No evidence of an official MCP server or any MCP integration for Signifyd; the evidence only covers its REST API, webhooks, and SDKs. As a fraud-protection SaaS, this axis is fair to expect but there is no documentation or claim of MCP server support.
- [claimed-docs] “This document will show you how to use Signifyd's REST API to authenticate, make requests, and retrieve data.”
- [probe] “PROBE llms.txt: HTTP 404 at https://developer.signifyd.com/llms.txt”
ai-native userIssue scoped/least-privilege API credentials for an agent
weight 2 · not comparableSignifydnone0/10Evidence shows only general REST API authentication docs and endpoints; there is no mention of scoped, least-privilege, or agent-specific API credentials/tokens, OAuth scopes, or granular permissioning for API keys.
- [claimed-docs] “This document will show you how to use Signifyd's REST API to authenticate, make requests, and retrieve data.”
Riskifiedn/aRiskified is a fraud-decision API/service for merchants, not an agent-facing platform; there is no concept of issuing scoped credentials for an AI agent to act on a user's behalf. Authentication uses a single HMAC token per merchant integration, not agent-scoped credentialing — this is a category mismatch, not a missing feature.
ai-native userSchedule recurring jobs or workflows
weight 2 · not comparableSignifydn/aSignifyd is a fraud-protection/API platform for order and chargeback data, not a workflow-automation or scheduling tool; the evidence describes REST endpoints and webhooks for event-driven integration, not recurring job scheduling. Scheduling recurring jobs is a category error for this product type.
Riskifiedn/aRiskified is a fraud-decisioning API/service, not an automation platform or agent framework; scheduling recurring jobs/workflows is not a relevant capability for this product category — it operates via real-time synchronous/asynchronous fraud decisions triggered by order events, not user-defined recurring schedules.
ai-native userVersion, review, and roll back my automations
weight 1 · not comparableSignifydnone0/10No evidence of any versioning, review, or rollback mechanism for automations/rules/workflows in Signifyd; the docs only cover API endpoints for fraud decisioning, webhooks, and chargebacks. Missing for 10: version history UI, audit trail for rule/automation changes, and rollback capability.
ai-native userExport all of my data in open formats and leave
weight 3 · not comparableSignifydnone0/10Evidence shows a REST API for submitting order/checkout/chargeback data into Signifyd and retrieving decisions, but nothing indicates a full data-export capability or open-format bulk export/portability feature for users to take all their data and leave. No mention of GDPR-style export, data portability tooling, or account deletion/export flows. missing for 10: bulk/full data export feature, open-format (CSV/JSON) export documentation, account closure/data portability guarantee.
- [claimed-docs] “This document will show you how to use Signifyd's REST API to authenticate, make requests, and retrieve data.”
- [claimed-docs] “Retrieve the latest fraud decision for an order in the Signifyd system.”
ai-native userRead the product's source under an open license
weight 2 · not comparableSignifydn/aSignifyd is a closed commercial fraud-protection SaaS with a proprietary API; there is no indication it is an open-source project, so 'reading source under an open license' is a category error rather than a missing feature.
ai-native userSelf-host the core product
weight 3 · not comparableSignifydn/aSignifyd is a SaaS fraud-protection platform delivered via cloud API/webhooks with no self-hosted deployment offering; self-hosting the core product is not a fair axis for this category of managed service.
ai-native userPrevent my data from being used to train AI models
weight 3 · not comparableSignifydnone0/10No evidence addresses AI-model-training data usage or opt-out controls; the pack only covers fraud-protection APIs and sensitive-data rejection at the API layer, which is unrelated to AI training data policy.
ai-native userOpt out of telemetry and usage tracking
weight 2 · not comparableSignifydn/aSignifyd is a fraud-protection/e-commerce API platform, not an AI agent or developer tool with telemetry/usage-tracking of AI-native workflows; opting out of telemetry is not a relevant axis for this product category, and no evidence pack content relates to it.