Disputes Reporting

Get Submitted Dispute Response

get

Retrieve all merchant-submitted responses for a specific dispute case including comments and associated evidence file names.

Path parameters
caseNumberstringRequired

The unique dispute case identification number. Example: CN12345678.

Responses
chevron-right
200

Success

application/json
get
/api/disputes/v2.0/merchantdisputes/{caseNumber}/responses

Get Dispute Case History

get

Retrieve the history of a specific dispute case number including all status updates.

Path parameters
caseNumberstringRequired

The unique dispute case identification number.

Responses
chevron-right
200

Success

application/json
get
/api/disputes/v2.0/merchantdisputes/{caseNumber}

Get Dispute Cases

get

Retrieve a list of merchant dispute cases based on filtering and sorting capabilities.

Query parameters
FromDatestring · date-timeOptional

Filters the results by the start date of the dispute cases. Default is the first day of the current month.

ToDatestring · date-timeOptional

Filters the results by the end date of the dispute cases. Default is today's date.

CardBrandNamestringOptional

Filters the results by the card brand name. For example: Visa, Mastercard, Amex, Discover. Defaults to all card brands. Comma-separated values are not supported.

StatusstringOptional

Filters the results by the dispute status. For example: New Activity, Awaiting Response.

PageNumberinteger · int32Optional

Specifies the page number of results to return when pagination is applied. Default: 1.

PageSizeinteger · int32Optional

Specifies the number of results to return per page. Default: 25.

Responses
chevron-right
200

Success

application/json
get
/api/disputes/v2.0/merchantdisputes

Last updated

Was this helpful?