---
title: "GetDisputeConfig returns the calling org's dispute configuration as a
partner-facing projection over the underlying org config. The org is
resolved from the auth context, so the request carries no fields."
method: GET
path: "/v1/disputes/config"
tags: ["Disputes"]
---

# GetDisputeConfig returns the calling org's dispute configuration as a
partner-facing projection over the underlying org config. The org is
resolved from the auth context, so the request carries no fields.

`GET /v1/disputes/config`

## Response `200`

A successful response.

- V1GetDisputeConfigResponse
  - `config` DtoDisputeConfig — DisputeConfig is the partner-facing projection of an org's dispute configuration. It is a public view over the SAME underlying org config data served by the internal org-config endpoint (GET /v1/organizations/{uuid}/config), exposing only the fields the self-service dispute flow needs.
    - `disputesEnabled` boolean — Feature flags.
    - `unauthDisputesEnabled` boolean
    - `fileUploadsEnabled` boolean
    - `iframeEnabled` boolean
    - `maxDaysSinceTxn` integer — Transaction eligibility windows, in days since the transaction settled.
    - `minDaysSinceTxn` integer
    - `abuserLookbackDays` integer — Lookback window, in days, used for dispute-abuser detection.
    - `hiddenTransactionTypes` ApiPublicdtoTransactionType[] — Transaction rails hidden/disabled for self-service disputing, mapped from the org's configured OFX transaction-type codes onto TransactionType. A code with no TransactionType equivalent is silently dropped.
    - `disabledTransactionTypes` ApiPublicdtoTransactionType[]
    - `maxTransactionsPerDispute` integer — Maximum number of transactions allowed in a single dispute. 0 means no limit is configured. Display-only: not enforced server-side.
    - `palette` DisputeConfigPalette
      - `primary` string
      - `primaryForeground` string
      - `foreground` string
      - `mutedForeground` string
      - `border` string
      - `disabled` string
      - `background` string

## Other responses

- `default` — An unexpected error response.

---

[API](https://skmtc.net/casaphq/apis/casap-api.md) · [All operations](https://skmtc.net/casaphq/apis/casap-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/casaphq/casap-api/revisions/fe77c76cdc4a/schema)
