Skip to main content

Update Chargeback Status

Change the status of a chargeback upon receiving notification from your provider (your account must have the proper permissions to call this endpoint).

Path Parameters
id string REQUIRED

Dispute id

Request Body REQUIRED
Status string

Possible values: [Open, Won, Lost, Closed, Other, Pending]

The new status you'd like to change to. If the current status is Open, you can only change it to Won or Lost. If the current status is Won or Lost, you can only change it to Closed

ChangeDate date-time

The date the status was changed. Optional, so if not included in the request, will be set to now (if included, should be a time that is less than or equal to now). Should be in UTC format, e.g. "2024-04-29T14:33:44.613Z"

Responses
200
Schema OPTIONAL
Errors object[] OPTIONAL
Code string OPTIONAL
Message string OPTIONAL
AdditionalInfo string OPTIONAL
StatusCode int32
TraceId string OPTIONAL
IsSuccess boolean
Chargeback object
Id string
DisputeCreatedDate date-time
DueDate date-time
InstallmentPlanNumber string
InstallmentNumber int64
PlanStatus string
TransactionId string
MerchantName string
TotalPlanAmount object
Amount number
CurrencyCode string
DisputeAmount object
Amount number
CurrencyCode string
Status DisputeStatus

Possible values: [Open, Won, Lost, Closed, Other, Pending]

PlanActivatedDate date-time OPTIONAL
ReasonCode string
Evidences object[]
EvidenceId string
UploadedAt date-time
FileName string
FileType string
Comments object[]
CommentId string
Text string
CommentAt date-time
401
Schema OPTIONAL
TraceId string OPTIONAL
Error object OPTIONAL
Code string OPTIONAL
Message string OPTIONAL
AdditionalInfo string OPTIONAL
ExtraData object OPTIONAL
403
Schema OPTIONAL
TraceId string OPTIONAL
Error object OPTIONAL
Code string OPTIONAL
Message string OPTIONAL
AdditionalInfo string OPTIONAL
ExtraData object OPTIONAL
404
Schema OPTIONAL
TraceId string OPTIONAL
Error object OPTIONAL
Code string OPTIONAL
Message string OPTIONAL
AdditionalInfo string OPTIONAL
ExtraData object OPTIONAL
500
Schema OPTIONAL
TraceId string OPTIONAL
Error object OPTIONAL
Code string OPTIONAL
Message string OPTIONAL
AdditionalInfo string OPTIONAL
ExtraData object OPTIONAL