Skip to content
Payments

stripe.com

Stripe sandbox and mock API

The Stripe REST API. Please see https://stripe.com/docs/api for more details. Writes persist, data moves on a schedule and every change can fire a signed webhook.

Operations
446
Collections
-
Event types
-
example request
curl https://your-stripe.slurry.io/v1/account \
  -H "Authorization: Bearer slurry_sim_..."

Your simulation gets its own hostname, key and IP allow-list. Built from API version 2022-11-15.

What gets simulated

Collections, relationships and state machines are worked out from the spec when you start the simulation.

  • State. Creates, updates and deletes persist and show up in later reads.
  • Behaviour. Records move through their states on a schedule you control, and you can fast-forward up to 30 days.
  • Webhooks. Every change emits a signed, retried event.
  • Failure. Per-endpoint errors, latency and chaos rules, on demand.

Operations

First 12 of 446.

  • GET/v1/account
  • POST/v1/account_links
  • GET/v1/accounts
  • POST/v1/accounts
  • GET/v1/accounts/{account}
  • POST/v1/accounts/{account}
  • DELETE/v1/accounts/{account}
  • POST/v1/accounts/{account}/bank_accounts
  • GET/v1/accounts/{account}/bank_accounts/{id}
  • POST/v1/accounts/{account}/bank_accounts/{id}
  • DELETE/v1/accounts/{account}/bank_accounts/{id}
  • GET/v1/accounts/{account}/capabilities