payment-gateway

Automate secure invoice payments across Stripe, PayPal, and ACH gateways.

20|7|Updated Feb 2, 2026
One-click install
npx skills add https://github.com/Alexi5000/ClawKeeper --skill payment-gateway
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: payment-gateway
Source: https://github.com/Alexi5000/ClawKeeper/tree/main/skills/payment-gateway
Command: npx skills add https://github.com/Alexi5000/ClawKeeper --skill payment-gateway

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill processes payments securely through integrated payment gateways (Stripe, PayPal, ACH), with proper authorization, audit logging, and error handling.

Core Features & Use Cases

  • Payment Processing - Execute payments via Stripe/PayPal/ACH
  • Payment Scheduling - Schedule future payments
  • Payment Confirmation - Verify payment succeeded
  • Refund Processing - Handle refunds and reversals
  • Payment Method Management - Store and manage payment methods
  • Webhook Handling - Process payment status webhooks

Quick Start

To begin, process a scheduled or immediate payment for an approved invoice using the configured gateway.

Frequently Asked Questions about payment-gateway

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

FAQPage Schema
How do I automate invoice payments across multiple gateways like Stripe and PayPal?▼

You can automate invoice payments across Stripe, PayPal, and ACH using idempotent execution. This handles multi-tenant payment processing, scheduling, and reconciliation with webhook support.

What is the best way to handle payment audit trails for multi-tenant businesses?▼

Maintain payment audit trails for multi-tenant businesses using built-in audit logging and RBAC-based authorization. This tracks every transaction across gateways for compliance.

Can I schedule future payments and process refunds through a single gateway integration?▼

Yes, schedule future payments and process refunds through a single integration. It supports multi-tenant businesses requiring scheduling and confirmation across multiple gateways.

How do webhook handlers verify payment succeeded for an approved invoice?▼

Webhook handlers verify invoice payments succeeded by processing payment status webhooks and applying payment confirmation logic. This ensures successful transaction execution across gateways.

Does multi-gateway payment processing support idempotent execution to prevent duplicate charges?▼

Multi-gateway payment processing supports idempotent payment execution to prevent duplicate charges. It applies secure error handling and authorization to process transactions only once.

Why do I need RBAC-based authorization for payment method management?▼

RBAC-based authorization is needed to securely store and manage payment methods in multi-tenant environments. It restricts access and maintains a secure audit trail for compliance.