home / skills / openclaw / skills / payment
This skill streamlines payment processing and invoice management across gateways, ensuring secure transactions and clear status tracking for users.
npx playbooks add skill openclaw/skills --skill paymentReview the files below or copy the command above to add this skill to your agents.
No content availableThis skill handles payment processing and transaction management for web and mobile applications. It streamlines invoice creation, payment capture, refunds, and transaction history across multiple gateways. The skill is designed to be a central payment layer that integrates with Stripe, PayPal, Square, and crypto providers.
The skill creates and sends invoices, accepts payment requests, and records transaction status updates from gateway webhooks. It reconciles payments, supports manual and automatic refunds, and exposes endpoints to query payment history and current balances. The system validates amounts and authorizations before executing transactions and logs events for auditing.
Which payment gateways are supported?
Stripe, PayPal, Square, and selected crypto payment providers are supported through pluggable integrations.
How does the skill handle refunds?
Refunds can be initiated via the skill and routed to the originating gateway; the skill records refund status and links it to the original transaction for audit purposes.