What sandbox does well
Stripe test mode validates real API compatibility — PaymentIntents, Connect, and dashboard flows. Keep using it before release.
What sandbox misses
Controlled duplicate webhooks, limbo (captured but no webhook), latency storms, and 3DS abandonment on demand. MockCard targets those gaps with a single REST API.
Recommended split
Stripe sandbox for E2E with real objects; MockCard for unit/integration tests and webhook handler suites in CI.