epagos-reconciliation

Automate daily ePagos payment reconciliation via SOAP v2.0.

Updated Apr 1, 2026
One-click install
npx skills add https://github.com/AlvaFG/epagos-docs --skill epagos-reconciliation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: epagos-reconciliation
Source: https://github.com/AlvaFG/epagos-docs/tree/main/skill/epagos-reconciliation
Command: npx skills add https://github.com/AlvaFG/epagos-docs --skill epagos-reconciliation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Daily reconciliation is essential to align payment statuses across ePagos, banks, and internal systems; this skill provides a reliable SOAP v2.0 workflow to fetch pagos, rendiciones, and contracargos, eliminating manual reconciliation gaps.

Core Features & Use Cases

  • SOAP v2.0 powered reconciliation: retrieve pagos, rendiciones, and contracargos with token-based auth and robust error handling.
  • Lookback and pagination: supports 48-hour windows and 100-result pages to cover all records safely.
  • Idempotent sync & validation: validate amounts, map statuses, and update internal records without duplicates; suitable for daily settlement reporting and chargeback monitoring.

Quick Start

Run the reconciliation workflow to fetch the latest 24 hours of data from ePagos via SOAP v2.0 and persist results to your analytics store.

Frequently Asked Questions about epagos-reconciliation

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

FAQPage Schema
How do I automate daily reconciliation of ePagos payments using SOAP?

Daily reconciliation of ePagos payments is automated using a SOAP v2.0 workflow that fetches pagos, rendiciones, and contracargos with token-based authentication, robust error handling, and pagination across 100-result pages.

How does token management work for ePagos SOAP v2.0 settlements?

Token management for ePagos SOAP v2.0 settlements uses token-based authentication to securely retrieve payment records. The workflow applies tokens to authorize requests for pagos, rendiciones, and contracargos data across sandbox and production environments.

Can I filter ePagos reconciliation records by FechaNovedadAcreditacion?

Yes, ePagos reconciliation records can be filtered by FechaNovedadAcreditacion. The workflow supports filtering by this date field to narrow down settlement records and ensure accurate daily financial reconciliation.

What is the best way to monitor chargebacks and settlement sync for ePagos?

The best way to monitor chargebacks and settlement sync for ePagos is through an idempotent SOAP v2.0 workflow that retrieves contracargos, validates amounts, maps statuses, and updates internal records without duplicates.

Does the ePagos reconciliation workflow support pagination and lookback windows?

Yes, the ePagos reconciliation workflow supports pagination and lookback windows. It handles 48-hour lookback windows and paginates through 100-result pages to safely cover all settlement and chargeback records.

How do I handle duplicate records during ePagos payment reconciliation?

Duplicate records during ePagos payment reconciliation are handled through idempotent sync and validation. The workflow validates amounts, maps statuses, and updates internal records without duplicates to maintain accurate daily settlement reporting.