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.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/0xterrybit/paymentWhat 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
- "Create an invoice for $500 for the consulting services provided to Client X."
- "Check the current payment status for order #98765 and notify me if it remains pending."
- "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
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-0xterrybit-payment": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: external-api, data-collection
Related Skills
database
Database management and queries. Connect to SQL and NoSQL databases, run queries, and manage schemas.
crypto-wallet
Multi-chain cryptocurrency wallet management. Check balances, send tokens, view transaction history across Ethereum, Solana, Bitcoin and more.
redis
Redis database management. Key-value operations, caching, pub/sub, and data structure commands.
bybit
Bybit exchange integration. Trade spot, derivatives, and perpetuals with up to 100x leverage.
tiktok
TikTok platform integration. Manage videos, view analytics, and track engagement.