# Organization API: Billing & Payouts: Disputes

> The 2 Organization API operations for disputes.

Source: https://docs.coritan.com/api/reference/organizations/billing-payouts/disputes/

Part of [Billing & Payouts](/api/reference/organizations/billing-payouts/).

## Operations

| Method | Path | Summary |
| --- | --- | --- |
| GET | [`/api/v1/orgs/{org_slug}/disputes`](#op-get-api-v1-orgs-org-slug-disputes) | Chargebacks raised against this org's customers |
| GET | [`/api/v1/orgs/{org_slug}/disputes/{dispute_id}`](#op-get-api-v1-orgs-org-slug-disputes-dispute-id) | Get org dispute |

### Chargebacks raised against this org's customers {#op-get-api-v1-orgs-org-slug-disputes}

`GET /api/v1/orgs/{org_slug}/disputes`

Chargebacks raised against this org's customers.

Resellers had no dispute surface at all. Under ``platform_mor`` that is
arguable, since Coritan is merchant of record and it is our fight. Under
``own_gateway`` it is not: the org's own store takes the chargeback, the
money comes off them, and they could not see it happen.

#### Parameters

| Name | In | Type | Required | Description |
| --- | --- | --- | --- | --- |
| `org_slug` | path | string | yes |  |
| `limit` | query | integer | no | Default: `50`. |
| `offset` | query | integer | no | Default: `0`. |

#### Responses

| Status | Meaning |
| --- | --- |
| `200` | Success. |
| `422` | The request is not valid. `detail` lists each problem. |

### Get org dispute {#op-get-api-v1-orgs-org-slug-disputes-dispute-id}

`GET /api/v1/orgs/{org_slug}/disputes/{dispute_id}`

#### Parameters

| Name | In | Type | Required |
| --- | --- | --- | --- |
| `dispute_id` | path | integer | yes |
| `org_slug` | path | string | yes |

#### Responses

| Status | Meaning |
| --- | --- |
| `200` | Success. |
| `422` | The request is not valid. `detail` lists each problem. |
