Settlement

List dispute statuses

Use this method to return the status history of a dispute.

To view the status history of a dispute, you need its disputeId. If you don't have the disputeId, use our List Disputes method to search for the dispute.

Our gateway returns a list that contains each status change, the date it was changed, and its updated status.

get/disputes/{disputeId}/statuses

Path parameters

disputeIdinteger required

Unique identifier of the dispute.

Headers

Authorizationstring required

Bearer authentication

Response

Successful request. Returns the status history for a specific dispute.

disputeStatusIdinteger

Unique identifier that we assigned to the status of the dispute.

status'prearbitrationInProcess' | 'prearbitrationAccepted' | 'prearbitrationDeclined' | 'arbitrationFiledWithCardBand' | 'arbitrationFundsToBeReturned' | 'arbitrationLost' | 'arbitrationSettledPartialAmount' | 'precomplianceInProcess' | 'precomplianceAccepted' | 'precomplianceDeclined' | 'complianceFiledWithCardBand' | 'complianceLost' | 'complianceSettledPartialAmount' | 'invalid' | 'issuerReversal' | 'new' | 'rejected' | 'representmentInProgress' | 'representmentFailed' | 'representmentPaid' | 'representmentReceived' | 'stand'

Status of the dispute.

Note: If you want to view the status history of the dispute, use our List Dispute Statuses method.

statusDatestring date

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

Changes

No recorded changes to this endpoint across all 1 revision of this API.