# Stripe Testing

> Steps to set up the Stripe CLI and forward webhook events to a local dev server for testing Stripe integrations.

- Skill: `parabolinc/stripe-testing` (Agent Skill)
- Install (CLI): `npx skillmds@latest add parabolinc/stripe-testing`
- Raw SKILL.md: https://api.skillmd.com/api/skills/parabolinc/stripe-testing/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Integrations & APIs
- Author: parabolinc (https://skillmd.com/u/parabolinc)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/parabolinc/stripe-testing

---


## Testing Stripe

- `brew install stripe/stripe-cli/stripe` and then `stripe login` to get the port forwarder up and running
- Use `stripe listen --forward-to https://localhost:3000/stripe --skip-verify` to forward Stripe events to your local server.

