v1
latestOpenAPI 3.1.02026-07-24170121.2 MBGet Disputes Chart
get/v1/dispute-chart
Query parameters
report_date[gte]string required
Disputes created after or equal to the date. <br /><b>Format:</b> YYYY/MM/DD
report_date[lte]string required
Disputes created before or equal to the date. <br /><b>Format:</b> YYYY/MM/DD
transaction_date[gte]string
Transaction is created after or equal to the date. <br /><b>Format:</b> YYYY/MM/DD
transaction_date[lte]string
Transaction is created before or equal to the date. <br /><b>Format:</b> YYYY/MM/DD
last_updated_date[gte]string
The last update date of record is greater than or equal to the selected date. <br /><b>Format:</b> YYYY/MM/DD
last_updated_date[lte]string
The last update of record is less than or equal to the selected date. <br /><b>Format:</b> YYYY/MM/DD
Response
200
Example response
{
"pi_chart_data": [
{
"data_type": "Currently resolved in Merchant's favor"
}
],
"dispute_volume_chart_data": [
{
"label": "2024-09-01"
}
],
"dispute_count_chart_data": [
{
"label": "2024-09-01"
}
]
}