v1

latestOpenAPI 3.0.02026-07-2640301.0 MB
Dispute Management Endpoints

dispute-management/document

This endpoint allows you to fetch the document for a dispute.

get/dispute-management/document

Query parameters

AccountIDstring required

Your account ID

Keystring required

API key for the account

Signaturestring required

Hashed signature for the request

DisputeIDstring required

The ID associated with the dispute

DocumentIDstring required

The ID associated with the document

Response

Successboolean

True if the request was successful, false if it failed

ErrorMessagestring

Contains a description of the error if the request failed

Example response

{
  "Document": {
    "0": {
      "DocumentID": "123456789",
      "Document": "eyExadf123=="
    }
  }
}