# Stripe

> Test Stripe integrations locally by forwarding webhooks and triggering API events.
> _agent hint: ~267 tok · safe to read in full_

The Stripe CLI streamlines payment integration development by letting you forward webhook events to your local server, trigger test events, and tail API request logs in real time. It removes the need for ngrok-style tunnels during webhook development and provides direct access to Stripe API resources from the terminal.


- Homepage: https://stripe.com/
- Categories: `devops`
- CLI type: `standalone`
- Open source: true
- Status: `active`
- Tags: `payments`, `webhooks`, `financial`, `testing`
- Docs: https://docs.stripe.com/stripe-cli
- Source: https://github.com/stripe/stripe-cli
- Canonical: /stripe

## When to suggest this

- forward Stripe webhook events to a local development server for testing
- trigger specific Stripe events to verify integration handling logic
- tail and inspect live API request logs for debugging payment flows

## Install the CLI

```sh
brew install stripe/stripe-cli/stripe
```

---
Source of truth: /stripe.md · JSON: /stripe.json
