Stripe CLI
Stripe's command-line tool for building and testing Stripe integrations, including forwarding and triggering webhook events.
These buttons open the developer's own site, repository or store listing in a new tab. wares.gg does not host downloads.
About Stripe CLI
The Stripe CLI is the official command-line tool from Stripe for working on an integration from a terminal. It can forward Stripe webhook events to a local server and trigger test events, so webhook handlers can be tested without deploying.
It is written in Go and developed in the open on GitHub. It is useful only with a Stripe account, so it suits developers who are already building payments or billing on Stripe.
Strengths
- Forwards Stripe webhook events to a local server
- Triggers test events on demand
- Official tool maintained by Stripe
- Source is published on GitHub
Limitations
- Only useful for Stripe integrations
- Requires a Stripe account
Details
- Pricing
- FreeFree to use, though it works with a Stripe account.
- License
- Proprietary
- Developer
- Stripe
- Platforms
- Windows, macOS, Linux, Command line
- How it runs
- Downloadable app
- Account
- Required
- Works offline
- No
- Best suited for
- Developers testing Stripe webhooks and integrations locally
- Categories
- CLI tools, Developer tools, Notifications & webhooks
- Last verified
- Added
- Provenance
- Facts checked against the developer's own pages and store listings, 1 sources on file.
Similar software
Related functionality, not necessarily a direct replacement.
Hookdeck
A hosted webhook gateway that receives, queues, filters and routes webhooks and external events.
smee.io
A free webhook payload delivery service that forwards events to an application running on localhost.
ngrok
A tunnelling agent and gateway that exposes a local app to the internet with request inspection.
Webhook Relay
A webhook gateway that receives, transforms and forwards webhooks to public URLs, private servers or localhost.
TypedWebhook.tools
A webhook testing tool that logs requests and generates TypeScript types and schemas from payloads.