List dispute statuses

Retrieve the status history for a specific dispute.

Path parameters

disputeIdintegerRequired
Unique identifier of the dispute.

Headers

AuthorizationstringRequired

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

Response

Successful request. Returns the status history for a specific dispute.
disputeStatusIdinteger or null
Unique identifier of the dispute status.
statusenum or null
Status of the dispute.
statusDatedate or null

Date that the status changed. The format of this value is YYYY-MM-DD.

Errors