# `PolarExpress.Services.DisputesService`
[🔗](https://github.com/jeffhuen/polar_express/blob/main/lib/polar_express/services/disputes_service.ex#L2)

Disputes

Disputes API operations.

# `get_dispute`

```elixir
@spec get_dispute(PolarExpress.Client.t(), String.t(), map(), keyword()) ::
  {:ok, PolarExpress.Schemas.Dispute.t()} | {:error, PolarExpress.Error.t()}
```

Get Dispute

Get a dispute by ID.

**Scopes**: `disputes:read`

See `PolarExpress.Params.DisputesGetDisputeParams` for parameter details.

# `list_disputes`

```elixir
@spec list_disputes(PolarExpress.Client.t(), map(), keyword()) ::
  {:ok, PolarExpress.ListObject.t()} | {:error, PolarExpress.Error.t()}
```

List Disputes

List disputes.

**Scopes**: `disputes:read`

See `PolarExpress.Params.DisputesListDisputesParams` for parameter details.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
