Stripe Manager
Provides full access to Stripe billing operations: customer lookup, subscription management, payment history, and refund processing.
What it does
- Execute the
stripe-manager.shscript with the requested operation - Return Stripe data or confirm write operations
Requirements
curljq- Stripe API key in
~/.openclaw/workspace/.stripe-key
Usage
bash stripe-manager.sh customers list
bash stripe-manager.sh subscriptions list
bash stripe-manager.sh charges list
bash stripe-manager.sh refunds create <charge_id>