Skip to main content

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

Body

required

    Text stringrequired

    comment itself

    CreatedBy stringrequired

    name of comment creator

    CommentId stringrequired

    merchant defined id

Responses

Response Headers

    Schema

      Errors

      object[]

    • Array [

    • Code string
      Message string
      AdditionalInfo string
    • ]

    • StatusCode int32required
      TraceId string
      IsSuccess booleanrequired

      Comment

      object

      required

      CommentId stringrequired
      Text stringrequired
      CommentAt date-timerequired
    Loading...