view-settled-transactions

Retrieve settled transactions and batches from Payloc's Settlement Reporting API with filtering by date or batch ID.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill simplifies the process of querying Payroc's Settlement Reporting API to retrieve settled transactions and settlement batches, enabling efficient data retrieval and reconciliation.

Core Features & Use Cases

  • Settlement Data Retrieval: Easily fetch settled transactions and settlement batches based on specific dates or batch IDs.
  • Batch and Transaction Details: Access detailed information about batches and transactions, including amounts, dates, and merchant identifiers.
  • Use Case: For a merchant looking to reconcile payments against a specific settlement batch, this Skill can be used to list all transactions within that batch and retrieve detailed information about each transaction.

Quick Start

Use the view-settled-transactions skill to list all settled transactions for the date 'YYYY-MM-DD'.

Frequently Asked Questions about view-settled-transactions

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

FAQPage Schema
How do I retrieve settled transactions from Payroc for payment reconciliation?

To retrieve settled transactions for payment reconciliation, query the Payroc Settlement Reporting API using specific dates or batch IDs to access detailed transaction amounts and merchant identifiers.

What is the best way to fetch settlement batches using the Payroc API?

Fetching settlement batches via the Payroc API requires passing a valid API key and Bearer token, allowing you to filter results by date or batch ID and handle pagination automatically for large datasets.

Do I need an API key and Bearer token to access Payroc settlement reporting?

Yes, accessing Payroc settlement reporting requires a valid API key and Bearer token for authentication before you can retrieve settled transactions or batch details.

Can I filter Payroc settlement data by specific dates or batch IDs?

Yes, you can filter Payroc settlement data by specific dates or batch IDs to retrieve targeted transaction details, which streamlines merchant reconciliation and payment processing workflows.

How does batch processing handle large volumes of settled transactions in Payroc?

Batch processing handles large volumes of settled transactions by applying pagination to the Payroc API responses, ensuring complete transaction retrieval without exceeding API request limits.

What transaction details are available when retrieving settlement batches from Payroc?

When retrieving settlement batches from Payroc, available transaction details include transaction amounts, processing dates, and merchant identifiers needed for accurate payment reconciliation.