Create Sandboxes Programmatically

It would be very nice to be able to create sandboxes programmatically, and have no limit to the number of sandboxes. The use case is automated end-to-end testing in continuous-integration pipeline builds. When multiple e2e tests are running in parallel against the same stripe account, the test data (Users, payments, and accounts, etc.) can interfere with each other, resulting in very flaky tests. Please support creating sandboxes programmatically so that each builder node can spin up it’s own test environment.

Otherwise If you have any other suggestions, please share.

1 Like

Yes, that would be great, please. Or at least option to delete the test data in the sandbox via API.

1 Like

I agree with this. It will help lots of teams

yeah that would be very helpful.

Currently every developer has it’s own stage, build with infrastructure as code in AWS. So it would be very nice to build up a stripe sandbox for every developer so he can play around and also test his changes without interfering with other developers.

Therefore the limit of 6 sandboxes is to small. It should be more like 25 I think.

But hey. It’s a cool feature after all :+1:

2 Likes

Yeita the moat most wonderful thing to make it bettr

Indeed, 5 Sandbox-limit is a huge limitation, we still have to use separate accounts for feature branches.