#mentijm

1 messages · Page 1 of 1 (latest)

sour lilyBOT
hearty frost
brittle jackal
#

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?

hearty frost
#

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.