Get Chargebacks
Get Chargebacks
Returns chargebacks for the authenticated nonprofit based on the provided filters.
Chargeback Status
pending: The chargeback is still in progress.lost: The chargeback was finalized against the nonprofit.won: The chargeback was finalized in the nonprofit’s favor.
Chargeback Types
ach_return: The chargeback originated from an ACH return.dispute: The chargeback originated from a card dispute.
Filtering
- Use
contributionIdto return chargebacks for a specific contribution. - Use
minimumUpdatedDateandmaximumUpdatedDateto poll for chargebacks that changed within a specific window. - Results are sorted by
createdAt(ascending or descending viasortDirection) and paginated withlimitandpage.
All monetary amounts in the response are expressed in cents.
GET
Get Chargebacks
Authorizations
Client ID for API authentication
API Key for API authentication
Query Parameters
The number of chargebacks to return.
Required range:
1 <= x <= 100The page number of the chargebacks to return.
Required range:
x >= 1Sort direction by chargeback created date. Defaults to descending.
Available options:
ASC, DESC Example:
"DESC"
Filter by contribution id.
Pattern:
^[0-9a-fA-F]{24}$Example:
"8810f34fd5061afeec3eab68"
The minimum updated date of the chargebacks to return.
Example:
"2025-01-01"
The maximum updated date of the chargebacks to return.
Example:
"2025-02-01"
Last modified on July 14, 2026