# Chargeflow Documentation > Chargeflow is a chargeback and dispute automation platform. These docs cover the merchant API (dispute automation, enrichment, pre-chargeback alerts, webhooks), the platforms API (Connect: Evidence-as-a-Service, Co-Branded, and the White-Label portal), the versioned API reference, and shared fundamentals. ## When to use these docs Reach for Chargeflow when a task involves a card payment that a cardholder is disputing. Specifically: - **Automate a chargeback response.** Fetch disputes, enrich them with order, transaction, subscription, and customer-communication data, then let Chargeflow assemble and submit the representment evidence. Start at https://docs.chargeflow.io/docs/merchants/quickstart.md - **Stop a dispute before it becomes a chargeback.** Subscribe to pre-chargeback alerts (Visa Verifi RDR, Mastercard Ethoca) and resolve or refund inside the alert window. Start at https://docs.chargeflow.io/docs/merchants/alerts/manage-alerts.md - **Generate dispute evidence inside your own product.** Platforms and PSPs call Evidence-as-a-Service to get a submittable evidence document for a merchant dispute. Start at https://docs.chargeflow.io/docs/platforms/eaas/generate-evidence-in-10s.md - **React to dispute state changes.** Register webhooks for dispute and alert events instead of polling. Start at https://docs.chargeflow.io/docs/merchants/automation/subscribe-to-events.md How to call it: REST over HTTPS at `https://api.chargeflow.io`, one API key in the `x-api-key` header, current version `2025-04-01`. Authentication, pagination, idempotency, rate limits, and error shapes are at https://docs.chargeflow.io/docs/reference/api-fundamentals/authentication.md Do not use these docs for Chargeflow pricing, plans, or company information: those live on https://www.chargeflow.io, not here. Every page below is also available as plain markdown by appending `.md` to its URL. The entire docs corpus in one file: https://docs.chargeflow.io/llms-full.txt ## For Merchants - [Chargeback Dispute Automation API for Merchants | Chargeflow Docs](https://docs.chargeflow.io/docs/merchants/overview.md): What the merchant docs cover - dispute Automation end to end, plus Alerts and Prevent - and how Chargeflow builds and submits a dispute response. - [Chargeflow API Quickstart: Authenticate & Automate Your First Dispute](https://docs.chargeflow.io/docs/merchants/quickstart.md): Five steps to a working integration: get an API key, validate it, list disputes, enrich one via PATCH, and register a dispute.created webhook. - [Chargeflow Prevent: Pre-Fulfillment Chargeback Risk Scoring](https://docs.chargeflow.io/docs/merchants/prevent.md): Post-purchase, pre-fulfillment fraud prevention - every order gets a risk score and a recommended action (approve, verify, or cancel) before you ship. - [Chargeflow Alerts: Pre-Chargeback Deflection via Verifi & Ethoca](https://docs.chargeflow.io/docs/merchants/alerts.md): Deflect disputes before they become chargebacks with Verifi RDR, CDRN, and Ethoca alerts - retrieve alerts, track outcomes, and automate resolution. - [Alerts API Reference: Manage Pre-Chargeback Alerts (Verifi & Ethoca)](https://docs.chargeflow.io/docs/merchants/alerts/manage-alerts.md): The Alerts API: Chargeflow-automated versus merchant-managed handling, alert endpoints and webhooks, the refund-and-report flow, and the outcome vocabulary. - [How to Deflect Chargebacks Before They Post, Using Alerts](https://docs.chargeflow.io/docs/merchants/alerts/prevent-with-alerts.md): Subscribe to pre-chargeback alerts, receive an alert, refund the transaction, and report the outcome to close the alert. - [Chargeflow Automation: Agentic Dispute Representment API](https://docs.chargeflow.io/docs/merchants/automation.md): Agentic dispute representment - Chargeflow ingests every dispute, builds the evidence, and submits the response; enrich it with your data via the API. - [Automate Dispute Management End to End | Chargeflow API](https://docs.chargeflow.io/docs/merchants/automation/automate-dispute-management.md): Where your integration plugs into Chargeflow's automation pipeline: subscribe to dispute.created, then send a second enrichment and track the outcome via the API. - [Enrich a Dispute: The PATCH Endpoint Explained](https://docs.chargeflow.io/docs/merchants/automation/enrich-a-dispute.md): The PATCH dispute endpoint: upsert semantics, array merge behavior, inline data creation versus linking existing objects, and the response shape. - [Enrich Disputes by Business Model: SaaS and E-Commerce Evidence](https://docs.chargeflow.io/docs/merchants/automation/enrich-a-dispute/by-business-model.md): The evidence that moves outcomes for SaaS and e-commerce disputes: subscription fields, customer activity logs, order products, and fulfillment tracking. - [Log Customer Communications on a Dispute (API Guide)](https://docs.chargeflow.io/docs/merchants/automation/enrich-a-dispute/customer-communications.md): The customer-communication endpoint: request and message fields for logging support conversations as structured records linked to one or more disputes. - [Industry Enrichment](https://docs.chargeflow.io/docs/merchants/automation/enrich-a-dispute/by-industry.md): Enrich a dispute with a single PATCH using an industry-specific universal_order block, plus the universal fields, domain lookup, and errors for every vertical. - [Upload Dispute Evidence via API | Chargeflow Docs](https://docs.chargeflow.io/docs/merchants/automation/upload-evidence.md): The multipart evidence upload endpoint: evidenceUploadCategory values, the conditional content field, supported file types, and the 5 MB size limit. - [Subscribe to Chargeflow Webhook Events: Setup & Verification](https://docs.chargeflow.io/docs/merchants/automation/subscribe-to-events.md): Register, list, and delete webhook endpoints via the API, the four available event types, and an example Express handler that acknowledges before processing. - [Automate a Chargeback Dispute Response: Full API Recipe](https://docs.chargeflow.io/docs/merchants/automation/automate-a-chargeback-dispute.md): Receive a dispute.created webhook for any processor, fetch the dispute, attach evidence and notes, and let Chargeflow build and submit the representment for you. - [Backfill 90 Days of Disputes via the Chargeflow API](https://docs.chargeflow.io/docs/merchants/automation/backfill-90-days.md): Page through GET /disputes to pull every dispute from the last 90 days into your own system. - [No-Code Dispute Automation via Zapier | Chargeflow](https://docs.chargeflow.io/docs/merchants/automation/zapier-no-code.md): Step-by-step setup of a Zapier Zap using the Chargeflow New Dispute trigger, from API key generation to mapping dispute fields into action steps. - [Insights](https://docs.chargeflow.io/docs/merchants/insights.md): Performance monitoring for payments and chargebacks - one dashboard across every connected processor, with proactive alerts when a ratio moves toward a threshold. - [Chargeflow Merchant Webhook Events: dispute.created & Alerts Events](https://docs.chargeflow.io/docs/merchants/webhook-events.md): The four merchant webhook events - dispute.created and the three alerts events - with when each fires, what to do, and where to find the payload. - [Interactive tutorials](https://docs.chargeflow.io/docs/merchants/interactive-tutorials.md): Runnable, step-by-step tutorials for merchant integrations, coming soon. - [Sandbox](https://docs.chargeflow.io/docs/merchants/sandbox.md): An isolated test environment for merchant integrations is coming soon. ## For Platforms - [Chargeflow Connect: EaaS, Co-Branded & White-Label Dispute API for Platforms](https://docs.chargeflow.io/docs/platforms/overview.md): Chargeflow Connect ("Chargeflow for Platforms") - the four delivery models for ISVs, platforms and PSPs - Evidence-as-a-Service, Co-Branded, White-Label (beta), and Alerts-as-a-Service (Soon). - [Platforms Quickstart: Integrate Chargeflow Evidence-as-a-Service](https://docs.chargeflow.io/docs/platforms/quickstart.md): Generate your first AI dispute evidence package as a platform, from API key to bank-ready PDF, in four steps. - [Run Connect](https://docs.chargeflow.io/docs/platforms/connect.md): The Connect dashboard - onboard merchants, route their disputes automatically, and report on recovery, in five steps. - [Merchants](https://docs.chargeflow.io/docs/platforms/connect/merchants.md): Your merchant pipeline in Connect - invite or activate merchants, link their processor accounts, and track dispute activity and recovery performance per merchant. - [Disputes](https://docs.chargeflow.io/docs/platforms/connect/disputes.md): Every dispute across every merchant in Connect - statuses, filters, the evidence PDF and its version history, and viewing a dispute as the merchant sees it. - [Integrations](https://docs.chargeflow.io/docs/platforms/connect/integrations.md): Connect payment processors to Connect so disputes route in automatically - the smart PSP flow, merchant attribution, reconnecting, and enabling Evidence-as-a-Service. - [Widgets](https://docs.chargeflow.io/docs/platforms/connect/widgets.md): Embed pre-built Chargeflow widgets showing real-time dispute data inside your own platform dashboard, from the widget catalog or the dashboard builder. - [Developers](https://docs.chargeflow.io/docs/platforms/connect/developers.md): Production and sandbox API keys, HMAC enforcement, and webhook endpoint registration for a Connect platform account. - [Settings](https://docs.chargeflow.io/docs/platforms/connect/settings.md): Platform branding for the co-branded header, team management, and role-based permissions in Connect. - [What Is Evidence-as-a-Service (EaaS)? | Chargeflow for Platforms](https://docs.chargeflow.io/docs/platforms/eaas/introduction.md): Evidence-as-a-Service turns dispute data into a bank-ready, versioned PDF evidence package via API - a platform-level integration for B2B platforms and PSPs. - [How Evidence-as-a-Service Works: API, Webhook & PDF Delivery](https://docs.chargeflow.io/docs/platforms/eaas/how-it-works.md): End-to-end EaaS setup - get a Connect account, generate API keys, subscribe to evidence webhooks, create merchant entities, and pick an integration pattern. - [Set up EaaS](https://docs.chargeflow.io/docs/platforms/eaas/setup.md): The eight-step Evidence-as-a-Service setup, in the same order as the in-app guide - keys, merchants, dispute data, enrichment, generation, retrieval, submission, and outcome reporting. - [Onboard a Merchant to Chargeflow Connect (API Guide)](https://docs.chargeflow.io/docs/platforms/eaas/onboard-a-merchant.md): Create and retrieve a Chargeflow account entity for each merchant via the Accounts API - required and optional fields, plus enrichments for stronger evidence strategies. - [Submit Platform Disputes via the EaaS API](https://docs.chargeflow.io/docs/platforms/eaas/submit-platform-disputes.md): Create dispute records in Chargeflow from your platform - request fields, dispute reason values, and how to enrich or generate evidence afterward. - [Generate & Regenerate Evidence via the EaaS API](https://docs.chargeflow.io/docs/platforms/eaas/generate-and-regenerate.md): Call the Generate Evidence API with a dispute ID or inline dispute data, handle its error codes, and regenerate versioned evidence PDFs as new data arrives. - [Generate Bank-Ready Evidence in Seconds with EaaS](https://docs.chargeflow.io/docs/platforms/eaas/generate-evidence-in-10s.md): Use Evidence-as-a-Service to turn dispute data into a bank-ready PDF, then download it when the evidence.ready webhook fires. - [EaaS Data Privacy & Security for Platforms](https://docs.chargeflow.io/docs/platforms/eaas/compliance.md): EaaS data handling - 7-day expiring PDF download links, data minimization, regional data residency, and SOC 2 Type II and GDPR compliance. - [White-Label Chargeback Disputes: Chargeflow Embedded for Platforms](https://docs.chargeflow.io/docs/platforms/chargeflow-embedded/overview.md): White-Label Connect - your product name, UI and pricing, with Chargeflow ingesting, enriching and submitting merchant disputes end to end. Includes a comparison with EaaS. - [White-Label Integration Guide: Accounts, Keys & Webhooks](https://docs.chargeflow.io/docs/platforms/chargeflow-embedded/integration-guide.md): Set up White-Label Connect - create your platform account, generate API keys, register webhooks, connect merchant integrations, and handle disputes. - [Chargeflow Platforms Webhook Events Reference](https://docs.chargeflow.io/docs/platforms/webhook-events.md): The platform webhook events - evidence.ready, evidence.error, and integration.access.error - with when each fires, what to do, and where to find the payload. - [Monitor Integration Health for Chargeflow Connect](https://docs.chargeflow.io/docs/platforms/monitor-integration-health.md): Use the health-check endpoints to verify the Chargeflow API is reachable and your API key is valid, for uptime monitoring and pre-flight checks. - [Partner Studio: Manage Your Chargeflow Connect Integration](https://docs.chargeflow.io/docs/platforms/partner-studio.md): Partner Studio is a gated workspace for active and POC platform partners - demos, enablement, white-label config, advanced EaaS, and runbooks. The tooling is on the way; access is granted per platform. - [Interactive tutorials](https://docs.chargeflow.io/docs/platforms/interactive-tutorials.md): Runnable, step-by-step tutorials for platform integrations, coming soon. - [Sandbox](https://docs.chargeflow.io/docs/platforms/sandbox.md): An isolated test environment for platform and EaaS integrations is coming soon. ## API Reference - [Every endpoint, request and response](https://docs.chargeflow.io/llms-api.txt): the full generated API reference index for both API versions, split out to keep this file a navigation index - [API overview](https://docs.chargeflow.io/docs/api/2025-04-01/get-started.md): base URL, versions, API keys, HMAC, pagination, errors, rate limits, and a first call ## Resources - [Chargeflow Developer Resources: Concepts, API Fundamentals & Tools](https://docs.chargeflow.io/docs/reference/overview.md): What lives in Resources and who each page is for: concepts, API fundamentals, integrations, tools, error codes, security, FAQ, and support. - [Chargeflow Product Model: Prevent, Alerts, Automation & Connect Explained](https://docs.chargeflow.io/docs/reference/start-here/product-model.md): The Chargeflow product suite - Prevent, Alerts, Automation, Insights, and Connect - what each one does, when it acts, and which docs section covers it. - [Transaction & Dispute Lifecycle: Where Each Chargeflow Product Acts](https://docs.chargeflow.io/docs/reference/start-here/transaction-lifecycle.md): The five stages a transaction can move through - from checkout to dispute outcome - and which Chargeflow product acts at each stage. - [Chargeback & Dispute Glossary: Representment, Reason Codes, RDR & More](https://docs.chargeflow.io/docs/reference/start-here/language-of-disputes.md): A glossary of the dispute, chargeback, and alert vocabulary used throughout the Chargeflow docs and API. - [Chargeback Lifecycle Explained: From Cardholder Dispute to Issuer Decision](https://docs.chargeflow.io/docs/reference/concepts/chargeback-lifecycle.md): The parties in the payment ecosystem and how a dispute moves from a cardholder complaint to a final decision. - [How recovery works](https://docs.chargeflow.io/docs/reference/concepts/how-recovery-works.md): End to end, what happens between a dispute being filed and the money coming back: ingestion, data collection, enrichment, the automation layer, submission, outcome, and the feedback loop. - [How our AI works](https://docs.chargeflow.io/docs/reference/concepts/how-our-ai-works.md): The domain approach behind Chargeflow's evidence agents: an industry-agnostic data foundation, then dispute execution by an orchestrator delegating to specialised agents with a QA agent in front of submission. - [Evidence generation](https://docs.chargeflow.io/docs/reference/concepts/evidence-generation.md): How Chargeflow builds a dispute response: written from scratch by multiple specialised agents rather than filled into templates, QA'd by an AI agent, aligned to card scheme rules, and tuned by the outcome of every win and loss. - [Evidence examples by reason code](https://docs.chargeflow.io/docs/reference/concepts/evidence-examples.md): Worked examples of what Chargeflow collects and argues per reason code, starting with Visa Compelling Evidence 3.0 fraud and Visa 13.1 item not received. - [Dispute State Machine: Statuses & Transitions Reference](https://docs.chargeflow.io/docs/reference/concepts/dispute-state-machine.md): Dispute stages and statuses modeled as a state machine, with the valid transitions between them. - [Chargeback Reason Codes Mapped to Chargeflow Categories](https://docs.chargeflow.io/docs/reference/concepts/reason-codes.md): How card network reason codes map to Chargeflow's reason categories, and what each category means. - [Representment & Evidence: How a Chargeback Rebuttal Works](https://docs.chargeflow.io/docs/reference/concepts/representment-and-evidence.md): What representment is, how the rebuttal process works, and the evidence categories that win disputes. - [Card Network Dispute Response Timelines (Visa, Mastercard, Amex)](https://docs.chargeflow.io/docs/reference/concepts/network-timelines.md): Dispute response windows by card network, including filing windows, merchant response windows, and arbitration. - [Visa Compelling Evidence 3.0 (CE 3.0) Eligibility Explained](https://docs.chargeflow.io/docs/reference/concepts/ce-3.0-eligibility.md): What Visa Compelling Evidence 3.0 is, the eligibility criteria, and the prior-transaction data points it requires. - [Alerts Integration Models: Merchant-Managed vs Chargeflow-Managed](https://docs.chargeflow.io/docs/reference/concepts/alerts-model.md): How pre-chargeback alerts from Ethoca and Verifi prevent chargebacks, and the two integration models for handling them. - [How the Chargeflow Dispute Automation Engine Works](https://docs.chargeflow.io/docs/reference/concepts/dispute-automation.md): How Chargeflow's agentic engine ingests disputes, enriches evidence, generates and submits responses, and tracks each case through its lifecycle. - [Chargeflow Webhooks: Events, Payloads & Verification](https://docs.chargeflow.io/docs/reference/concepts/webhooks.md): Register webhook endpoints, verify HMAC signatures, build an event handler, and see the event topics Chargeflow can send to your system. - [Chargeflow API Versioning: How Date-Based Versions Work](https://docs.chargeflow.io/docs/reference/concepts/api-versioning.md): How Chargeflow's date-based path versioning works, the deprecation policy, and the table of available API versions. - [Chargeflow API Authentication: API Keys & HMAC Signatures](https://docs.chargeflow.io/docs/reference/api-fundamentals/authentication.md): Authenticate Chargeflow API requests with the x-api-key header, plus optional HMAC-SHA256 signature validation for integrity and authenticity. - [Chargeflow API Test Credentials & Sandbox Access](https://docs.chargeflow.io/docs/reference/api-fundamentals/test-credentials.md): How to generate and use Chargeflow API keys, and what the secret key is for. - [Chargeflow API Pagination: offset & limit Parameters](https://docs.chargeflow.io/docs/reference/api-fundamentals/pagination.md): Page through list endpoints with offset and limit. - [Chargeflow API Error Handling: Retry Logic & Backoff](https://docs.chargeflow.io/docs/reference/api-fundamentals/error-handling.md): HTTP error codes returned by the Chargeflow API, what causes each one, how to resolve them, and the health check endpoint for verifying your key. - [Rate Limits](https://docs.chargeflow.io/docs/reference/api-fundamentals/rate-limits.md): Handle 429 Too Many Requests responses with exponential backoff and the Retry-After header. Full rate limit documentation is in progress. - [Idempotency](https://docs.chargeflow.io/docs/reference/api-fundamentals/idempotency.md): Use the Idempotency-Key header on evidence generation requests to retry safely without creating duplicates. Full documentation is in progress. - [Chargeflow API Go-Live Checklist: Production Readiness Steps](https://docs.chargeflow.io/docs/reference/api-fundamentals/go-live-checklist.md): Production readiness steps for your Chargeflow integration, covering keys, PII, webhook verification, idempotency, errors, and rate limits. - [Chargeflow Integrations: Stripe, PayPal, Shopify, WooCommerce & Zapier](https://docs.chargeflow.io/docs/reference/integrations.md): Every tool Chargeflow connects to, by category: payment processors that route disputes in, eCommerce and subscription platforms that enrich evidence, customer communication tools that supply conversation history, and the alert networks that deflect disputes pre-chargeback. - [Chargeflow Developer Tools: OpenAPI Spec, Postman, SDKs & MCP Server](https://docs.chargeflow.io/docs/reference/tools.md): The Chargeflow developer tools - OpenAPI specs, client libraries, a Postman path, the hosted AI skill for agents, plus the interactive and testing tools that are on the way. - [Chargeflow API Error Codes Reference](https://docs.chargeflow.io/docs/reference/error-codes.md): Lookup table of HTTP status codes and EaaS-specific error codes returned by the Chargeflow API, with causes and resolutions. - [Chargeflow API Changelog: Version History & Release Notes](https://docs.chargeflow.io/docs/reference/changelog.md): Release history for each dated Chargeflow API version, listing the endpoints and payload changes introduced in 2024-03-18 and 2025-04-01. - [Chargeflow API Status & Incident History](https://docs.chargeflow.io/docs/reference/status.md): Where to check the live status of the Chargeflow API and how to get help during an incident. - [Chargeflow Security & Compliance: SOC 2 Type II, GDPR & Data Protection](https://docs.chargeflow.io/docs/reference/security.md): How Chargeflow secures your data, our certifications (SOC 2 Type II, GDPR), data residency, subprocessors, AI governance, and where to request security documents. - [Chargeflow API FAQ: Authentication, Webhooks, Disputes & Security](https://docs.chargeflow.io/docs/reference/faq.md): Common questions about getting started, authentication, environments, common API errors, webhooks, disputes, alerts, Prevent, API versioning, security, data privacy, and how Chargeflow operates, with links to the canonical docs. - [Chargeflow API Support: Get Help & Check Live Status](https://docs.chargeflow.io/docs/reference/support.md): How to contact Chargeflow API support, what to include (your requestId), steps to try first, and where to check API status. ## OpenAPI Specs - [Merchants API 2025-04-01](https://docs.chargeflow.io/specs/openapi-merchants-2025-04-01.json): OpenAPI 3 spec for the current merchant API version - [Merchants API 2024-03-18](https://docs.chargeflow.io/specs/openapi-merchants-2024-03-18.json): OpenAPI 3 spec for the previous merchant API version - [Platforms API 2025-04-01](https://docs.chargeflow.io/specs/openapi-platforms-2025-04-01.json): OpenAPI 3 spec for the current platforms (Connect) API version - [Platforms API 2024-03-18](https://docs.chargeflow.io/specs/openapi-platforms-2024-03-18.json): OpenAPI 3 spec for the previous platforms (Connect) API version ## Optional - [llms-api.txt](https://docs.chargeflow.io/llms-api.txt): every generated API-reference page, one line each - [llms-full.txt](https://docs.chargeflow.io/llms-full.txt): every docs page concatenated into a single markdown file - [Agent skill](https://docs.chargeflow.io/SKILL.md): intent-to-endpoint routing guide for coding agents integrating Chargeflow