Add Comment
POST/api/chargebacks/:id/add-comment
You can also add a textual comment to your dispute up until its due date (after the due date, an appropriate error will be returned). A successful response will include the single comment that was submitted (not all comments).
Request
Path Parameters
id stringrequired
Splitit dispute id
- application/json
Body
required
Textstringrequired
comment itself
CreatedBystringrequired
name of comment creator
CommentIdstringrequired
merchant defined id
Responses
- 200
- 401
- 403
- 404
- 500
Response Headers
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
Errors
object[]
Codestring
Messagestring
AdditionalInfostring
StatusCodeint32required
TraceIdstring
IsSuccessbooleanrequired
Comment
object
required
CommentIdstringrequired
Textstringrequired
CommentAtdate-timerequired
{
"Errors": [
{
"Code": "string",
"Message": "string",
"AdditionalInfo": "string"
}
],
"StatusCode": 0,
"TraceId": "string",
"IsSuccess": true,
"Comment": {
"CommentId": "string",
"Text": "string",
"CommentAt": "2024-07-29T15:51:28.071Z"
}
}
Response Headers
- application/json
- Schema
- Example (from schema)
Schema
TraceIdstring
Error
object
Codestring
Messagestring
AdditionalInfostring
ExtraData
object
property name*string
{
"TraceId": "string",
"Error": {
"Code": "string",
"Message": "string",
"AdditionalInfo": "string",
"ExtraData": {}
}
}
Response Headers
- application/json
- Schema
- Example (from schema)
Schema
TraceIdstring
Error
object
Codestring
Messagestring
AdditionalInfostring
ExtraData
object
property name*string
{
"TraceId": "string",
"Error": {
"Code": "string",
"Message": "string",
"AdditionalInfo": "string",
"ExtraData": {}
}
}
Response Headers
- application/json
- Schema
- Example (from schema)
Schema
TraceIdstring
Error
object
Codestring
Messagestring
AdditionalInfostring
ExtraData
object
property name*string
{
"TraceId": "string",
"Error": {
"Code": "string",
"Message": "string",
"AdditionalInfo": "string",
"ExtraData": {}
}
}
Response Headers
- application/json
- Schema
- Example (from schema)
Schema
TraceIdstring
Error
object
Codestring
Messagestring
AdditionalInfostring
ExtraData
object
property name*string
{
"TraceId": "string",
"Error": {
"Code": "string",
"Message": "string",
"AdditionalInfo": "string",
"ExtraData": {}
}
}