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

    Filebinary

    Evidence in either PDF, TIFF, PNG or JPEG format

Responses

Response Headers

    Schema

      Errors

      object[]

    • Array [

    • Codestring
      Messagestring
      AdditionalInfostring
    • ]

    • StatusCodeint32required
      TraceIdstring
      IsSuccessbooleanrequired

      Evidence

      object

      required

      EvidenceIdstringrequired
      UploadedAtdate-timerequired
      FileNamestringrequired
      FileTypestringrequired