Stripe Emulator
Stateful Stripe payments emulator for customers, payment intents, charges, products, prices, checkout sessions, and webhooks.
Create an instance
Each instance is isolated, stateful, and addressable at its own host. The server generates an unguessable name; an optional {"instance":"<prefix>"} body adds a readable prefix.
curl -s -X POST https://stripe.emulators.dev/_emulate/instances
Hosted deployments create instances lazily when the returned URL is first used. The instance URL is a capability: anyone who has it can read and modify the instance, so save the returned URLs. Never store real secrets in an emulator.
Sample instance host: https://stripe.your-instance.emulators.dev
Surfaces
| Surface | Status | Path |
|---|---|---|
| REST API | partial | / |
| Checkout redirect UI | supported | /checkout |
| Webhooks | partial | |
Control API
manifest | quickstart | specs | coverage | connections