Stripe CLI

Test webhooks, trigger events, tail API logs, and manage Stripe resources. Use when an agent needs to test Stripe integrations, listen for webhook events, or inspect Stripe API activity.

composio-community eaa5e42 908 B Updated

File contents

Stripe CLI

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

Installation

brew install stripe/stripe-cli/stripe
stripe login

Key Commands

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

composio-community/awesome-agent-clis/tree/main/stripe-cli commit eaa5e42f07

Frequently asked questions

npx skillmds@latest add composio-community/stripe-cli