---
name: composio-community/Stripe CLI
source: https://app.decimal.ai/s/composio-community-stripe-cli@1/SKILL.md
source_sha256: f95ec59a858f
---

# Stripe CLI

Test webhooks, trigger events, tail API logs, and manage Stripe resources from the terminal.

- **Repo**: https://github.com/stripe/stripe-cli
- **Docs**: https://stripe.com/docs/stripe-cli

## Installation

```bash
brew install stripe/stripe-cli/stripe
stripe login
```

## Key Commands

```bash
stripe listen --forward-to localhost:4242/webhook
stripe trigger payment_intent.succeeded
stripe logs tail
stripe resources list
stripe customers list --json
stripe payments list --limit 5 --json
```

## Agent-Friendly Features

- `--json` flag for structured output
- API key auth via `STRIPE_API_KEY`
- Non-interactive webhook forwarding
- Event triggering for testing