Endpoints
Get dispute
Get dispute details
GET
/
disputes
/
{dispute_id}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
dispute_id
string
requiredThe ID of the dispute to retrieve
Response
200 - application/json
id
string
requiredUnique identifier for the dispute
object
enum<string>
requiredString representing the object's type
Available options:
dispute
initiated_at
string
Timestamp when the dispute was initiated
response_due_by
string
Deadline for responding to the dispute
amount
integer
The disputed amount in the smallest currency unit
currency
string
Three-letter ISO currency code
reason
string
The reason for the dispute
status
string
Current status of the dispute
provider
string
The external provider handling the dispute
evidence
any