epagos-soap-payments

Create server-side ePagos payments via SOAP v2.1 with QR and batch support.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

ePagos SOAP v2.1 enables server-side payment creation and management via SOAP APIs, including QR generation, batch emissions, and recurring payments.

Core Features & Use Cases

  • Solves server-side payment creation: Create payments directly on the server with solicitud_pago, batches, and recurring schedules.
  • QR and transfer support: Generate QR codes and Transfers 3.0 slates for payments, including linked QR flows.
  • Token management and reliability: Handles token acquisition and re-use across v2.0/v2.1 endpoints for secure access.
  • Reconciliation and references: Access to reconciliation endpoints and reference data for payment tracking.

Quick Start

Call solicitud_pago with a prepared operacion payload to create a server-side payment and optionally request QR or batch processing.

Frequently Asked Questions about epagos-soap-payments

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

FAQPage Schema
How do I create server-side payments with ePagos SOAP without client redirects?

Server-side payment creation with ePagos SOAP uses the solicitud_pago payload containing operacion, detalle_operacion, and fp fields to initiate transactions directly without client redirects.

How do I generate QR codes for payments using the ePagos SOAP v2.1 API?

QR code generation for payments is handled by structuring a solicitud_pago request through the ePagos SOAP v2.1 endpoint, enabling QR-based payment flows for server-side processing.

What is the correct way to manage authentication tokens for ePagos SOAP API requests?

Authentication token management for ePagos SOAP requires calling the obtener_token endpoint to acquire and re-use secure access tokens across v2.0 and v2.1 API requests.

Can I process batch emissions and recurring charges via the ePagos SOAP integration?

Batch emissions and recurring charges are supported by appending optional batch and recurring fields to the solicitud_pago payload within the ePagos SOAP v2.1 integration.

Does the ePagos SOAP integration support payment reconciliation and reference tracking?

The ePagos SOAP integration provides access to reconciliation endpoints and reference data, enabling server-side payment tracking and transaction matching for generated QR and batch payments.