Chargebacks
View chargeback summary
Returns a summary of all chargebacks within the default or specified date range.
<!-- theme: warning --><div style="display:none;">⚠️ Try It
To use the Try It feature for this endpoint, you must use the credentials for your Sandbox API user.
Request parameters
- endDate
- startDate
Response parameters
- newChargebacksCount
- newChargebacksTotal
- wonChargebacksCount
- wonChargebacksTotal
- representmentsCount
- representmentsTotal
get/chargeback/v3/summary
Query parameters
startDatestring
Example:2022-02-13
The start date. The default start date is 30 days prior to today's date. Format: YYYY-MM-DD
endDatestring
Example:2022-02-19
The end date. The default end date is today's date. Format: YYYY-MM-DD
Response
Success
Example response
{
"newChargebacksCount": 5,
"newChargebacksTotal": 450.87,
"wonChargebacksCount": 7,
"wonChargebacksTotal": 558.7,
"representmentsCount": 1,
"representmentsTotal": 38.03
}