ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified finance Safety 3/5

payment

Payment processing and management. Handle invoices, transactions, and payment gateway integrations.

Why use this skill?

Integrate Stripe, PayPal, and more into your OpenClaw agent. Efficiently manage invoices, track transaction status, and handle refunds with this powerful financial skill.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/0xterrybit/payment
Or

What This Skill Does

The Payment skill for OpenClaw provides a robust framework for handling financial interactions within your automated workflows. It serves as a comprehensive middleware solution that bridges your agent's decision-making capabilities with real-world financial infrastructure. By integrating with major gateways like Stripe, PayPal, and Square, this skill allows users to trigger payment requests, monitor transaction lifecycles, and maintain detailed ledger records directly from the terminal or chat interface. It automates the tedious aspects of billing, ensuring that invoices are generated accurately, status updates are fetched in real-time, and refunds are managed according to preset business logic.

Installation

To integrate the payment processing module into your local environment, ensure you have the OpenClaw CLI properly configured. Execute the following command in your terminal:

clawhub install openclaw/skills/skills/0xterrybit/payment

After installation, ensure your API keys for the respective gateways (Stripe, PayPal, etc.) are securely stored in your .env file or the OpenClaw secure vault. Never hardcode credentials within your automation scripts.

Use Cases

This skill is designed for e-commerce store owners, freelance contractors, and SaaS administrators who need to manage revenue streams programmatically. Use it to automate invoicing for client projects, verify incoming transfers before triggering downstream actions (such as product delivery), or perform end-of-month reconciliations for your bookkeeping.

Example Prompts

  1. "Create an invoice for $500 for the consulting services provided to Client X."
  2. "Check the current payment status for order #98765 and notify me if it remains pending."
  3. "Show me a summary of all successful transactions processed in the last 48 hours."

Tips & Limitations

Always implement strict verification steps when dealing with high-value transactions. While the skill supports crypto, ensure your wallet addresses are verified to prevent accidental loss. Remember that this skill acts as an interface; it cannot override banking regulations or gateway-specific policies. Regularly audit your logs to ensure all transactions follow your internal compliance standards. Always test with sandbox credentials before moving to production environments to prevent accidental charges or errors.

Metadata

Stars1054
Views2
Updated2026-02-16
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-0xterrybit-payment": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#finance#payment#automation#billing#invoicing
Safety Score: 3/5

Flags: external-api, data-collection