view-disputes

Queries Payroc Disputes API for dispute listings, statuses, and histories via HTTP GET with pagination and filtering.

1|Updated May 1, 2026
One-click install
npx skills add https://github.com/payroc/skills --skill view-disputes
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: view-disputes
Source: https://github.com/payroc/skills/tree/main/plugins/payroc/reporting/skills/view-disputes
Command: npx skills add https://github.com/payroc/skills --skill view-disputes

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the process of querying and retrieving disputes through the Payroc Disputes API, enhancing dispute management for financial institutions.

Core Features & Use Cases

  • Dispute Listing and Retrieval: Access a comprehensive list of disputes and retrieve specific dispute status histories.
  • Pagination and Filtering: Navigate through large dispute datasets with pagination and filter disputes by date or merchant.
  • Status History: Track the lifecycle of each dispute with detailed status history.
  • Use Case: For a financial institution managing disputes, this Skill can automate the process of listing all disputes that occurred in a specific date range and retrieving the status history for each dispute.

Quick Start

Use the view-disputes skill to retrieve the dispute status history for a dispute with ID 12345.

Frequently Asked Questions about view-disputes

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I retrieve dispute listings and status histories using the Payroc API?

Retrieve Payroc dispute listings and status histories by sending HTTP GET requests to the Payroc Disputes API. You must handle authentication and pagination to navigate large datasets, filtering results by date or merchant to manage disputes effectively.

What is dispute status history tracking and why do I need it for financial management?

Dispute status history tracking records the lifecycle events of each transaction dispute. Financial institutions need it to audit resolution progress, verify timeline compliance, and automate administrative dispute management tasks using API retrieval.

Can I filter Payroc disputes by specific date ranges or merchant accounts?

Yes, you can filter Payroc disputes by date ranges or merchant accounts. The API supports querying specific dispute listings and retrieving targeted status histories, allowing financial institutions to isolate relevant transaction dispute records for administrative review.

How do I handle pagination when querying large dispute datasets from the Payroc API?

Handle pagination by managing HTTP GET request parameters when querying the Payroc Disputes API. This approach systematically navigates large dispute datasets, ensuring all dispute listings and status histories are retrieved without exceeding response limits.

Do I need authentication credentials to automate dispute management with the Payroc API?

Yes, authentication is required to automate dispute management with the Payroc API. You must provide valid credentials to authorize HTTP GET requests for retrieving dispute listings, filtering by merchant, and accessing detailed status histories.

What are the limitations of using HTTP GET requests for Payroc dispute retrieval?

Using HTTP GET requests limits Payroc dispute retrieval to read-only operations for listings and status histories. You cannot modify, submit, or resolve disputes through this method, and retrieving extremely large datasets requires implementing pagination to avoid response truncation.