get_chargebacks_detail
Retrieve detailed chargeback information including transaction dates, types, and comprehensive data. Filter, sort, and query specific fields to analyze disputed transactions.
Instructions
Get detailed chargeback information. Includes transaction dates/types and comprehensive chargeback details.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | No | Specific fields to return | |
| filters | No | Filters on data fields. For date filtering, use actual date field names with operators (e.g., {'post_date': '>=2023-10-20'}) | |
| sort_by | No | Field to sort by | |
| count | No | Maximum records to return (up to 10,000, default 10,000) | |
| program | No | Override default program |