Skip to main content
GET
JavaScript

Authorizations

Authorization
string
header
required

A company API key, company scoped JWT, app API key, or user OAuth token. You must prepend your key/token with the word 'Bearer', which will look like Bearer ***************************

Headers

Api-Version-Date
string

Pins the request to a dated API version.

Example:

"2026-07-25"

Query Parameters

account_id
string

Only disputes filed against this account (biz_ tag).

first
integer

The number of disputes to return (default 20, max 100).

after
string

A cursor; returns disputes after this position.

last
integer

The number of disputes to return from the end of the range.

before
string

A cursor; returns disputes before this position.

order
enum<string>
default:created_at

The field to sort disputes by.

Available options:
created_at,
amount,
evidence_due_at
direction
enum<string>
default:desc

Sort direction.

Available options:
asc,
desc
status
enum<string>[]

Only disputes in these statuses. Repeat the parameter to pass several — one paginated list covers all of them. Covers both chargebacks and inquiries at each stage.

Available options:
needs_response,
under_review,
won,
lost,
closed
currency
string

Only disputes in this three-letter ISO currency.

created_before
string

Only disputes opened before this ISO 8601 timestamp.

created_after
string

Only disputes opened after this ISO 8601 timestamp.

Response

disputes listed

data
object[]
required
page_info
object
required