#mentijm
1 messages · Page 1 of 1 (latest)
hi! you don't, we don't approve rate limit increases in test mode. https://stripe.com/docs/rate-limits#load-testing
Ok. How do larger organizations usually deal with developer experience when it comes to Stripe?
We using test for stage and shared local environments. For us it's kinda messy with webhook noise, rate limits etc. We also haven't found a scalable way to create test accounts for each dev (using terraform / the Stripe api etc)? We are probably overlooking something here. What setups do other larger orgs usually use?
I don't think you're missing anything really, we don't have some hidden other approach that we don't share publicly
we simply don't have a good solution for a "staging" environment, it's either test mode or live mode so your dev and staging have to be using our test mode. For extensive load testing we recommend stubbing out the Stripe part in your integration.