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
Splitit dispute id
- multipart/form-data
Body
Evidence in either PDF, TIFF, PNG or JPEG format
Responses
- 200
- 401
- 403
- 404
- 500
Response Headers
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
Errors
object[]
Evidence
object
required
{
"Errors": [
{
"Code": "string",
"Message": "string",
"AdditionalInfo": "string"
}
],
"StatusCode": 0,
"TraceId": "string",
"IsSuccess": true,
"Evidence": {
"EvidenceId": "string",
"UploadedAt": "2024-06-06T16:41:09.393Z",
"FileName": "string",
"FileType": "string"
}
}
Response Headers
- application/json
- Schema
- Example (from schema)
Schema
Error
object
ExtraData
object
{
"TraceId": "string",
"Error": {
"Code": "string",
"Message": "string",
"AdditionalInfo": "string",
"ExtraData": {}
}
}
Response Headers
- application/json
- Schema
- Example (from schema)
Schema
Error
object
ExtraData
object
{
"TraceId": "string",
"Error": {
"Code": "string",
"Message": "string",
"AdditionalInfo": "string",
"ExtraData": {}
}
}
Response Headers
- application/json
- Schema
- Example (from schema)
Schema
Error
object
ExtraData
object
{
"TraceId": "string",
"Error": {
"Code": "string",
"Message": "string",
"AdditionalInfo": "string",
"ExtraData": {}
}
}
Response Headers
- application/json
- Schema
- Example (from schema)
Schema
Error
object
ExtraData
object
{
"TraceId": "string",
"Error": {
"Code": "string",
"Message": "string",
"AdditionalInfo": "string",
"ExtraData": {}
}
}