view-settlement-batches

Query Payroc settlement batch data via the Reporting API with Bearer token authentication.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill simplifies the process of querying and retrieving Payroc card settlement batch data, enabling efficient management of transaction settlements.

Core Features & Use Cases

  • Batch Data Querying: List and retrieve settlement batches based on date and merchant ID.
  • Batch Information Retrieval: Access batch details such as sale amount, held amount, return amount, and transaction count.
  • Pagination Support: Navigate through paginated batch lists with cursor-based pagination.
  • Use Case: For a financial institution, this Skill can be used to generate daily settlement reports and monitor transaction activity.

Quick Start

Use the view-settlement-batches skill to list all settlement batches from the last 30 days.

Frequently Asked Questions about view-settlement-batches

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

FAQPage Schema
How do I retrieve Payroc card settlement batch data using the Reporting API?

You retrieve Payroc card settlement batch data by sending authenticated GET requests to list and retrieve batches. The process supports filtering by date and merchant ID, and requires a Bearer token for authentication.

What details are included in a Payroc settlement batch?

A Payroc settlement batch includes details such as the total sale amount, held amount, return amount, and the total transaction count. This information enables financial institutions to monitor daily transaction activity accurately.

How does pagination work when listing settlement batches?

Pagination for settlement batches uses cursor-based navigation to traverse large batch lists. This mechanism allows you to systematically retrieve subsequent pages of batch data without missing records across the reporting period.

Do I need a Bearer token to query settlement batches?

Yes, a Bearer token is required for authentication to query and retrieve Payroc settlement batches via the Reporting API. This ensures secure access to your financial transaction data and batch information.

Can I generate daily settlement reports for multiple merchants?

Yes, you can generate daily settlement reports for multiple merchants by filtering batch queries based on date and merchant ID. This allows financial institutions to efficiently monitor transaction activity across their portfolio.

What is the best way to access historical transaction reporting for card settlements?

The best way to access historical transaction reporting is by querying settlement batches from the last 30 days. This retrieves comprehensive batch data including sale amounts, returns, and transaction counts for financial reporting.