Skip to main content

Upload Evidence

POST 

/api/chargebacks/:id/upload-evidence

For an open dispute, you have the ability to upload a file as evidence. It can be submitted until the DueDate value (as returned in responses from the Get endpoints). After the DueDate it will return an appropriate error. Note that the max file size for a piece of evidence is 4MB. A successful response records only the single evidence submitted (and includes evidence id, time of submission, file name and type, etc.).

Request

Path Parameters

    id stringrequired

    Splitit dispute id

Body

    File binary

    Evidence in either PDF, TIFF, PNG or JPEG format

Responses

Response Headers

    Schema

      Errors

      object[]

    • Array [

    • Code string
      Message string
      AdditionalInfo string
    • ]

    • StatusCode int32required
      TraceId string
      IsSuccess booleanrequired

      Evidence

      object

      required

      EvidenceId stringrequired
      UploadedAt date-timerequired
      FileName stringrequired
      FileType stringrequired
    Loading...