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.

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

I agree with this. It will help lots of teams