macOS
brew install stripe-mocklocal Homebrew formula metadata
brew
Mock HTTP server that responds like the real Stripe API. Version 0.201.0 via Homebrew; verified 2026-05-28.
install
brew install stripe-mocklocal Homebrew formula metadata
sudo zypper install stripe-mockopenSUSE Tumbleweed package metadata · stripe-mock · source: download.opensuse.org
overview
Mock HTTP server that responds like the real Stripe API
history
stripe-mock is Stripe's official mock HTTP server for basic sanity checks against the Stripe API shape. It is used in CLI and package-manager contexts as a local binary or service that lets SDKs and integration tests validate request paths and parameters without calling the live Stripe API.
Stripe's README says the project was first released in 2017 and that its original ambition was broader: returning responses that were realistic as well as type-correct. The same source explains that the scope has since narrowed; stripe-mock is deliberately stateless, hardcoded, and aimed at basic validation rather than full API behavior simulation.
The project is generated from Stripe's OpenAPI specification, which keeps the mock aligned with the latest methods, resources, and fields. That makes it part of Stripe's broader API tooling pipeline rather than a hand-maintained fake service.
Stripe documents use of stripe-mock inside server-side SDK test suites such as stripe-ruby and stripe-go. Package availability in the input shows distribution through Homebrew and zypper, while the official README also documents release downloads, Docker usage, and a Homebrew service.
Common usage is to start the `stripe-mock` server locally, then run tests or sample requests against its HTTP and HTTPS ports. The README also documents automatic port selection, Unix socket mode, Docker execution, and Homebrew service management.
Package maintainers care about stripe-mock because it turns a remote payments API into a reproducible local fixture for SDK testing. It is intentionally not a full emulator, but its OpenAPI-driven route and schema validation make it useful for packaging, CI, and client-library smoke tests.
security posture
formula declares a Homebrew service.
orange risk · medium confidence · infrastructure
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
stripe-mock | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/stripe/stripe-mock
install metadata
| Package key | brew:stripe-mock |
|---|---|
| Version | 0.201.0 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/stripe-mock |
| Homepage | https://github.com/stripe/stripe-mock |
| Repository | https://github.com/stripe/stripe-mock |
| Upstream docs | https://github.com/stripe/stripe-mock#readme |
| License | MIT |
| Source archive | https://github.com/stripe/stripe-mock/archive/refs/tags/v0.201.0.tar.gz |
| Last updated | 2026-05-28T22:23:11Z |
| Pulse | updated |
| Build dependencies | go |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | stripe-mock |
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
stripe-mock 0.186.0-1.6
Mock HTTP server based on the real Stripe API
https://github.com/stripe/stripe-mock
sudo zypper install stripe-mocksource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.