Skip to main content
GET
ListDisputes

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

payment_id
string
limit
integer<int32>

default: 100

Required range: x <= 250
offset
integer<int32>
Required range: x >= 0
from
string<date-time>
to
string<date-time>

Response

200 - application/json

Success

id
string
required
reason
string
required
amount
integer<int32>
required
currency
enum<string>
required
Available options:
USD,
GBP,
EUR
created_at
string<date-time>
required
payment_id
string | null