Test-Driven Development With Stripe and Ruby on Rails

A practical guide to testing your payment integration

Restarone Solutions
Better Programming
Published in
3 min readJul 20, 2020

--

Image courtesy of Josh Appel.

Set Up a Separate Sub-Account for Automated Testing in the Stripe Dashboard

For my projects, I usually end up creating at least three separate Stripe sub-accounts: one for development (for testing by hand)…

--

--