Skip to main content
GET
/
disputes
/
{dispute_id}
Get dispute
curl --request GET \
  --url https://app.disputeninja.io/api/v1/disputes/{dispute_id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "object": "dispute",
  "initiated_at": "2023-11-07T05:31:56Z",
  "response_due_by": "2023-11-07T05:31:56Z",
  "amount": 123,
  "currency": "<string>",
  "reason": "<string>",
  "status": "<string>",
  "provider": "<string>",
  "evidence": {}
}

Authorizations

Authorization
string
header
required

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

Path Parameters

dispute_id
string
required

The ID of the dispute to retrieve

Response

Dispute details

id
string
required

Unique identifier for the dispute

object
enum<string>
required

String representing the object's type

Available options:
dispute
initiated_at
string<date-time>

Timestamp when the dispute was initiated

response_due_by
string<date-time>

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
object

Evidence submitted for the dispute