Hacker Timesnew | past | comments | ask | show | jobs | submitlogin

Agreed, test environments exist for a reason, if you don’t trust your test environment to accurately replicate prod then you need to clean that up.


Yes, testing in production can be dangerous and Stripe purposefully designed as many testing scenarios we could think of to avoid that (https://stripe.com/docs/testing).


Yep, I oversaw the implementation of the stripe connect api into our product. You guys have been great to work with.


Do you mean this in general or for Stripe? For the former, you have to run some tests on production after initial setup and major changes surely? API keys could be wrong for a start and a lot of web services don't give you a programmatic way to sync settings between environments.


If you want to do some sanity checking in prod to rule out any issue with the test environment setup... Why would you want to set up a special fake test card in prod?

Either don't do it, or have everything about it real. e.g. a canary purchase test & then a refund flow test. Yes there's a fee, but there's a fee when you do it for real. Hopefully you have many more real transactions.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: