Skip to main content
GET
Get disputes

Authorizations

x-api-key
string
header
required

Company API key for authentication

Query Parameters

page
integer
default:1

Page number for pagination

Required range: x >= 1
limit
integer
default:20

Number of disputes per page

Required range: 1 <= x <= 100
transaction_id
string

Filter by the disputed transaction ID

status
enum<string>[]

Comma-separated list of statuses to filter by.

Available options:
OPEN,
UNDER_REVIEW,
CLOSED
outcome
enum<string>[]

Comma-separated list of outcomes to filter by.

Available options:
UPHELD,
DISMISSED,
WITHDRAWN
type
enum<string>[]

Comma-separated list of dispute types to filter by.

Available options:
PIX_INFRACTION,
CHARGEBACK
created_at_from
string<date-time>

Start creation datetime (inclusive)

created_at_to
string<date-time>

End creation datetime (inclusive)

sort
enum<string>[]

Multi-field sort string (e.g., -created_at,amount). Allowed fields: created_at, amount. Defaults to -created_at.

Available options:
created_at,
amount,
-created_at,
-amount

Response

Paginated list of disputes

Paginated list of disputes

data
object[]
required

Array of disputes

pagination
object
required