There are several tests in our test suite making real API calls to Stripe and other services. We should consider stubbing these out with a gem like https://rubygems.org/gems/vcr or https://rubygems.org/gems/webmock so they're easier to run. This might also let us reduce the number of credentials needed (or completely eliminate them) so anyone outside of HCB can run things.