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.
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.