Skip to main content

Get All Chargebacks

Returns a list of all open chargebacks against the merchant. Supports pagination. You can optionally specify a date range and/or status type. A successful response includes extensive info about the dispute, including created date, id, due date, etc.

Query Parameters
status DisputeStatus

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

from date-time

UTC format, e.g. "2023-04-29T14:33:44.613Z"

to date-time

UTC format, e.g. "2023-04-29T14:33:44.613Z"

Header Parameters
X-Splitit-Skip int32

With respect to pagination, how many pages to skip ahead (default is 0)

X-Splitit-Take int32

With respect to pagination, the number of records to include in each page (default is 100)

Responses
200
Schema OPTIONAL
Errors object[] OPTIONAL
Code string OPTIONAL
Message string OPTIONAL
AdditionalInfo string OPTIONAL
StatusCode int32
TraceId string OPTIONAL
IsSuccess boolean
Chargebacks 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
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